{"type":"api","title":"Get All LTP Device Record","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/54f4ba30-7fe2-3433-bbd5-a4d458aee37e","info":{"title":"Cisco Cloud-delivered Firewall Management Center (cdFMC) API","version":"1.15.0","description":"Use the documentation to explore the endpoints the cdFMC has to offer","contact":{"name":"Cisco Firepower TAC","email":"ngfw-support@cisco.com"}},"tags":[{"name":"Analysis"},{"name":"Audit"},{"name":"Backup"},{"name":"Change Management"},{"name":"Chassis"},{"name":"Deployment"},{"name":"Device Clusters"},{"name":"Device Groups"},{"name":"Device HA Pairs"},{"name":"Devices"},{"name":"Health"},{"name":"Integration"},{"name":"Intelligence"},{"name":"License"},{"name":"Network Map"},{"name":"Object"},{"name":"Policy"},{"name":"Policy Assignments"},{"name":"Search"},{"name":"Status"},{"name":"System Configuration"},{"name":"System Information"},{"name":"Templates"},{"name":"Troubleshoot"},{"name":"Updates"},{"name":"Users"}],"openapi":"3.0.1","servers":[{"url":"https://api.us.security.cisco.com/firewall","description":"US"},{"url":"https://api.eu.security.cisco.com/firewall","description":"EU"},{"url":"https://api.apj.security.cisco.com/firewall","description":"APJ"},{"url":"https://api.au.security.cisco.com/firewall","description":"AUS"},{"url":"https://api.in.security.cisco.com/firewall","description":"IN"},{"url":"https://api.int.security.cisco.com/firewall","description":"Staging"},{"url":"https://scale.manage.security.cisco.com/api/rest","description":"Scale"},{"url":"https://ci.manage.security.cisco.com/api/rest","description":"CI"},{"url":"https://manage.stg.secure.cisco/api/rest","description":"Stgf9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"deprecated":false,"description":"**Get the list of all devices onboarded through Zero Touch Provisioning(ZTP). This API endpoint can be used to track the onboarding status of ZTP devices until the ZTP onboarding transitions into device registration in the FMC.**","operationId":"getAllLTPDeviceRecord","parameters":[{"description":"Filter to retrieve ZTP devices based on serialNumber or status. For example: serialNumber:JAD20001ADD,status:CLAIM_PENDING.","in":"query","name":"filter","required":false,"schema":{"type":"string"}},{"name":"domainUUID","description":"Domain UUID","in":"path","required":true,"schema":{"type":"string"},"$$ref":"#/components/parameters/domainUUID"},{"name":"offset","description":"Index of first item to return.","in":"query","required":false,"schema":{"format":"int32","type":"integer"},"$$ref":"#/components/parameters/offset"},{"name":"limit","description":"Number of items to return.","in":"query","required":false,"schema":{"format":"int32","type":"integer"},"$$ref":"#/components/parameters/limit"},{"name":"expanded","description":"If set to true, the GET response displays a list of objects with additional attributes.","in":"query","required":false,"schema":{"type":"boolean"},"$$ref":"#/components/parameters/expanded"}],"responses":{"200":{"content":{"application/json":{"examples":{"Example 1 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?expanded=false ( GETALL of LTP devices with expanded false )":{"value":{"items":[{"id":"device_uuid","links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"name":"nachos","type":"LTPDeviceRecord"},{"id":"device_uuid","links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"name":"name","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 2 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?expanded=true ( GETALL of LTP devices with expanded true )":{"value":{"items":[{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING"},"serialNumber":"string","type":"LTPDeviceRecord"},{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING"},"name":"name","serialNumber":"string","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 3 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25&filter=serialNumber:JAD221406DE&expanded=true ( GETALL of LTP devices with expanded true )":{"value":{"items":[{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING"},"serialNumber":"JAD221406DE","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 4 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25&filter=status:CLAIM_PENDING&expanded=true ( GETALL of LTP devices with expanded true )":{"value":{"items":[{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING","statusDescription":"Claim pending"},"serialNumber":"JAD221406DE","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 5 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?expanded=false ( GETALL of LTP devices with expanded false )":{"value":{"items":[{"id":"device_uuid","links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"name":"nachos","type":"LTPDeviceRecord"},{"id":"device_uuid","links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"name":"name","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 6 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?expanded=true ( GETALL of LTP devices with expanded true )":{"value":{"items":[{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING"},"serialNumber":"string","type":"LTPDeviceRecord"},{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING"},"name":"name","serialNumber":"string","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 7 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25&filter=serialNumber:JAD221406DE&expanded=true ( GETALL of LTP devices with expanded true )":{"value":{"items":[{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING"},"serialNumber":"JAD221406DE","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}},"Example 8 : GETALL /fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords?offset=0&limit=25&filter=status:CLAIM_PENDING&expanded=true ( GETALL of LTP devices with expanded true )":{"value":{"items":[{"defaultPasswordAlreadyChanged":"boolean","id":"device_uuid","license_caps":["PROTECT","MALWARE"],"links":{"self":"/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/ltpdevicerecords/uuid"},"metadata":{"status":"CLAIM_PENDING","statusDescription":"Claim pending"},"serialNumber":"JAD221406DE","type":"LTPDeviceRecord"}],"links":{"self":"/fmc_config/v1/domain/DomainUUID/devices/ltpdevicerecords"},"paging":{"count":2,"limit":2,"offset":0,"pages":1}}}},"schema":{"type":"object","properties":{"items":{"type":"array","properties":{"accessPolicy":{"description":"access policy to be used for LTP Device","type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IPolicyModel"},"defaultPasswordAlreadyChanged":{"description":"flag to represent whether device default password is changed or not","type":"boolean"},"description":{"type":"string"},"deviceGroup":{"description":"device group to which LTP device should be grouped","type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"members":{"items":{"type":"object","properties":{"accessPolicy":{"type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IPolicyModel"},"advanced":{"type":"object","properties":{"enableOGS":{"type":"boolean"}},"$$ref":"#/components/schemas/IAdvanced"},"description":{"type":"string"},"healthMessage":{"type":"string"},"healthPolicy":{"type":"object","description":"Description of Health Policy.","properties":{"basePolicyID":{"type":"string"},"defaultPolicy":{"type":"boolean"},"description":{"description":"Description of Health Policy.","type":"string"},"healthModules":{"items":{"type":"object","properties":{"alertConfig":{"items":{"type":"object","properties":{"enabled":{"type":"boolean"},"name":{"type":"string"},"thresholds":{"items":{"type":"object","properties":{"type":{"type":"string"},"value":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/HealthThreshold"},"type":"array"}},"$$ref":"#/components/schemas/HealthAlertConfig"},"type":"array"},"alertEnabled":{"type":"boolean"},"criticalThreshold":{"format":"int32","type":"integer"},"customThresholds":{"items":{"type":"object","properties":{"type":{"type":"string"},"value":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/HealthThreshold"},"type":"array"},"enabled":{"type":"boolean"},"moduleId":{"type":"string"},"severity":{"type":"string"},"type":{"type":"string"},"warningThreshold":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/HealthModule"},"type":"array"},"id":{"description":"Unique identifier (UUID) representing the Health policy.","type":"string"},"links":{"description":"Object containing links to this resource.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"description":"Object representing metadata attributes for the Health policy.","type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"description":"User-specified name of the Health policy.","type":"string"},"policyType":{"type":"string"},"setting":{"type":"object","properties":{"alertEvaluationInterval":{"format":"int32","type":"integer"},"certFileContent":{"type":"string"},"certFileName":{"type":"string"},"certFileType":{"type":"string"},"certPassphrase":{"type":"string"},"configType":{"type":"string"},"dataCollectionInterval":{"format":"int32","type":"integer"},"dialInHosts":{"items":{"type":"object","properties":{"host":{"type":"string"},"port":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/DialHost"},"type":"array"},"dialOutHosts":{"items":{"type":"object","properties":{"host":{"type":"string"},"port":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/DialHost"},"type":"array"},"enabledOpenConfig":{"type":"boolean"},"grpcPassword":{"type":"string"},"grpcUsername":{"type":"string"},"readOnly":{"type":"boolean"}},"$$ref":"#/components/schemas/HealthSetting"},"type":{"description":"Type of the Health policy; this value is always HealthPolicy.","type":"string"},"version":{"description":"Version number of the response object.","type":"string"}},"$$ref":"#/components/schemas/IHealthPolicy"},"healthStatus":{"type":"string"},"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"model":{"type":"string"},"modelId":{"type":"string"},"modelNumber":{"type":"string"},"modelType":{"type":"string"},"name":{"type":"string"},"role":{"type":"string"},"status":{"type":"string"},"sw_version":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IBaseDevice"},"type":"array"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IDeviceGroup"},"id":{"description":"Unique identifier (UUID) representing the LTP device record","type":"string"},"license_caps":{"description":"Array of strings representing the license capabilities on the managed device. For registering FTD, the allowed values are: ESSENTIALS (mandatory), IPS, URL, MALWARE_DEFENSE, CARRIER, SECURE_CLIENT_PREMIER, SECURE_CLIENT_PREMIER_ADVANTAGE, SECURE_CLIENT_VPNOnly. For Firepower ASA or NGIPSv devices, allowed values are: BASE, THREAT, PROTECT, CONTROL, URLFilter, MALWARE, VPN, SSL. ","items":{"type":"string"},"type":"array"},"links":{"description":"Object containing links to this resource.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"description":"Defines read only details about the LTP Device record status with description, last user who modified the object etc.","type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"description":"User-specified name of the LTP Device record","type":"string"},"password":{"description":"password to be used to login to LTP Device or to update the device password. password should meet following criteria like it should contain one small letter , one capital case , one special character, one number& minimum of 8 characters length & maximum up to 128 characters","type":"string"},"serialNumber":{"description":"Serial number of LTP Device record","type":"string"},"type":{"description":"Type of the LTP Device record; this value is always LTPDeviceRecord.","type":"string"}},"required":["license_caps"],"$$ref":"#/components/schemas/LTPDeviceRecord"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"paging":{"type":"object","properties":{"count":{"format":"int32","type":"integer"},"limit":{"format":"int32","type":"integer"},"offset":{"format":"int32","type":"integer"},"pages":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/PagingContainer"}},"$$ref":"#/components/schemas/LTPDeviceRecordListContainer"}}},"description":"OK"},"default":{"content":{"application/json":{"schema":{"type":"object","properties":{"category":{"description":"Describes the category of the error thrown.","enum":["FRAMEWORK","OTHER","VALIDATION"],"type":"string"},"messages":{"description":"List of error messages which the response has.","items":{"type":"object","properties":{"bulkPayloadIndex":{"description":"More details about the error.","type":"string"},"code":{"description":"More details about the error.","type":"string"},"description":{"description":"More details about the error.","type":"string"},"details":{"description":"More details about the error.","type":"string"},"errorCode":{"description":"More details about the error.","type":"string"},"location":{"description":"More details about the error.","type":"string"},"severity":{"description":"Specifies the Highest level severity among all the error messages.","enum":["ERROR","WARN"],"type":"string"}},"$$ref":"#/components/schemas/ErrorMessagesContainer"},"type":"array"},"severity":{"description":"Specifies the Highest level severity among all the error messages.","enum":["ERROR","WARN"],"type":"string"}},"$$ref":"#/components/schemas/ErrorResponse"}}},"description":"Error"}},"tags":["Devices"],"__originalOperationId":"getAllLTPDeviceRecord","method":"get","path":"/v1/cdfmc/api/fmc_config/v1/domain/{domainUUID}/devices/ltpdevicerecords"}}