Created
November 27, 2025 22:36
-
-
Save SebSept/e25cc0fd8569cee27c9b07dc0091efa4 to your computer and use it in GitHub Desktop.
glpi_hl_api.json
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"openapi":"3.0.0","info":{"title":"GLPI High-Level REST API","description":"The High-Level REST API documentation shown here is dynamically generated from the core GLPI code and any enabled plugins.\nIf a plugin is not enabled, its routes will not be shown here.","version":"2.0.0","license":{"name":"GNU General Public License v3 or later","url":"https:\/\/www.gnu.org\/licenses\/gpl-3.0.html"}},"servers":[{"url":"http:\/\/localhost:8082\/api.php","description":"GLPI High-Level REST API"}],"components":{"securitySchemes":{"oauth":{"type":"oauth2","flows":{"authorizationCode":{"authorizationUrl":"\/api.php\/authorize","tokenUrl":"\/api.php\/token","refreshUrl":"\/api.php\/token","scopes":{"email":"Acc\u00e8s au email des utilisateurs","user":"Acc\u00e8s au informations des utilisateurs","api":"Acc\u00e8s \u00e0 l'API","inventory":"Acc\u00e8s \u00e0 l'inventaire envoy\u00e9 par un agent","status":"Acc\u00e8s au point d'entr\u00e9e \"status\"","graphql":"Acc\u00e8s au point d'entr\u00e9e \"GraphQL\""}},"password":{"tokenUrl":"\/api.php\/token","scopes":{"email":"Acc\u00e8s au email des utilisateurs","user":"Acc\u00e8s au informations des utilisateurs","api":"Acc\u00e8s \u00e0 l'API","inventory":"Acc\u00e8s \u00e0 l'inventaire envoy\u00e9 par un agent","status":"Acc\u00e8s au point d'entr\u00e9e \"status\"","graphql":"Acc\u00e8s au point d'entr\u00e9e \"GraphQL\""}}}}},"schemas":{"APIInformation":{"type":"object","properties":{"message":{"type":"string"},"api_versions":{"type":"array","items":{"type":"object","properties":{"api_version":{"type":"string"},"version":{"type":"string"},"endpoint":{"type":"string"}}}}}},"Appliance":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"is_deleted":{"type":"boolean"}},"description":"Applicatif"},"AssetCharacteristicsStats":{"type":"object","properties":{"characteristic":{"type":"string","description":"The characteristic value"},"number_open":{"type":"integer","description":"The number of open assistance items"},"number_solved":{"type":"integer","description":"The number of solved assistance items"},"number_late":{"type":"integer","description":"The number of late assistance items"},"number_closed":{"type":"integer","description":"The number of closed assistance items"},"satisfaction_surveys_open":{"type":"integer","description":"The number of open satisfaction surveys"},"satisfaction_surveys_answered":{"type":"integer","description":"The number of answered satisfaction surveys"},"satisfaction_surveys_avg_rating":{"type":"number","format":"float","description":"The average rating of the satisfaction surveys"},"time_take_into_account_avg":{"type":"integer","description":"The average time it took to take the assistance items into account (in seconds)"},"time_solve_avg":{"type":"integer","description":"The average time it took to resolve the assistance items (in seconds)"},"time_close_avg":{"type":"integer","description":"The average time it took to close the assistance items (in seconds)"},"time_treatment_avg":{"type":"integer","description":"The average time it took to completely treat the assistance items (in seconds)"},"time_treatment_total":{"type":"integer","description":"The total time it took to completely treat the assistance items (in seconds)"}}},"AssetStats":{"type":"object","properties":{"item":{"type":"object","description":"The item the stats are grouped by","properties":{"itemtype":{"type":"string","description":"The itemtype of the item"},"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity","description":"The entity the item belongs to"},"is_deleted":{"type":"boolean","description":"Whether the item is deleted or not"}}},"number_open":{"type":"integer","description":"The number of open assistance items"}}},"Battery":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"voltage":{"type":"integer","format":"int32"},"capacity":{"type":"integer","format":"int32"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"BatteryType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"BatteryModel"}},"description":"Batterie"},"BatteryItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"battery":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Battery"},"date_manufacture":{"type":"string","format":"date"},"real_capacity":{"type":"integer","format":"int32"}},"description":"Batterie \u00e9l\u00e9ment"},"BatteryModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de batterie"},"BatteryType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de batterie"},"Budget":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"},"value":{"type":"number"},"date_begin":{"type":"string","format":"date"},"date_end":{"type":"string","format":"date"}},"description":"Budget"},"Cable":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"otherserial":{"type":"string"},"state":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"},"itemtype_endpoint_a":{"type":"string"},"items_id_endpoint_a":{"type":"integer","format":"int64"},"socketmodel_endpoint_a":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SocketModel"},"sockets_id_endpoint_a":{"type":"integer","format":"int64"},"itemtype_endpoint_b":{"type":"string"},"items_id_endpoint_b":{"type":"integer","format":"int64"},"socketmodel_endpoint_b":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SocketModel"},"sockets_id_endpoint_b":{"type":"integer","format":"int64"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"C\u00e2ble"},"Calendar":{"type":"object","description":"Calendrier","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}},"Camera":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"flash":{"type":"boolean"},"lens_facing":{"type":"string"},"orientation":{"type":"string"},"focal_length":{"type":"string"},"sensor_size":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"CameraModel"},"support":{"type":"string"}},"description":"Cam\u00e9ra"},"CameraItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"camera":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Camera"}},"description":"Cam\u00e9ra \u00e9l\u00e9ment"},"CameraModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de cam\u00e9ra"},"Cartridge":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"entities_id":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"cartridgeitems_id":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"CartridgeItem"},"pages":{"type":"integer","format":"int32"},"date_in":{"type":"string","format":"date-time","readOnly":true},"date_use":{"type":"string","format":"date-time","readOnly":true},"date_out":{"type":"string","format":"date-time","readOnly":true},"date_creation":{"type":"string","format":"date-time","readOnly":true},"date_mod":{"type":"string","format":"date-time","readOnly":true}},"description":"Cartouche"},"CartridgeItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"printer_models":{"type":"array","description":"List of printer models that can use this cartridge","items":{"type":"object","x-full-schema":"PrinterModel","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"}}}},"cartridges":{"type":"array","description":"List of cartridges","items":{"type":"object","x-full-schema":"Cartridge","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"pages":{"type":"integer","format":"int32"},"date_in":{"type":"string","format":"date-time"},"date_use":{"type":"string","format":"date-time"},"date_out":{"type":"string","format":"date-time"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}}}},"description":"Mod\u00e8le de cartouche"},"Case":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"CaseType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"CaseModel"}},"description":"Bo\u00eetier"},"CaseItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"case":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Case"}},"description":"Bo\u00eetier \u00e9l\u00e9ment"},"CaseModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de boitier"},"CaseType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de boitier"},"Certificate":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"is_deleted":{"type":"boolean"}},"description":"Certificat"},"Change":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"content":{"type":"string"},"is_deleted":{"type":"boolean"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ITILCategory"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"urgency":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"impact":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"priority":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"actiontime":{"type":"integer","readOnly":true},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","enum":[1,9,10,7,4,11,12,5,8,6,14,13],"description":"- 1: Nouveau\n- 9: \u00c9valuation\n- 10: Validation\n- 7: Accept\u00e9\n- 4: En attente\n- 11: En test\n- 12: Qualification\n- 5: Appliqu\u00e9\n- 8: Revue\n- 6: Clos\n- 14: Annul\u00e9\n- 13: Refus\u00e9e\n","readOnly":true},"name":{"type":"string"}}},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"team":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"type":{"type":"string"},"role":{"type":"string"}},"x-full-schema":"TeamMember"}}},"description":"Changement"},"ChangeTask":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"content":{"type":"string"},"is_private":{"type":"boolean"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_editor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"duration":{"type":"integer"},"state":{"type":"integer","enum":[0,1,2],"description":"The state of the task.\n- 1: Information\n- 2: To do\n- 3: Done"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"TaskCategory"},"changes_id":{"type":"integer","format":"int64"}},"description":"T\u00e2che de changement"},"ChangeTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"}},"description":"Gabarit de changement"},"ChangeValidation":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"requester":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"approver":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"requested_approver_type":{"type":"string","enum":["User","Group"]},"requested_approver_id":{"type":"integer","format":"int64"},"submission_comment":{"type":"string"},"approval_comment":{"type":"string"},"status":{"type":"integer","enum":[1,2,3,4],"description":"The status of the validation.\n- 0: None\n- 1: Waiting\n- 2: Accepted\n- 3: Refused"},"submission_date":{"type":"string","format":"date-time"},"approval_date":{"type":"string","format":"date-time"},"changes_id":{"type":"integer","format":"int64"}},"description":"Validation du changement"},"Cluster":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Cluster"},"CommonAsset":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"is_deleted":{"type":"boolean"}}},"Computer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"network":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Ordinateur"},"Consumable":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"entities_id":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"consumableitems_id":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ConsumableItem"},"date_in":{"type":"string","format":"date-time","readOnly":true},"date_out":{"type":"string","format":"date-time","readOnly":true},"date_creation":{"type":"string","format":"date-time","readOnly":true},"date_mod":{"type":"string","format":"date-time","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"}},"description":"Consommable"},"ConsumableItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"consumables":{"type":"array","description":"List of consumables","items":{"type":"object","x-full-schema":"Consumable","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"date_in":{"type":"string","format":"date-time"},"date_out":{"type":"string","format":"date-time"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"}}}}},"description":"Mod\u00e8le de consommable"},"Contact":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Contact"},"Contract":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Contrat"},"Controller":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"is_raid":{"type":"boolean"},"interface":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"InterfaceType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ControllerModel"}},"description":"Contr\u00f4leur"},"ControllerItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"controller":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Controller"},"busID":{"type":"string"}},"description":"Contr\u00f4leur \u00e9l\u00e9ment"},"ControllerModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de contr\u00f4leur"},"DCRoom":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"is_deleted":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"datacenter":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"DataCenter"},"rows":{"type":"integer"},"cols":{"type":"integer"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Salle serveur"},"DataCenter":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"}},"description":"Data center"},"Database":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"}},"description":"Base de donn\u00e9es"},"Document":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"is_deleted":{"type":"boolean"},"filename":{"type":"string"},"filepath":{"type":"string"},"mime":{"type":"string"},"sha1sum":{"type":"string"}},"description":"Document"},"Document_Item":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string","readOnly":true},"items_id":{"type":"integer","format":"int64","readOnly":true},"documents_id":{"type":"integer","format":"int64","readOnly":true},"filepath":{"type":"string"}},"description":"\u00c9l\u00e9ment associ\u00e9 au document"},"Domain":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"}},"description":"Domaine"},"Drive":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"is_writer":{"type":"boolean"},"speed":{"type":"string"},"interface":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"InterfaceType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"DriveModel"}},"description":"Lecteur"},"DriveItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"drive":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Drive"},"busID":{"type":"string"}},"description":"Lecteur \u00e9l\u00e9ment"},"DriveModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de lecteur"},"EmailAddress":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"email":{"type":"string","description":"Email address"},"is_default":{"type":"boolean","description":"Is default"},"is_dynamic":{"type":"boolean","description":"Is dynamic"}},"description":"E-mail"},"Enclosure":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"serial":{"type":"string"},"otherserial":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"state":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"},"orientation":{"type":"integer","format":"int32"},"power_supplies":{"type":"integer","format":"int32"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Ch\u00e2ssis"},"Entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string","description":"Name"},"comment":{"type":"string","description":"Comment"},"completename":{"type":"string","description":"Complete name"},"parent":{"type":"object","x-full-schema":"Entity","description":"Parent entity","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string","description":"Name"}}},"level":{"type":"integer","description":"Level"}},"description":"Entit\u00e9"},"EntityTransferRecord":{"type":"object","properties":{"itemtype":{"type":"string"},"items_id":{"type":"integer"},"entity":{"type":"integer"},"options":{"type":"object"}}},"EventCategory":{"type":"object","description":"Cat\u00e9gorie d'\u00e9v\u00e8nement","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"color":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}},"ExternalEvent":{"type":"object","description":"\u00c9v\u00e8nement externe","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"uuid":{"type":"string","pattern":"\/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$\/i"},"name":{"type":"string"},"text":{"type":"string"},"template":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ExternalEventTemplate"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"EventCategory"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Group"},"date":{"type":"string","format":"date-time"},"date_begin":{"type":"string","format":"date-time"},"date_end":{"type":"string","format":"date-time"},"rrule":{"type":"string"},"state":{"type":"integer","format":"int64"},"is_background":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}},"ExternalEventTemplate":{"type":"object","description":"Gabarit d'\u00e9v\u00e8nement externe","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"text":{"type":"string"},"comment":{"type":"string"},"duration":{"type":"integer"},"before_time":{"type":"integer"},"rrule":{"type":"string"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"EventCategory"},"state":{"type":"integer","enum":[0,1,2],"description":"The state of the event.\n- 1: Information\n- 2: To do\n- 3: Done"},"is_background":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}},"Firmware":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"},"version":{"type":"string"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"FirmwareType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"FirmwareModel"}},"description":"Firmware"},"FirmwareItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"firmware":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Firmware"}},"description":"Firmware \u00e9l\u00e9ment"},"FirmwareModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de firmware"},"FirmwareType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de firmware"},"Followup":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"content":{"type":"string"},"is_private":{"type":"boolean"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_editor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"request_type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"RequestType"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Suivi"},"GenericDevice":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"GenericDeviceType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"GenericDeviceModel"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"}},"description":"Composant g\u00e9n\u00e9rique"},"GenericDeviceItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"generic_device":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"GenericDevice"}},"description":"Composant g\u00e9n\u00e9rique \u00e9l\u00e9ment"},"GenericDeviceModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de composant g\u00e9n\u00e9rique"},"GenericDeviceType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type g\u00e9n\u00e9rique"},"GlobalStats":{"type":"object","properties":{"sample_dates":{"type":"array","description":"The dates the stats are for","items":{"type":"string","format":"date"}},"number_open":{"type":"array","description":"The number of assistance items opened during the period","items":{"type":"integer"}},"number_solved":{"type":"array","description":"The number of assistance items solved during the period","items":{"type":"integer"}},"number_late":{"type":"array","description":"The number of late assistance items during the period","items":{"type":"integer"}},"number_closed":{"type":"array","description":"The number of assistance items closed during the period","items":{"type":"integer"}},"satisfaction_surveys_open":{"type":"array","description":"The number of satisfaction surveys opened during the period","items":{"type":"integer"}},"satisfaction_surveys_answered":{"type":"array","description":"The number of satisfaction surveys answered during the period","items":{"type":"integer"}},"satisfaction_surveys_avg_rating":{"type":"array","description":"The average rating of the satisfaction surveys based on the answer date","items":{"type":"number","format":"float"}},"time_solve_avg":{"type":"array","description":"The average time it took to resolve the assistance items (in seconds)","items":{"type":"integer"}},"time_close_avg":{"type":"array","description":"The average time it took to close the assistance items (in seconds)","items":{"type":"integer"}},"time_treatment_avg":{"type":"array","description":"The average time it took to completely treat the assistance items (in seconds)","items":{"type":"integer"}}}},"GraphicCard":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"chipset":{"type":"string"},"memory_default":{"type":"integer","format":"int32"},"interface":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"InterfaceType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"GraphicCardModel"}},"description":"Carte graphique"},"GraphicCardItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"graphic_card":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"GraphicCard"},"busID":{"type":"string"},"memory":{"type":"integer","format":"int32"}},"description":"Carte graphique \u00e9l\u00e9ment"},"GraphicCardModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de carte graphique"},"Group":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string","description":"Name"},"comment":{"type":"string","description":"Comment"},"completename":{"type":"string","description":"Complete name"},"parent":{"type":"object","x-full-schema":"Group","description":"Parent group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string","description":"Name"}}},"level":{"type":"integer","description":"Level"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"}},"description":"Groupe"},"HardDrive":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"rpm":{"type":"string"},"cache":{"type":"string"},"capacity_default":{"type":"integer","format":"int32"},"interface":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"InterfaceType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"HardDriveModel"}},"description":"Disque dur"},"HardDriveItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"hard_drive":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"HardDrive"},"busID":{"type":"string"},"capacity":{"type":"integer","format":"int32"}},"description":"Disque dur \u00e9l\u00e9ment"},"HardDriveModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de disque dur"},"ITILCategory":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"parent":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ITILCategory"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Cat\u00e9gorie ITIL"},"ITILStats":{"type":"object","properties":{"item":{"type":"object","description":"The item the stats are grouped by","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"number_open":{"type":"integer","description":"The number of open assistance items"},"number_solved":{"type":"integer","description":"The number of solved assistance items"},"number_late":{"type":"integer","description":"The number of late assistance items"},"number_closed":{"type":"integer","description":"The number of closed assistance items"},"satisfaction_surveys_open":{"type":"integer","description":"The number of open satisfaction surveys"},"satisfaction_surveys_answered":{"type":"integer","description":"The number of answered satisfaction surveys"},"satisfaction_surveys_avg_rating":{"type":"number","format":"float","description":"The average rating of the satisfaction surveys"},"time_take_into_account_avg":{"type":"integer","description":"The average time it took to take the assistance items into account (in seconds)"},"time_solve_avg":{"type":"integer","description":"The average time it took to resolve the assistance items (in seconds)"},"time_close_avg":{"type":"integer","description":"The average time it took to close the assistance items (in seconds)"},"time_treatment_avg":{"type":"integer","description":"The average time it took to completely treat the assistance items (in seconds)"},"time_treatment_total":{"type":"integer","description":"The total time it took to completely treat the assistance items (in seconds)"}}},"Infocom":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string","readOnly":true},"items_id":{"type":"integer","format":"int64","readOnly":true},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_buy":{"type":"string","format":"date"},"date_use":{"type":"string","format":"date"},"date_order":{"type":"string","format":"date"},"date_delivery":{"type":"string","format":"date"},"date_inventory":{"type":"string","format":"date"},"date_warranty":{"type":"string","format":"date"},"date_decommission":{"type":"string","format":"date"},"warranty_info":{"type":"string"},"warranty_value":{"type":"number","format":"float"},"warranty_duration":{"type":"integer","format":"int32","description":"Warranty duration in months"},"budget":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"supplier":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"order_number":{"type":"string"},"delivery_number":{"type":"string"},"immo_number":{"type":"string"},"invoice_number":{"type":"string"},"value":{"type":"number","format":"float"},"amortization_type":{"type":"string","enum":[0,1,2],"description":"The amortization type:\n- 0: No amortization\n- 1: Decreasing\n- 2: Linear"},"amortization_time":{"type":"integer","format":"int32","description":"Amortization duration in years"},"amortization_coeff":{"type":"number","format":"float","description":"Amortization coefficient"},"business_criticity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}}},"description":"Informations financi\u00e8res et administratives"},"InterfaceType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type d'interface (disque dur...)"},"LDAPDirectory":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"host":{"type":"string"},"port":{"type":"integer","min":1,"max":65535},"is_default":{"type":"boolean"},"is_active":{"type":"boolean"},"comment":{"type":"string"},"connection_filter":{"type":"string","description":"LDAP filter to restrict the search for users"},"basedn":{"type":"string","description":"The distinguished name in the directory from which the searches will be made"},"use_bind":{"type":"boolean","description":"Whether to bind to the directory with a specific user or anonymously"},"rootdn":{"type":"string","description":"The distinguished name of the user to bind to the directory"},"rootdn_password":{"type":"string","writeOnly":true,"description":"The password of the user to bind to the directory"},"login_field":{"type":"string","description":"The attribute corresponding to the login"},"sync_field":{"type":"string","description":"The attribute to use to uniquely identify a user (usually objectguid or employeeuid)"}},"description":"Annuaire LDAP"},"License":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"is_deleted":{"type":"boolean"}},"description":"Licence"},"Line":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"}},"description":"Ligne t\u00e9l\u00e9phonique"},"Location":{"type":"object","description":"Lieu","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"code":{"type":"string"},"alias":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"parent":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"level":{"type":"integer"},"room":{"type":"string"},"building":{"type":"string"},"address":{"type":"string"},"town":{"type":"string"},"postcode":{"type":"string"},"state":{"type":"string"},"country":{"type":"string"},"latitude":{"type":"string"},"longitude":{"type":"string"},"altitude":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}},"Manufacturer":{"type":"object","description":"Fabricant","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}}},"Memory":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"frequency":{"type":"string"},"size_default":{"type":"integer","format":"int32"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"MemoryType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"MemoryModel"}},"description":"M\u00e9moire"},"MemoryItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"memory":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Memory"},"busID":{"type":"string"},"size":{"type":"integer","format":"int32"}},"description":"M\u00e9moire \u00e9l\u00e9ment"},"MemoryModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de m\u00e9moire"},"MemoryType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de m\u00e9moire"},"Monitor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Moniteur"},"NetworkCard":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"bandwidth":{"type":"string"},"mac_default":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"NetworkCardModel"}},"description":"Carte r\u00e9seau"},"NetworkCardItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"network_card":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"NetworkCard"},"busID":{"type":"string"},"mac":{"type":"string"}},"description":"Carte r\u00e9seau \u00e9l\u00e9ment"},"NetworkCardModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de carte r\u00e9seau"},"NetworkEquipment":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"network":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Mat\u00e9riel r\u00e9seau"},"NetworkPort":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"logical_number":{"type":"integer"},"mac":{"type":"string"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"if_mtu":{"type":"integer"},"if_speed":{"type":"integer","format":"int64"},"if_internal_status":{"type":"string"},"if_connection_status":{"type":"integer"},"if_last_change":{"type":"string"},"if_in_bytes":{"type":"integer","format":"int64"},"if_out_bytes":{"type":"integer","format":"int64"},"if_in_errors":{"type":"integer","format":"int64"},"if_out_errors":{"type":"integer","format":"int64"},"if_status":{"type":"string"},"if_description":{"type":"string"},"if_alias":{"type":"string"},"port_duplex":{"type":"string"},"trunk":{"type":"integer"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Port r\u00e9seau"},"OperatingSystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Syst\u00e8me d'exploitation"},"PCIDevice":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"PCIModel"}},"description":"P\u00e9riph\u00e9rique PCI"},"PCIDeviceItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"pci_device":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"PCIDevice"},"busID":{"type":"string"}},"description":"P\u00e9riph\u00e9rique PCI \u00e9l\u00e9ment"},"PCIModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le d'autre composant"},"PDU":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"serial":{"type":"string"},"otherserial":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"PDUModel"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"PDUType"},"state":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"PDU"},"PDUModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"},"weight":{"type":"integer"},"rack_units":{"type":"integer"},"depth":{"type":"number","format":"float"},"power_connections":{"type":"integer"},"max_power":{"type":"integer"},"is_half_rack":{"type":"boolean"},"is_rackable":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Mod\u00e8le de PDU"},"PDUType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de PDU"},"PassiveDCEquipment":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"serial":{"type":"string"},"otherserial":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"PassiveDCEquipmentModel"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"PassiveDCEquipmentType"},"state":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"\u00c9quipement passif"},"PassiveDCEquipmentModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"},"weight":{"type":"integer"},"rack_units":{"type":"integer"},"depth":{"type":"number","format":"float"},"power_connections":{"type":"integer"},"power_consumption":{"type":"integer"},"max_power":{"type":"integer"},"is_half_rack":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Mod\u00e8le d'\u00e9quipement passif"},"PassiveDCEquipmentType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type d'\u00e9quipement passif"},"Peripheral":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"P\u00e9riph\u00e9rique"},"Phone":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"T\u00e9l\u00e9phone"},"PowerSupply":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"power":{"type":"string"},"is_atx":{"type":"boolean"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"PowerSupplyModel"}},"description":"Alimentation"},"PowerSupplyItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"power_supply":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"PowerSupply"}},"description":"Alimentation \u00e9l\u00e9ment"},"PowerSupplyModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le d'alimentation"},"Printer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"network":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"uuid":{"type":"string"},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Imprimante"},"PrinterModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Mod\u00e8le d'imprimante"},"Problem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"content":{"type":"string"},"is_deleted":{"type":"boolean"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ITILCategory"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"urgency":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"impact":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"priority":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"actiontime":{"type":"integer","readOnly":true},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","enum":[1,7,2,3,4,5,8,6],"description":"- 1: Nouveau\n- 7: Accept\u00e9\n- 2: En cours (Attribu\u00e9)\n- 3: En cours (Planifi\u00e9)\n- 4: En attente\n- 5: R\u00e9solu\n- 8: En observation\n- 6: Clos\n","readOnly":true},"name":{"type":"string"}}},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"team":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"type":{"type":"string"},"role":{"type":"string"}},"x-full-schema":"TeamMember"}}},"description":"Probl\u00e8me"},"ProblemTask":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"content":{"type":"string"},"is_private":{"type":"boolean"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_editor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"duration":{"type":"integer"},"state":{"type":"integer","enum":[0,1,2],"description":"The state of the task.\n- 1: Information\n- 2: To do\n- 3: Done"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"TaskCategory"},"problems_id":{"type":"integer","format":"int64"}},"description":"T\u00e2che de probl\u00e8me"},"ProblemTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"}},"description":"Gabarit de probl\u00e8me"},"Processor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"frequency":{"type":"string"},"frequency_default":{"type":"string"},"nbcores_default":{"type":"integer","format":"int32"},"nbthreads_default":{"type":"integer","format":"int32"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ProcessorModel"}},"description":"Processeur"},"ProcessorItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"processor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Processor"},"busID":{"type":"string"},"frequency":{"type":"string"},"nbcores":{"type":"integer","format":"int32"},"nbthreads":{"type":"integer","format":"int32"}},"description":"Processeur \u00e9l\u00e9ment"},"ProcessorModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de processeur"},"Profile":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string","description":"Name"},"comment":{"type":"string","description":"Comment"}},"description":"Profil"},"Project":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"content":{"type":"string"},"code":{"type":"string"},"priority":{"type":"integer","enum":[1,2,3,4,5,6],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High\n- 6: Major"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"tasks":{"type":"array","items":{"type":"object","x-full-schema":"ProjectTask","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"content":{"type":"string"}}}}},"description":"Projet"},"ProjectTask":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"content":{"type":"string"},"project":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Project"},"parent_task":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ProjectTask"}},"description":"T\u00e2che de projet"},"Rack":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"serial":{"type":"string"},"otherserial":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"RackModel"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"RackType"},"state":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"width":{"type":"integer","format":"int32"},"height":{"type":"integer","format":"int32"},"depth":{"type":"integer","format":"int32"},"number_units":{"type":"integer","format":"int32"},"is_deleted":{"type":"boolean"},"room":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"DCRoom"},"room_orientation":{"type":"integer","format":"int32"},"position":{"type":"string"},"bgcolor":{"type":"string"},"max_power":{"type":"integer","format":"int32"},"measured_power":{"type":"integer","format":"int32"},"max_weight":{"type":"integer","format":"int32"},"items":{"type":"array","description":"List of items in the rack","items":{"type":"object","x-full-schema":"RackItem","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"}}}},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Baie"},"RackItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"rack":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Rack"},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"position":{"type":"integer","format":"int32"},"orientation":{"type":"integer","format":"int32","enum":[0,1],"description":"Orientation of the item in the rack.\n- 0: Front\n- 1: Rear"},"bgcolor":{"type":"string"},"position_horizontal":{"type":"integer","format":"int32"},"is_reserved":{"type":"boolean"}},"description":"\u00c9l\u00e9ment"},"RackModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Mod\u00e8le de baies"},"RackType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de baie"},"RecurringChange":{"type":"object","description":"Recurring change","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"is_active":{"type":"boolean"},"template":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ChangeTemplate"},"date_begin":{"type":"string","format":"date-time"},"date_end":{"type":"string","format":"date-time"},"periodicity":{"type":"integer","format":"int32"},"create_before":{"type":"integer","format":"int32"},"date_next_creation":{"type":"string","format":"date-time"},"calendar":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Calendar"}}},"RecurringTicket":{"type":"object","description":"Recurring ticket","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_active":{"type":"boolean"},"template":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"TicketTemplate"},"date_begin":{"type":"string","format":"date-time"},"date_end":{"type":"string","format":"date-time"},"periodicity":{"type":"integer","format":"int32"},"create_before":{"type":"integer","format":"int32"},"date_next_creation":{"type":"string","format":"date-time"},"calendar":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Calendar"},"ticket_per_item":{"type":"boolean"}}},"RequestType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"is_helpdesk_default":{"type":"boolean"},"is_followup_default":{"type":"boolean"},"is_mail_default":{"type":"boolean"},"is_mailfollowup_default":{"type":"boolean"},"is_active":{"type":"boolean"},"is_visible_ticket":{"type":"boolean"},"is_visible_followup":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Source de la demande"},"Rule":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"uuid":{"type":"string","readOnly":true},"sub_type":{"type":"string","writeOnly":true},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"comment":{"type":"string"},"is_active":{"type":"boolean"},"match":{"description":"Logical operator to use when matching rule criteria","type":"string","enum":["AND","OR"]},"condition":{"description":"The condition that triggers evaluation of this rule. Typically, 1 is for \"On Add\" and 2 is for \"On Update\".","type":"integer"},"ranking":{"description":"The order in which to evaluate this rule. Lower numbers are evaluated first. Changing the ranking of a rule may shift the rankings of other rules.","type":"integer","format":"int32"},"criteria":{"type":"array","readOnly":true,"items":{"type":"object","x-full-schema":"RuleCriteria","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"criteria":{"type":"string","description":"The criteria to use. See \/Rule\/Collection\/{collection}\/CriteriaCriteria for a complete list of criteria."},"condition":{"type":"integer","description":"The condition to use. See \/Rule\/Collection\/{collection}\/CriteriaCondition for a complete list of conditions."},"pattern":{"type":"string","description":"The value\/pattern to match against. If the condition relates to regular expressions, this value needs to be a valid regular expression including the delimiters."}}}},"actions":{"type":"array","readOnly":true,"items":{"type":"object","x-full-schema":"RuleAction","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"action_type":{"type":"string","description":"The action to perform. See \/Rule\/Collection\/{collection}\/ActionType for a complete list of actions."},"field":{"type":"string","description":"The field to modify. See \/Rule\/Collection\/{collection}\/ActionField for a complete list of fields."},"value":{"type":"string","description":"The value to set. If the field relates to regular expressions, this can include a # followed by 0 through 9 to indicate a captured value from the criteria regular expression."}}}},"date_creation":{"type":"string","format":"date-time","readOnly":true},"date_mod":{"type":"string","format":"date-time","readOnly":true}},"description":"R\u00e8gle"},"RuleAction":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"rule":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Rule","writeOnly":true},"action_type":{"type":"string","description":"The action to perform. See \/Rule\/Collection\/{collection}\/ActionType for a complete list of actions."},"field":{"type":"string","description":"The field to modify. See \/Rule\/Collection\/{collection}\/ActionField for a complete list of fields."},"value":{"type":"string","description":"The value to set. If the field relates to regular expressions, this can include a # followed by 0 through 9 to indicate a captured value from the criteria regular expression."}},"description":"Action"},"RuleActionField":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string"},"action_types":{"type":"array","description":"Action types that can be used with this field. See \/Rule\/Collection\/{collection}\/ActionType for a complete list of action types.","items":{"type":"string"}}}},"RuleActionType":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string"},"fields":{"type":"array","description":"Fields\/actions that can be used with this action. See \/Rule\/Collection\/{collection}\/ActionField for a complete list of fields\/actions.","items":{"type":"string"}}}},"RuleCriteria":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"rule":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Rule","writeOnly":true},"criteria":{"type":"string","description":"The criteria to use. See \/Rule\/Collection\/{collection}\/CriteriaCriteria for a complete list of criteria."},"condition":{"type":"integer","description":"The condition to use. See \/Rule\/Collection\/{collection}\/CriteriaCondition for a complete list of conditions."},"pattern":{"type":"string","description":"The value\/pattern to match against. If the condition relates to regular expressions, this value needs to be a valid regular expression including the delimiters."}},"description":"Crit\u00e8re"},"RuleCriteriaCondition":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"description":{"type":"string"},"fields":{"type":"array","description":"Fields\/criteria that can be used with this condition. See \/Rule\/Collection\/{collection}\/CriteriaCriteria for a complete list of fields\/criteria.","items":{"type":"string"}}}},"RuleCriteriaCriteria":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string"}}},"SIMCard":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"voltage":{"type":"integer","format":"int32"},"allow_voip":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SIMCardType"}},"description":"Carte SIM"},"SIMCardItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"sim_card":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"SIMCard"},"pin":{"type":"string"},"pin2":{"type":"string"},"puk":{"type":"string"},"puk2":{"type":"string"},"msin":{"type":"string"},"line":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Line"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Group"}},"description":"Carte SIM \u00e9l\u00e9ment"},"SIMCardType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de carte SIM"},"Sensor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SensorType"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SensorModel"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"}},"description":"Capteur"},"SensorItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"sensor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Sensor"}},"description":"Capteur \u00e9l\u00e9ment"},"SensorModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de capteur"},"SensorType":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Type de capteurs"},"Session":{"type":"object","properties":{"current_time":{"type":"string","format":"date-time"},"user_id":{"type":"integer"},"use_mode":{"type":"integer"},"friendly_name":{"type":"string"},"name":{"type":"string"},"real_name":{"type":"string"},"first_name":{"type":"string"},"default_entity":{"type":"integer"},"profiles":{"type":"array","items":{"type":"integer"}},"active_entities":{"type":"array","items":{"type":"integer"}},"active_profile":{"type":"object","properties":{"id":{"type":"integer","readOnly":true},"name":{"type":"string"},"interface":{"type":"string"}}},"active_entity":{"type":"object","properties":{"id":{"type":"integer","readOnly":true},"short_name":{"type":"string"},"complete_name":{"type":"string"},"recursive":{"type":"integer"}}}}},"Socket":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SocketModel"},"wiring_side":{"type":"integer","format":"int32"},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"network_port":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"NetworkPort"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Connecteur"},"SocketModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Mod\u00e8le de prise"},"Software":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SoftwareCategory"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"parent":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Software"},"is_helpdesk_visible":{"type":"boolean"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"is_deleted":{"type":"boolean"},"is_update":{"type":"boolean"},"is_valid":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Logiciel"},"SoftwareCategory":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"comment":{"type":"string"},"parent":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SoftwareCategory"},"level":{"type":"integer"}},"description":"Cat\u00e9gorie de logiciel"},"SoftwareLicense":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"is_deleted":{"type":"boolean"}},"description":"Licence"},"SoftwareVersion":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"arch":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"software":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Software"},"state":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"operating_system":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"OperatingSystem"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"}},"description":"Version"},"Solution":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"content":{"type":"string"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_editor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"}},"description":"Solution"},"SoundCard":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SoundCardModel"}},"description":"Carte son"},"SoundCardItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"sound_card":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"SoundCard"},"busID":{"type":"string"}},"description":"Carte son \u00e9l\u00e9ment"},"SoundCardModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"}},"description":"Mod\u00e8le de carte son"},"StatReport":{"type":"object","properties":{"assistance_type":{"type":"string","description":"The assistance type the stats are for such as \"Ticket\", \"Change\" or \"Problem\""},"report_type":{"type":"string","description":"The report type"},"report_title":{"type":"string","description":"The report title"},"report_group_fields":{"type":"array","description":"The fields the report can be grouped by","items":{"type":"string"}}}},"State":{"type":"object","description":"Statut des \u00e9l\u00e9ments","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"parent":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"level":{"type":"integer"},"is_visible_helpdesk":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"visibilities":{"type":"object","x-full-schema":"State_Visibilities","properties":{"computer":{"type":"boolean","readOnly":true},"monitor":{"type":"boolean","readOnly":true},"networkequipment":{"type":"boolean","readOnly":true},"peripheral":{"type":"boolean","readOnly":true},"phone":{"type":"boolean","readOnly":true},"printer":{"type":"boolean","readOnly":true},"softwarelicense":{"type":"boolean","readOnly":true},"certificate":{"type":"boolean","readOnly":true},"enclosure":{"type":"boolean","readOnly":true},"pdu":{"type":"boolean","readOnly":true},"line":{"type":"boolean","readOnly":true},"rack":{"type":"boolean","readOnly":true},"softwareversion":{"type":"boolean","readOnly":true},"cluster":{"type":"boolean","readOnly":true},"contract":{"type":"boolean","readOnly":true},"appliance":{"type":"boolean","readOnly":true},"databaseinstance":{"type":"boolean","readOnly":true},"cable":{"type":"boolean","readOnly":true},"unmanaged":{"type":"boolean","readOnly":true},"passivedcequipment":{"type":"boolean","readOnly":true}}}}},"State_Visibilities":{"type":"object","properties":{"computer":{"type":"boolean","readOnly":true},"monitor":{"type":"boolean","readOnly":true},"networkequipment":{"type":"boolean","readOnly":true},"peripheral":{"type":"boolean","readOnly":true},"phone":{"type":"boolean","readOnly":true},"printer":{"type":"boolean","readOnly":true},"softwarelicense":{"type":"boolean","readOnly":true},"certificate":{"type":"boolean","readOnly":true},"enclosure":{"type":"boolean","readOnly":true},"pdu":{"type":"boolean","readOnly":true},"line":{"type":"boolean","readOnly":true},"rack":{"type":"boolean","readOnly":true},"softwareversion":{"type":"boolean","readOnly":true},"cluster":{"type":"boolean","readOnly":true},"contract":{"type":"boolean","readOnly":true},"appliance":{"type":"boolean","readOnly":true},"databaseinstance":{"type":"boolean","readOnly":true},"cable":{"type":"boolean","readOnly":true},"unmanaged":{"type":"boolean","readOnly":true},"passivedcequipment":{"type":"boolean","readOnly":true}}},"Supplier":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Fournisseur"},"Systemboard":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"},"comment":{"type":"string"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"chipset":{"type":"string"},"model":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"SystemboardModel"}},"description":"Carte m\u00e8re"},"SystemboardItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"itemtype":{"type":"string"},"items_id":{"type":"integer","format":"int64"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"serial":{"type":"string"},"otherserial":{"type":"string"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"is_deleted":{"type":"boolean"},"is_dynamic":{"type":"boolean"},"systemboard":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"designation":{"type":"string"}},"x-full-schema":"Systemboard"}},"description":"Carte m\u00e8re \u00e9l\u00e9ment"},"SystemboardModel":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"product_number":{"type":"string"},"chipset":{"type":"string"}},"description":"Mod\u00e8le de carte m\u00e8re"},"TaskCategory":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"is_active":{"type":"boolean"}},"description":"Cat\u00e9gorie de t\u00e2ches"},"TeamMember":{"type":"object","description":"The valid types and roles depend on the type of the item they are being added to","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"type":{"type":"string"},"role":{"type":"string"}}},"Ticket":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"content":{"type":"string"},"is_deleted":{"type":"boolean"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"ITILCategory"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Location"},"urgency":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"impact":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"priority":{"type":"integer","enum":[1,2,3,4,5],"description":"- 1: Very Low\n- 2: Low\n- 3: Medium\n- 4: High\n- 5: Very High"},"actiontime":{"type":"integer","readOnly":true},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time"},"type":{"type":"integer","enum":[1,2],"description":"The type of the ticket.\n- 1: Incident\n- 2: Request"},"external_id":{"type":"string"},"request_type":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"RequestType"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","enum":[1,10,2,3,4,5,6],"description":"- 1: Nouveau\n- 10: Validation\n- 2: En cours (Attribu\u00e9)\n- 3: En cours (Planifi\u00e9)\n- 4: En attente\n- 5: R\u00e9solu\n- 6: Clos\n","readOnly":true},"name":{"type":"string"}}},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"team":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"type":{"type":"string"},"role":{"type":"string"}},"x-full-schema":"TeamMember"}}},"description":"Ticket"},"TicketTask":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"content":{"type":"string"},"is_private":{"type":"boolean"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_editor":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"duration":{"type":"integer"},"state":{"type":"integer","enum":[0,1,2],"description":"The state of the task.\n- 1: Information\n- 2: To do\n- 3: Done"},"category":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"TaskCategory"},"tickets_id":{"type":"integer","format":"int64"}},"description":"T\u00e2che d'un ticket"},"TicketTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"},"comment":{"type":"string"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"}},"description":"Gabarit de ticket"},"TicketValidation":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"requester":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"approver":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"requested_approver_type":{"type":"string","enum":["User","Group"]},"requested_approver_id":{"type":"integer","format":"int64"},"submission_comment":{"type":"string"},"approval_comment":{"type":"string"},"status":{"type":"integer","enum":[1,2,3,4],"description":"The status of the validation.\n- 0: None\n- 1: Waiting\n- 2: Accepted\n- 3: Refused"},"submission_date":{"type":"string","format":"date-time"},"approval_date":{"type":"string","format":"date-time"},"tickets_id":{"type":"integer","format":"int64"}},"description":"Validations du ticket"},"Unmanaged":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"comment":{"type":"string"},"date_creation":{"type":"string","format":"date-time"},"date_mod":{"type":"string","format":"date-time"},"status":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"State"},"entity":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"},"completename":{"type":"string"}},"x-full-schema":"Entity"},"is_recursive":{"type":"boolean"},"manufacturer":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"Manufacturer"},"user":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"user_tech":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}},"x-full-schema":"User"},"group":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"group_tech":{"type":"array","items":{"type":"object","x-full-schema":"Group","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"name":{"type":"string"}}}},"contact":{"type":"string"},"contact_num":{"type":"string"},"serial":{"type":"string"},"otherserial":{"type":"string"},"network":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"autoupdatesystem":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"name":{"type":"string"}}},"is_deleted":{"type":"boolean"}},"description":"Actif non g\u00e9r\u00e9"},"User":{"type":"object","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"username":{"type":"string","description":"Username"},"realname":{"type":"string","description":"Real name"},"firstname":{"type":"string","description":"First name"},"phone":{"type":"string","description":"Phone number"},"phone2":{"type":"string","description":"Phone number 2"},"mobile":{"type":"string","description":"Mobile phone number"},"emails":{"type":"array","description":"Email addresses","items":{"type":"object","x-full-schema":"EmailAddress","properties":{"id":{"type":"integer","format":"int64","description":"ID","readOnly":true},"email":{"type":"string","description":"Email address"},"is_default":{"type":"boolean","description":"Is default"},"is_dynamic":{"type":"boolean","description":"Is dynamic"}}}},"comment":{"type":"string","description":"Comment"},"is_active":{"type":"boolean","description":"Is active"},"is_deleted":{"type":"boolean","description":"Is deleted"},"password":{"type":"string","format":"password","description":"Password","writeOnly":true},"password2":{"type":"string","format":"password","description":"Password confirmation","writeOnly":true},"picture":{"type":"string"}},"description":"Utilisateur"}}},"paths":{"\/":{"get":{"tags":[],"responses":{"200":{"description":"API information","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/APIInformation"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"API Homepage. Displays the available API versions and a list of available routes. When logged in, more routes are displayed.","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/doc":{"get":{"tags":[],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Displays the API documentation as a Swagger UI HTML page.","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/doc.json":{"get":{"tags":[],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the OpenAPI JSON schema.","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/getting-started":{"get":{"tags":[],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Displays the general API documentation to get started.","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/{req}":{"get":{"tags":[],"responses":{"200":{"description":"Never returned","content":{"application\/json":{"schema":[]}}},"404":{"description":"No route found for the requested path","content":{"application\/json":{"schema":[]}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Internal server error"}},"description":"A fallback for when no other endpoint matches the request. A 404 error will be shown.","parameters":[{"name":"req","description":"","in":"path","required":true,"schema":{"type":"string","pattern":".*"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":[],"responses":{"200":{"description":"Never returned","content":{"application\/json":{"schema":[]}}},"404":{"description":"No route found for the requested path","content":{"application\/json":{"schema":[]}}},"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Internal server error"}},"description":"A fallback for when no other endpoint matches the request. A 404 error will be shown.","parameters":[{"name":"req","description":"","in":"path","required":true,"schema":{"type":"string","pattern":".*"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":[],"responses":{"200":{"description":"Never returned","content":{"application\/json":{"schema":[]}}},"404":{"description":"No route found for the requested path","content":{"application\/json":{"schema":[]}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Internal server error"}},"description":"A fallback for when no other endpoint matches the request. A 404 error will be shown.","parameters":[{"name":"req","description":"","in":"path","required":true,"schema":{"type":"string","pattern":".*"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"put":{"tags":[],"responses":{"200":{"description":"Never returned","content":{"application\/json":{"schema":[]}}},"404":{"description":"No route found for the requested path","content":{"application\/json":{"schema":[]}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Internal server error"}},"description":"A fallback for when no other endpoint matches the request. A 404 error will be shown.","parameters":[{"name":"req","description":"","in":"path","required":true,"schema":{"type":"string","pattern":".*"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"delete":{"tags":[],"responses":{"200":{"description":"Never returned","content":{"application\/json":{"schema":[]}}},"404":{"description":"No route found for the requested path","content":{"application\/json":{"schema":[]}}},"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"500":{"description":"Internal server error"}},"description":"A fallback for when no other endpoint matches the request. A 404 error will be shown.","parameters":[{"name":"req","description":"","in":"path","required":true,"schema":{"type":"string","pattern":".*"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"options":{"tags":[],"responses":{"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"A global route that enables the OPTIONS method on all endpoints. This responds with an Accept header indicating which methods are allowed.","parameters":[{"name":"req","description":"","in":"path","required":true,"schema":{"type":"string","pattern":".*"}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/session":{"get":{"tags":["Session"],"responses":{"200":{"description":"The session information","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get information about the session","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/authorize":{"get":{"tags":["Session"],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Authorize the API client using the authorization code grant type.","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Session"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Authorize the API client using the authorization code grant type.","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/token":{"post":{"tags":["Session"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an OAuth 2.0 token","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/swagger-oauth-redirect":{"get":{"tags":["Session"],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/status":{"get":{"tags":["Status"],"responses":{"200":{"description":"Success"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a list of all GLPI system status checker services.","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/status\/all":{"get":{"tags":["Status"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"status":{"type":"string","format":"string","enum":["OK","WARNING","PROBLEM","NO_DATA"]}}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the the status of all GLPI system status checker services","parameters":[{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/status\/{service}":{"get":{"tags":["Status"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"status":{"type":"string","format":"string","enum":["OK","WARNING","PROBLEM","NO_DATA"]}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the status of a GLPI system status checker service. Use \"all\" as the service to get the full system status.","parameters":[{"name":"service","description":"","in":"path","required":true,"schema":{"type":"string","pattern":"[a-zA-Z0-9_]+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Transfer":{"post":{"tags":[],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Transfer one or more items to another entity","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/EntityTransferRecord"}}}}},"security":[{"oauth":[]}]}},"\/Assets\/":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}},"text\/csv":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}},"application\/xml":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get all available asset types","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Global":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CommonAsset"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CommonAsset"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CommonAsset"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of all types","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Computer"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Computer"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Computer"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Computer"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Monitor":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Monitor"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Monitor"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Monitor"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Monitor"}}}},"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Peripheral":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Peripheral"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Peripheral"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Peripheral"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Peripheral"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Phone":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phone"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phone"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phone"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Phone"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Printer":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Printer"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Printer"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Printer"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer"}}}},"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Certificate":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Unmanaged"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Unmanaged"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Unmanaged"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unmanaged"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Appliance":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appliance"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appliance"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Appliance"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search assets of a specific type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create an asset of a specific type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appliance"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Computer"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Computer"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Computer"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Computer"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Computer"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Monitor"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Monitor"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Monitor"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Monitor"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Monitor"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkEquipment"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/NetworkEquipment"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkEquipment"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Peripheral"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Peripheral"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Peripheral"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Peripheral"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Peripheral"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Phone"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Phone"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Phone"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Phone"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Phone"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Printer"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Printer"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Printer"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareLicense"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SoftwareLicense"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareLicense"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unmanaged"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Unmanaged"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Unmanaged"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unmanaged"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Unmanaged"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appliance"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Appliance"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Appliance"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated {itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appliance"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Appliance"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete an asset of a specific type","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Infocom":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Infocom"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get the financial and administration information for a specific asset","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Cartridge":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CartridgeItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CartridgeItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CartridgeItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search cartridge models","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new cartridge model","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CartridgeItem"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Cartridge\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CartridgeItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CartridgeItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/CartridgeItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing cartridge model","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated CartridgeItem","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CartridgeItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing cartridge model","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CartridgeItem"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a cartridge model","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Cartridge\/{cartridgeitems_id}\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cartridge"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Cartridge"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Cartridge"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Cartridge","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"cartridgeitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Cartridge","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cartridge"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Cartridge","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"cartridgeitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cartridge"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Cartridge","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"cartridgeitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Cartridge\/{cartridgeitems_id}":{"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Cartridge","parameters":[{"name":"cartridgeitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cartridge"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Consumable":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ConsumableItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ConsumableItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ConsumableItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search consumables models","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new consumable model","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConsumableItem"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Consumable\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConsumableItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/ConsumableItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/ConsumableItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing consumable model","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated ConsumableItem","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConsumableItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing consumable model","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConsumableItem"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a consumable model","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Consumable\/{consumableitems_id}\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Consumable"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Consumable"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Consumable"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Consumable","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"consumableitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Consumable","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Consumable"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Consumable","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"consumableitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Consumable"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Consumable","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"consumableitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Consumable\/{consumableitems_id}":{"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Consumable","parameters":[{"name":"consumableitems_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Consumable"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Software":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Software"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Software"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Software"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for Softwares","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Software","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Software"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Software\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Software"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Software"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Software"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Software","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Software","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Software"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Software","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Software"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Software","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Rack":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Rack"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Rack"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Rack"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for Racks","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Rack","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rack"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Rack\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rack"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Rack"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Rack"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Rack","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Rack","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rack"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Rack","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Rack"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Rack","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Rack\/{rack_id}\/Item":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RackItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RackItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/RackItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for items in a rack","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"rack_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Add an item to a rack","parameters":[{"name":"rack_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RackItem"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Rack\/{rack_id}\/Item\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RackItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/RackItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/RackItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing rack item","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"rack_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated RackItem","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RackItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing rack item","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"rack_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RackItem"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Remove an item from a rack","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"rack_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Enclosure":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enclosure"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enclosure"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enclosure"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for Enclosures","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Enclosure","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enclosure"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Enclosure\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enclosure"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Enclosure"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Enclosure"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Enclosure","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Enclosure","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enclosure"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Enclosure","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enclosure"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Enclosure","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/PDU":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PDU"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PDU"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PDU"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for PDUs","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new PDU","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PDU"}}}},"security":[{"oauth":[]}]}},"\/Assets\/PDU\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PDU"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/PDU"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PDU"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing PDU","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated PDU","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PDU"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing PDU","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PDU"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a PDU","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/PassiveDCEquipment":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search passive DC equipment","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new passive DC equipment","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}}},"security":[{"oauth":[]}]}},"\/Assets\/PassiveDCEquipment\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing passive DC equipment","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated PassiveDCEquipment","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing passive DC equipment","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PassiveDCEquipment"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a passive DC equipment","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Cable":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cable"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cable"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cable"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for Cables","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Cable","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cable"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Cable\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cable"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Cable"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Cable"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Cable","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Cable","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cable"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Cable","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cable"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Cable","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Socket":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Socket"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Socket"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Socket"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for Sockets","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new Socket","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Socket"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Socket\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Socket"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Socket"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Socket"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing Socket","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated Socket","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Socket"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing Socket","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Socket"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a Socket","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Software\/{software_id}\/Version":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search software versions","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"software_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new software version","parameters":[{"name":"software_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Software\/{software_id}\/Version\/{id}":{"get":{"tags":["Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareVersion"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SoftwareVersion"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing software version","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"software_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Assets"],"responses":{"200":{"description":"The updated SoftwareVersion","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing software version","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"software_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoftwareVersion"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a software version","parameters":[{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"software_id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Custom\/":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}},"text\/csv":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}},"application\/xml":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get all available custom asset types","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Custom\/{itemtype}":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search custom assets of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Custom Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new custom asset of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Custom\/{itemtype}\/{id}":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing custom asset of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Custom Assets"],"responses":{"200":{"description":"The updated CustomAsset_{itemtype}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing custom asset of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Custom Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a custom asset of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Custom\/{itemtype}Model":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search custom asset models of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Custom Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new custom asset model of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Custom\/{itemtype}Model\/{id}":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing custom asset model of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Custom Assets"],"responses":{"200":{"description":"The updated CustomAsset_{itemtype}Model","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing custom asset model of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Model"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Custom Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a custom asset model of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Custom\/{itemtype}Type":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search custom asset models of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Custom Assets"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new custom asset type of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}}},"security":[{"oauth":[]}]}},"\/Assets\/Custom\/{itemtype}Type\/{id}":{"get":{"tags":["Custom Assets"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing custom asset type of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Custom Assets"],"responses":{"200":{"description":"The updated CustomAsset_{itemtype}Type","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing custom asset type of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CustomAsset_{itemtype}Type"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Custom Assets"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a custom asset type of a specific type","parameters":[{"name":"itemtype","description":"Asset type","in":"path","required":true,"schema":{"type":"string","format":"string","pattern":""}},{"name":"id","description":"The ID of the Asset","in":"path","required":true,"schema":{"type":"integer","format":"int32","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}},"text\/csv":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}},"application\/xml":{"schema":{"type":"array","items":{"type":"object","properties":{"itemtype":{"type":"string","format":"string"},"name":{"type":"string","format":"string"},"href":{"type":"string","format":"string"}}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get all available component types","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Battery":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Battery"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Battery"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Battery"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Battery"}}}},"security":[{"oauth":[]}]}},"\/Components\/Camera":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Camera"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Camera"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Camera"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Camera"}}}},"security":[{"oauth":[]}]}},"\/Components\/Case":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Case"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Case"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Case"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Case"}}}},"security":[{"oauth":[]}]}},"\/Components\/Controller":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Controller"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Controller"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Controller"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Controller"}}}},"security":[{"oauth":[]}]}},"\/Components\/Drive":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Drive"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Drive"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Drive"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Drive"}}}},"security":[{"oauth":[]}]}},"\/Components\/Firmware":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Firmware"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Firmware"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Firmware"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Firmware"}}}},"security":[{"oauth":[]}]}},"\/Components\/GenericDevice":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDevice"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDevice"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDevice"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GenericDevice"}}}},"security":[{"oauth":[]}]}},"\/Components\/GraphicCard":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCard"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCard"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCard"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GraphicCard"}}}},"security":[{"oauth":[]}]}},"\/Components\/HardDrive":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDrive"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDrive"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDrive"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/HardDrive"}}}},"security":[{"oauth":[]}]}},"\/Components\/Memory":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Memory"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Memory"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Memory"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Memory"}}}},"security":[{"oauth":[]}]}},"\/Components\/NetworkCard":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkCard"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkCard"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkCard"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkCard"}}}},"security":[{"oauth":[]}]}},"\/Components\/PCIDevice":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PCIDevice"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PCIDevice"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PCIDevice"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PCIDevice"}}}},"security":[{"oauth":[]}]}},"\/Components\/PowerSupply":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PowerSupply"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PowerSupply"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PowerSupply"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PowerSupply"}}}},"security":[{"oauth":[]}]}},"\/Components\/Processor":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Processor"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Processor"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Processor"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Processor"}}}},"security":[{"oauth":[]}]}},"\/Components\/Sensor":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sensor"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sensor"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sensor"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sensor"}}}},"security":[{"oauth":[]}]}},"\/Components\/SIMCard":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SIMCard"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SIMCard"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SIMCard"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SIMCard"}}}},"security":[{"oauth":[]}]}},"\/Components\/SoundCard":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoundCard"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoundCard"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoundCard"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoundCard"}}}},"security":[{"oauth":[]}]}},"\/Components\/Systemboard":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Systemboard"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Systemboard"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Systemboard"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the component definitions of the specified type","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"post":{"tags":["Components"],"responses":{"201":{"description":"Success (created)","headers":{"Location":{"description":"The URL of the newly created resource","schema":{"type":"string"}}},"content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","format":"int64","readOnly":true},"href":{"type":"string"}}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Create a new component definition of the specified type","parameters":[{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Systemboard"}}}},"security":[{"oauth":[]}]}},"\/Components\/Battery\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Battery"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Battery"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Battery"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Battery"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Battery"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Camera\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Camera"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Camera"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Camera"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Camera"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Camera"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Case\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Case"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Case"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Case"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Case"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Case"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Controller\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Controller"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Controller"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Controller"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Controller"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Controller"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Drive\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Drive"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Drive"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Drive"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Drive"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Drive"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Firmware\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Firmware"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Firmware"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Firmware"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Firmware"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Firmware"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/GenericDevice\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GenericDevice"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/GenericDevice"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/GenericDevice"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GenericDevice"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GenericDevice"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/GraphicCard\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GraphicCard"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/GraphicCard"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/GraphicCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GraphicCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GraphicCard"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/HardDrive\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/HardDrive"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/HardDrive"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/HardDrive"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/HardDrive"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/HardDrive"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Memory\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Memory"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Memory"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Memory"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Memory"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Memory"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/NetworkCard\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkCard"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/NetworkCard"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/NetworkCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkCard"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/PCIDevice\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PCIDevice"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/PCIDevice"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PCIDevice"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PCIDevice"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PCIDevice"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/PowerSupply\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PowerSupply"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/PowerSupply"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PowerSupply"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PowerSupply"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PowerSupply"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Processor\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Processor"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Processor"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Processor"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Processor"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Processor"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Sensor\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sensor"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Sensor"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Sensor"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sensor"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sensor"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/SIMCard\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SIMCard"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SIMCard"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SIMCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SIMCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SIMCard"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/SoundCard\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoundCard"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SoundCard"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SoundCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoundCard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoundCard"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Systemboard\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Systemboard"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Systemboard"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/Systemboard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]},"patch":{"tags":["Components"],"responses":{"200":{"description":"The updated {component_type}","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Systemboard"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Update an existing component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"requestBody":{"content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Systemboard"}}}},"security":[{"oauth":[]}]},"delete":{"tags":["Components"],"responses":{"204":{"description":"Success (no content)"},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Delete a component definition of the specified type","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Battery\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Camera\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Case\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Controller\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Drive\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Firmware\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/GenericDevice\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/GraphicCard\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/HardDrive\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Memory\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/NetworkCard\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/NetworkCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/PCIDevice\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PCIDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PCIDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PCIDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/PowerSupply\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PowerSupplyItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PowerSupplyItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PowerSupplyItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Processor\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProcessorItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProcessorItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProcessorItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Sensor\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SensorItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SensorItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SensorItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/SIMCard\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SIMCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SIMCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SIMCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/SoundCard\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoundCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoundCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SoundCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Systemboard\/{id}\/Items":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemboardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemboardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SystemboardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search for the components of a specific component definition","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Battery\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/BatteryItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/BatteryItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/BatteryItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Camera\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CameraItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CameraItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/CameraItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Case\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CaseItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/CaseItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/CaseItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Controller\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ControllerItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/ControllerItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/ControllerItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Drive\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DriveItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/DriveItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/DriveItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Firmware\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FirmwareItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FirmwareItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/GenericDevice\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/GraphicCard\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GraphicCardItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/GraphicCardItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/HardDrive\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/HardDriveItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/HardDriveItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Memory\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MemoryItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/MemoryItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/MemoryItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/NetworkCard\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/NetworkCardItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/NetworkCardItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/NetworkCardItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/PCIDevice\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PCIDeviceItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/PCIDeviceItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PCIDeviceItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/PowerSupply\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PowerSupplyItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/PowerSupplyItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/PowerSupplyItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Processor\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProcessorItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/ProcessorItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/ProcessorItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Sensor\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SensorItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SensorItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SensorItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/SIMCard\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SIMCardItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SIMCardItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SIMCardItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/SoundCard\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SoundCardItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SoundCardItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SoundCardItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Components\/Systemboard\/Items\/{id}":{"get":{"tags":["Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SystemboardItem"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/SystemboardItem"}},"application\/xml":{"schema":{"$ref":"#\/components\/schemas\/SystemboardItem"}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"Get a specific component","parameters":[{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/Battery":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/BatteryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/Camera":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CameraItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/Case":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/CaseItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/Controller":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ControllerItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/Drive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/Firmware":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FirmwareItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/GenericDevice":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GenericDeviceItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/GraphicCard":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GraphicCardItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/SoftwareLicense\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Certificate\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Unmanaged\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Appliance\/{id}\/Component\/HardDrive":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/HardDriveItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Computer\/{id}\/Component\/Memory":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Monitor\/{id}\/Component\/Memory":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/NetworkEquipment\/{id}\/Component\/Memory":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Peripheral\/{id}\/Component\/Memory":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Phone\/{id}\/Component\/Memory":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profile for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Entity-Recursive","in":"header","description":"\"true\" if the entity access should include child entities. This is false by default.","schema":{"type":"string","enum":["true","false"]}},{"name":"Accept-Language","in":"header","description":"The language to use for the response. If not specified, the default language for the user is used.","schema":{"type":"string"},"examples":{"English_GB":{"value":"en_GB","summary":"English (United Kingdom)"},"French_FR":{"value":"fr_FR","summary":"French (France)"},"Portuguese_BR":{"value":"pt_BR","summary":"Portuguese (Brazil)"}}}],"security":[{"oauth":[]}]}},"\/Assets\/Printer\/{id}\/Component\/Memory":{"get":{"tags":["Assets","Components"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"text\/csv":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}},"application\/xml":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MemoryItem"}}}}},"400":{"description":"Bad request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not found"},"500":{"description":"Internal server error"}},"description":"List or search all components for an asset","parameters":[{"name":"filter","description":"RSQL query string","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"start","description":"The first item to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0},"example":null},{"name":"limit","description":"The maximum number of items to return","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":100},"example":null},{"name":"sort","description":"One or more properties to sort by in the form of property:direction where property is the full property name in dot notation and direction is either asc or desc.\n If no direction is provided, asc is assumed. Multiple sorts can be provided by separating them with a comma.","in":"query","required":false,"schema":{"type":"string","format":"string"},"example":null},{"name":"id","description":"","in":"path","required":true,"schema":{"type":"integer","pattern":"\\d+"}},{"name":"GLPI-Entity","in":"header","description":"The ID of the entity to use. If not specified, the default entity for the user is used.","schema":{"type":"integer"}},{"name":"GLPI-Profile","in":"header","description":"The ID of the profile to use. If not specified, the default profil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment