From 4faf9eeb59dfe82f9606d49b480b2ca3f7a32476 Mon Sep 17 00:00:00 2001 From: Srikanta <51379715+srnagar@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:49:09 -0700 Subject: [PATCH] Migrate Digital Twins tests to TestProxy (#35997) --- .../azure-digitaltwins-core/assets.json | 6 + .../core/DigitalTwinsTestBase.java | 8 +- ...sAsyncTests.componentLifecycleTest[1].json | 192 - ...chComponentFailsIfETagDoesNotMatch[1].json | 192 - ...atchComponentSucceedsIfETagMatches[1].json | 191 - ...onentsTests.componentLifecycleTest[1].json | 192 - ...chComponentFailsIfETagDoesNotMatch[1].json | 192 - ...atchComponentSucceedsIfETagMatches[1].json | 191 - ...lationshipFailsWhenIfNoneMatchStar[1].json | 418 --- ...tionshipSucceedsWhenNoIfNoneHeader[1].json | 419 --- ...ationshipFailsWhenETagDoesNotMatch[1].json | 436 --- ...elationshipSucceedsWhenETagMatches[1].json | 417 --- ...ationshipFailsWhenETagDoesNotMatch[1].json | 437 --- ...elationshipSucceedsWhenETagMatches[1].json | 436 --- ...syncTest.relationshipLifecycleTest[1].json | 647 ---- ...shipListOperationWithMultiplePages[1].json | 2013 ---------- ...lationshipFailsWhenIfNoneMatchStar[1].json | 418 --- ...tionshipSucceedsWhenNoIfNoneHeader[1].json | 436 --- ...ationshipFailsWhenETagDoesNotMatch[1].json | 436 --- ...elationshipSucceedsWhenETagMatches[1].json | 417 --- ...ationshipFailsWhenETagDoesNotMatch[1].json | 437 --- ...elationshipSucceedsWhenETagMatches[1].json | 436 --- ...shipTest.relationshipLifecycleTest[1].json | 666 ---- ...shipListOperationWithMultiplePages[1].json | 2013 ---------- ...ventRouteThrowsIfFilterIsMalformed[1].json | 128 - ...sAsyncTest.eventRouteLifecycleTest[1].json | 96 - ...outeThrowsIfEventRouteDoesNotExist[1].json | 42 - ...est.listEventRoutesPaginationWorks[1].json | 170 - ...ventRouteThrowsIfFilterIsMalformed[1].json | 128 - ...RoutesTest.eventRouteLifecycleTest[1].json | 96 - ...outeThrowsIfEventRouteDoesNotExist[1].json | 42 - ...est.listEventRoutesPaginationWorks[1].json | 170 - ...ateModelThrowsIfModelAlreadyExists[1].json | 63 - ....getModelThrowsIfModelDoesNotExist[1].json | 23 - ...est.getModelThrowsIfModelIdInvalid[1].json | 23 - ...sAsyncTest.listModelsMultiplePages[1].json | 3254 ---------------- ...ModelsAsyncTest.modelLifecycleTest[1].json | 319 -- ...ateModelThrowsIfModelAlreadyExists[1].json | 63 - ....getModelThrowsIfModelDoesNotExist[1].json | 23 - ...est.getModelThrowsIfModelIdInvalid[1].json | 23 - ...ModelsTest.listModelsMultiplePages[1].json | 3292 ----------------- .../ModelsTest.modelLifecycleTest[1].json | 319 -- ...ests.publishTelemetryLifecycleTest[1].json | 189 - ...ests.publishTelemetryLifecycleTest[1].json | 189 - ...QueryAsyncTests.validQuerySucceeds[1].json | 484 --- .../QueryTests.validQuerySucceeds[1].json | 391 -- ...eplaceTwinFailsWhenIfNoneMatchStar[1].json | 177 - ...laceTwinSucceedsWhenNoIfNoneHeader[1].json | 178 - ...eleteTwinFailsWhenETagDoesNotMatch[1].json | 174 - ....deleteTwinSucceedsWhenETagMatches[1].json | 155 - ...winAsyncTests.digitalTwinLifecycle[1].json | 195 - ...gitalTwinWithNumericStringProperty[1].json | 172 - ...patchTwinFailsWhenETagDoesNotMatch[1].json | 175 - ...s.patchTwinSucceedsWhenETagMatches[1].json | 174 - ...winNotExistThrowsNotFoundException[1].json | 23 - ...eplaceTwinFailsWhenIfNoneMatchStar[1].json | 156 - ...laceTwinSucceedsWhenNoIfNoneHeader[1].json | 157 - ...eleteTwinFailsWhenETagDoesNotMatch[1].json | 174 - ....deleteTwinSucceedsWhenETagMatches[1].json | 155 - .../TwinTests.digitalTwinLifecycle[1].json | 195 - ...gitalTwinWithNumericStringProperty[1].json | 172 - ...patchTwinFailsWhenETagDoesNotMatch[1].json | 175 - ...s.patchTwinSucceedsWhenETagMatches[1].json | 174 - ...winNotExistThrowsNotFoundException[1].json | 23 - 64 files changed, 12 insertions(+), 23965 deletions(-) create mode 100644 sdk/digitaltwins/azure-digitaltwins-core/assets.json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.componentLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentFailsIfETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentSucceedsIfETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.componentLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentFailsIfETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentSucceedsIfETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipListOperationWithMultiplePages[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipListOperationWithMultiplePages[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.createEventRouteThrowsIfFilterIsMalformed[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.eventRouteLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.listEventRoutesPaginationWorks[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.createEventRouteThrowsIfFilterIsMalformed[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.eventRouteLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.listEventRoutesPaginationWorks[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.createModelThrowsIfModelAlreadyExists[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelDoesNotExist[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelIdInvalid[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.listModelsMultiplePages[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.modelLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.createModelThrowsIfModelAlreadyExists[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelDoesNotExist[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelIdInvalid[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.listModelsMultiplePages[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.modelLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryAsyncTests.publishTelemetryLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryTests.publishTelemetryLifecycleTest[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryAsyncTests.validQuerySucceeds[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryTests.validQuerySucceeds[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinLifecycle[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinWithNumericStringProperty[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.twinNotExistThrowsNotFoundException[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinLifecycle[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinWithNumericStringProperty[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinFailsWhenETagDoesNotMatch[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinSucceedsWhenETagMatches[1].json delete mode 100644 sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.twinNotExistThrowsNotFoundException[1].json diff --git a/sdk/digitaltwins/azure-digitaltwins-core/assets.json b/sdk/digitaltwins/azure-digitaltwins-core/assets.json new file mode 100644 index 0000000000000..8cc584b49d2a4 --- /dev/null +++ b/sdk/digitaltwins/azure-digitaltwins-core/assets.json @@ -0,0 +1,6 @@ +{ + "AssetsRepo": "Azure/azure-sdk-assets", + "AssetsRepoPrefixPath": "java", + "TagPrefix": "java/digitaltwins/azure-digitaltwins-core", + "Tag": "java/digitaltwins/azure-digitaltwins-core_329ebe0bf8" +} diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/java/com/azure/digitaltwins/core/DigitalTwinsTestBase.java b/sdk/digitaltwins/azure-digitaltwins-core/src/test/java/com/azure/digitaltwins/core/DigitalTwinsTestBase.java index 03ddfea225df3..3009b8a4fcbf8 100644 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/java/com/azure/digitaltwins/core/DigitalTwinsTestBase.java +++ b/sdk/digitaltwins/azure-digitaltwins-core/src/test/java/com/azure/digitaltwins/core/DigitalTwinsTestBase.java @@ -10,8 +10,9 @@ import com.azure.core.http.policy.HttpLogDetailLevel; import com.azure.core.http.policy.HttpLogOptions; import com.azure.core.http.policy.HttpPipelinePolicy; -import com.azure.core.test.TestBase; import com.azure.core.test.TestMode; +import com.azure.core.test.TestProxyTestBase; +import com.azure.core.test.models.CustomMatcher; import com.azure.core.util.Configuration; import com.azure.identity.ClientSecretCredentialBuilder; import com.fasterxml.jackson.core.JsonProcessingException; @@ -20,9 +21,10 @@ import reactor.core.publisher.Mono; import java.time.OffsetDateTime; +import java.util.Arrays; import java.util.function.Function; -public class DigitalTwinsTestBase extends TestBase { +public class DigitalTwinsTestBase extends TestProxyTestBase { private static final String PLAYBACK_ENDPOINT = "https://playback.api.wus2.digitaltwins.azure.net"; private static final int DEFAULT_WAIT_TIME_IN_SECONDS = 5; @@ -49,6 +51,8 @@ protected DigitalTwinsClientBuilder getDigitalTwinsClientBuilder(HttpClient http builder.credential(new FakeCredentials()); // Connect to a special host when running tests in playback mode. builder.endpoint(PLAYBACK_ENDPOINT); + interceptorManager.addMatchers(Arrays.asList(new CustomMatcher().setHeadersKeyOnlyMatch(Arrays.asList("Telemetry-Source-Time")))); + return builder; } diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.componentLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.componentLifecycleTest[1].json deleted file mode 100644 index dff7907047d34..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.componentLifecycleTest[1].json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin467261?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2c80e886-054a-4eb6-91ff-1e0c9523ed49" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eaa7321c72c2e8a07cd4378d09c604bf-0733fec26bdff6d7-01", - "mise-correlation-id" : "826aa5c1-c2e7-4b03-99b2-10739e80be1b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin467261. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1375984?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a60d9a96-00b6-40ab-82fe-d912a44e3e68" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa7fd55869ba7f9881873074c4264364-7a99f038c4e4321b-01", - "mise-correlation-id" : "493d00db-6df2-4bbe-8201-4bfed0a17c3b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1375984. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1038098?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "def7b2da-c840-4309-a1ee-5d04b3e21283" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cf346dc1f18e605b3cdcb06356823e27-a0503c0310f872fa-01", - "mise-correlation-id" : "409a4971-359a-401f-8578-f455ff940674", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1038098. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3120f5c8-f03b-4c31-8194-30042fd2a854", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a2d9c164c083137eb08983a60de216eb-a24ec4c7031b0417-01", - "mise-correlation-id" : "36358653-a9b5-424c-a425-9529eb5863ce", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1038098\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:22.5003816+00:00\"},{\"id\":\"dtmi:example:wifiroom;1375984\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:22.5004157+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin467261?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4a4616ca-7fd7-4ac8-93f1-050f50417262", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"479beddd-bc1c-45c1-aca0-51f97bd2fbac\"", - "traceresponse" : "00-71aee3802bcb2d8dc8904b2a8dc100c7-10c91c790dd585f4-01", - "mise-correlation-id" : "9b0b794a-25fe-4bf3-a1a8-7f0fadaf25f5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin467261\",\"$etag\":\"W/\\\"479beddd-bc1c-45c1-aca0-51f97bd2fbac\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1375984\",\"$lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin467261/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "46964468-9d47-4e7e-8c1d-6a6bbe4757f8" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"479beddd-bc1c-45c1-aca0-51f97bd2fbac\"", - "traceresponse" : "00-263499c97eb5cf7d130720effb92f725-ad9adb5864c6049b-01", - "mise-correlation-id" : "e7a71ffb-4288-4ef2-99a5-d482aaa85098", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:22.5992271Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin467261/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "00db6bc8-9a1b-4ac5-8117-0de8b21ee52f", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b0a7ed8d-fd4f-42c8-8f21-506077f9532f\"", - "traceresponse" : "00-b3fef4916fbcaba4ed33c65d6fc6be83-7ab4b3649f38c6c7-01", - "mise-correlation-id" : "ea0bfdd1-0e94-4b3e-b840-1f1b1923ec14", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin467261?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "67f11208-917a-408f-a787-56c424910544" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2fce6fb4240008caaa7b52de3fa84fde-378fb58ff64e2e6a-01", - "mise-correlation-id" : "f3a68213-dd4b-4268-a62d-66a068549c78", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1375984?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "70ee2350-706e-4126-8d80-8e6da65ecf67" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-380c39fe703596c75e2f08bfb2ac01e1-a5ed66283f41e7e0-01", - "mise-correlation-id" : "b9b7dbd9-185a-46c9-9e1b-d3421c73b676", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1038098?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab26a04e-4baa-4b88-8772-6348540d2527" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e089de1f883eda0f19cae42622a637e9-752dc5374819110b-01", - "mise-correlation-id" : "dbb2206a-8ec6-4282-9861-e6a6cb89a298", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT" - }, - "Exception" : null - } ], - "variables" : [ "689483", "597106", "25021b" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentFailsIfETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentFailsIfETagDoesNotMatch[1].json deleted file mode 100644 index 38cc81cce4f29..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentFailsIfETagDoesNotMatch[1].json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin058120?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d92618d-2b56-4f1e-8324-ffdb33e1aba7" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3c57945f87a3591ebea42134bae7b0d0-4fcdc482e3134e61-01", - "mise-correlation-id" : "d11cacf3-9d89-4f58-b3c9-5119c49e86b9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin058120. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1949227?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "426bb309-5547-4c8c-a1e2-64c46e33557e" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a5740e06607a4046e1f6a5f12f3e3d88-90ed42a4a52e928e-01", - "mise-correlation-id" : "0a1e4f06-a18a-41f7-9e43-eed381b403cc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1949227. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1992775?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3cee5b64-25a3-43be-8882-8fc0118de63b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-852db3b64e9f8a83d0ac813241d202e6-31a9143dfe647bbd-01", - "mise-correlation-id" : "045eebbf-b4f3-49ed-9c7e-c9a50904e6b8", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1992775. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f6522cac-1420-4160-9a9a-d09ad83a9591", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c21d1d50fe4561f2940c9d861911b088-ab838e14eab88e11-01", - "mise-correlation-id" : "b4224e7c-ec2b-4728-ae99-a7715f8653a0", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1992775\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:23.2404754+00:00\"},{\"id\":\"dtmi:example:wifiroom;1949227\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:23.2405202+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin058120?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b4337483-c200-478e-8d12-6f926b1599da", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"7506ae5b-22e7-48fc-a0e6-00688c757363\"", - "traceresponse" : "00-3f2204f7504592ca98cf80b62fd4f3cc-c21e27077d58a674-01", - "mise-correlation-id" : "9e19faaf-4eb4-4913-995a-1c07d4cac2a2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin058120\",\"$etag\":\"W/\\\"7506ae5b-22e7-48fc-a0e6-00688c757363\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1949227\",\"$lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:23.3322074Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin058120/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "50e40285-d744-488a-95e6-2a207cb74582", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2b97ccf8-07d8-4be7-bfdd-e7f1e986081c\"", - "traceresponse" : "00-3b1526e6bb9a28073594afd3e5dfc869-0b6cf751c8a97a59-01", - "mise-correlation-id" : "6c943bc0-c19a-457b-8a85-836e2f2cc8d8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin058120/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8516f38a-4048-4272-b06e-bfa58638cb6b", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-569fa3ec8a9d231f3a9b55587ae380bd-4d69ea6b766f50d8-01", - "mise-correlation-id" : "8a8c2448-8fae-44e0-9d25-42188645c0e7", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"7506ae5b-22e7-48fc-a0e6-00688c757363\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin058120?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cc95ca95-cd9d-4338-9845-4249b14b2dc0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-18ecc1c17033786e40080fa7f7f5c2da-df7de4e5df28a1b4-01", - "mise-correlation-id" : "30cba7f6-ce9c-4ae2-97c6-270d8d5e0511", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1949227?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "76a51c7c-d39f-4fa1-92bf-ef98662198d7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-41aa80fd95f226b7996dbce58c5f3163-595e049a9ceed81c-01", - "mise-correlation-id" : "7298e394-4c8a-4de4-ad81-46fa4eed43f0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1992775?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e8fd513a-a858-4f1b-aa96-32da7818a061" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ef108b95ded670a71bcf795726e07aeb-99f97c02eae7c797-01", - "mise-correlation-id" : "e1a0aa05-59eb-4b12-9072-ae3f1ee300fa", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT" - }, - "Exception" : null - } ], - "variables" : [ "27034d", "16144a", "114997" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentSucceedsIfETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentSucceedsIfETagMatches[1].json deleted file mode 100644 index 10ccdae057cfd..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsAsyncTests.patchComponentSucceedsIfETagMatches[1].json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin524731?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd6829d8-9c09-4399-b828-3be7323df037" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-df2e14c67b80f8187c418ba6a3167c5e-5bebcb9caeefafdb-01", - "mise-correlation-id" : "82e46127-df07-48ba-89fa-cd965f835582", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin524731. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1057038?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c56829cd-6d07-487f-a175-40ea977ed4d8" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c9a419622abf86d9b10c446435a3d2ee-f8f8b08987f6cef6-01", - "mise-correlation-id" : "b860798f-797c-498f-97e6-e6c09538b4f0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1057038. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1153160?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7191ff48-b98f-48dc-aa9a-fb80b8797dcd" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-85cafd7cd12f914df18f75b83c25e6c8-e46edcaf5f5de839-01", - "mise-correlation-id" : "7c98c2d6-6412-4c43-9534-795c540a1dcf", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1153160. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1b705a1f-ce19-489f-a6f6-5194722bfd77", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e7c110feaa9b1c5b9e9f270cb3db3d1d-163284ba9f3ca713-01", - "mise-correlation-id" : "46e92e67-61c9-4d95-8f9c-2333ddcfafd4", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1153160\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:21.5900855+00:00\"},{\"id\":\"dtmi:example:wifiroom;1057038\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:21.5901169+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin524731?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d121e640-a986-4238-8a34-33d0456e516a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ae079392-2545-4abf-9f4f-6401f7b3b7be\"", - "traceresponse" : "00-5bc81290a2fbdf2144da044819792c7e-e80ffe668e8abf56-01", - "mise-correlation-id" : "13d5c8cd-f9b0-4280-add7-ee91519cffea", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin524731\",\"$etag\":\"W/\\\"ae079392-2545-4abf-9f4f-6401f7b3b7be\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1057038\",\"$lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:21.7495859Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin524731/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f1af0e62-3221-49d6-a12b-f14b3f0062bd", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c9703dfb-6701-4df9-b9c3-6c9dcc0604f9\"", - "traceresponse" : "00-862d011b673d36d7937077541b05ac00-25ebf8e78b2b49bd-01", - "mise-correlation-id" : "ae4b1e6d-f134-420f-af26-3abfb16018ad", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin524731/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "16dfa0ac-2ab3-40a1-9267-f93f1e2f3996", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"272f9f48-2140-4731-8b4e-1ae7bf45d7bd\"", - "traceresponse" : "00-3d41308543fce4e7e23be427fa8fa038-a758b1b1f626a39c-01", - "mise-correlation-id" : "e61becfe-db25-4e9d-8d24-db9441a83a9c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin524731?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "077fd724-7d74-4faf-aae9-40adb5d50f0a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-17affc9d18c026bd92236e31f0177149-a531d7a23160f06d-01", - "mise-correlation-id" : "6fc535e9-a85f-4c42-8b66-1895ba2641f4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1057038?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0bfbb51a-f107-4fab-923d-7181388691db" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f47cd371babb4de8c0debfe11067d4e3-65b5ae1361b796e1-01", - "mise-correlation-id" : "f6a7eaee-8173-4c4a-b64e-9cae6889f66e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1153160?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ba92c4b1-ea93-4aaf-8f4c-3e80d3c98665" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9b95ba8f5d5f71ec0f10f140348d525e-dd01dcf756a6620e-01", - "mise-correlation-id" : "52f3f3e0-a1a9-4cb9-a458-7cdce8290316", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:22 GMT" - }, - "Exception" : null - } ], - "variables" : [ "74695e", "279250", "37538d" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.componentLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.componentLifecycleTest[1].json deleted file mode 100644 index 74420d3aae416..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.componentLifecycleTest[1].json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin186825?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b1f623c9-4269-4cf8-975a-c23e668527f4" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b66cb419494bfdfa0dbae3b27e8968f7-04c3665f9d0a4224-01", - "mise-correlation-id" : "5283d271-f12e-4dd9-a163-5634d238179c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin186825. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1809673?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "974f1814-9d45-4cbf-95c2-85e1c20094c7" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7911778e712a6a231928488a77fd8403-4ee9cc7a104a05d3-01", - "mise-correlation-id" : "1f3feadd-e086-458b-b359-c832d22c0200", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1809673. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1000171?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9fcfca20-8b55-42e5-a5f9-8f7c2200b192" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e1ed82dfd92e520a1e0074b93181a389-5f3a1b6005051a1c-01", - "mise-correlation-id" : "91851408-1766-484b-971a-f6a615029ccc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1000171. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d3ec5223-2947-4a02-a57c-f3430a351eb4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c561dfa08109460d06c8cc67d7c951c6-18add4d16cc77d8a-01", - "mise-correlation-id" : "17e2ca58-8dc0-44f2-8194-36e53e863f45", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1000171\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:24.6671182+00:00\"},{\"id\":\"dtmi:example:wifiroom;1809673\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:24.6671565+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin186825?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d0944024-5c52-4bea-9e59-b8a602193749", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ead5fe7f-e420-455b-9b85-305375bcc143\"", - "traceresponse" : "00-a63a0e9fe8e1f4c741e362d2b8accdc1-911ae1b74ebb75e5-01", - "mise-correlation-id" : "ed3c420a-3884-4a9a-860f-4adda9c123d1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin186825\",\"$etag\":\"W/\\\"ead5fe7f-e420-455b-9b85-305375bcc143\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1809673\",\"$lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin186825/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5377cd12-eac2-4740-bd7c-ebeb0e7858a4" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ead5fe7f-e420-455b-9b85-305375bcc143\"", - "traceresponse" : "00-1a9203d37df699a2b9c0ca238b639755-457383f1a8c912c0-01", - "mise-correlation-id" : "844429c1-283a-414c-951c-07b6cca977c6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.7545233Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin186825/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4bd157f4-1dcb-4dca-b4cd-c65841494e57", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"7e926bd0-57d8-4f44-b759-9f9ff75b0b1a\"", - "traceresponse" : "00-8a666b1f915d1dd812cf87bfbca0eb0b-081c68180a396f03-01", - "mise-correlation-id" : "ecaac793-a707-4de5-bda0-4d563f201573", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin186825?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5778b61c-67c6-4b3f-8a9a-a21682cb569c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d5f2fe215d27de051c3a8379adc23127-a2891251f80bbae7-01", - "mise-correlation-id" : "c35d2956-b8e1-4fc9-9be4-6ae554a0b645", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1809673?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66d4b3f7-f2f9-4f20-9cd4-1eda1b91cc1c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4a9800eb0d45e0732eb139c4a21cbe43-b74e11298b835766-01", - "mise-correlation-id" : "e2272223-3f43-43e1-a048-a8c3517cf39a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1000171?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0dde80c2-c83f-4ede-9689-2ce2295b4ef3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-409327d53f16f3dace4c9a1c0f3c7fbb-5ea8eed4cc5e9bd6-01", - "mise-correlation-id" : "c3557e0d-7a55-410a-9c80-d96288829a3c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - } ], - "variables" : [ "308047", "021895", "222393" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentFailsIfETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentFailsIfETagDoesNotMatch[1].json deleted file mode 100644 index e1868509d08f2..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentFailsIfETagDoesNotMatch[1].json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin298588?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "96bf327c-0979-4855-ae53-0a29592d3798" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-10ea5b0c879cf5bc00a51db844267d16-43a1734e02d08aa9-01", - "mise-correlation-id" : "259d474e-f1b3-4c3e-85fe-d45cae25bf04", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin298588. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1958959?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a6973b65-1d26-403c-a7fc-d19fbab9d5e0" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cf7ad4c091437c788a2965eff6fa2ced-16338c9c007ae76b-01", - "mise-correlation-id" : "6bfaea38-c0d1-4cd7-a9c7-2eee31c15663", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1958959. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1657860?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "03e8a346-34ec-4371-a6cf-5e828bcc997b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-db5348cc1499a7e20f1a53ffd5bf7bb5-f84870c61fdeff82-01", - "mise-correlation-id" : "29063a3f-386b-421f-a255-f79a0c70e712", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1657860. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "87ff0504-e926-47b9-98c5-be6bb84d507e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-42e4d46d405aa6aa5046432eecaedce3-fba4d33b26cf409c-01", - "mise-correlation-id" : "62f5303b-337f-4ff6-9a23-1531926b056d", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1657860\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:25.4293688+00:00\"},{\"id\":\"dtmi:example:wifiroom;1958959\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:25.4294009+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin298588?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6b468e54-5e23-4bd9-bd07-ff34da50f80f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2f807ff6-f6dd-4fc2-9659-c4853c27d3ae\"", - "traceresponse" : "00-c37fc67f414f85396a2414754c18b21e-4c4af883d1818fea-01", - "mise-correlation-id" : "c34f8ac8-eb84-4be1-b8b3-86de9bc5c059", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin298588\",\"$etag\":\"W/\\\"2f807ff6-f6dd-4fc2-9659-c4853c27d3ae\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1958959\",\"$lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:25.5241610Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin298588/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb41e703-6d87-4fce-abc0-0828d09f5582", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"5467261c-76b6-45b4-a076-2a5a65c47e0d\"", - "traceresponse" : "00-8070a4ed77317270124dc0bb6be5704d-f0f8b9388ccb9e1c-01", - "mise-correlation-id" : "8f0f7d37-1483-49d6-a9bb-418ba926fd63", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin298588/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d7373fc8-787a-4444-8101-454e6f26dba2", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-345dabfa2889460c8200b28aebf18c5c-0d0f98ad2406ea58-01", - "mise-correlation-id" : "fc4de406-5c3a-4bc5-bca2-90f6cc66451d", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"2f807ff6-f6dd-4fc2-9659-c4853c27d3ae\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin298588?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "35987056-275d-4227-b7af-348f1086b02a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-07ae7005f2aea7951ebf76d59727ed84-0de36f2ee5cf0463-01", - "mise-correlation-id" : "6c1589f1-be74-4a31-b420-5e2a1de740a0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1958959?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "422d6b31-a4a1-4a4e-85b5-8f75ba41cb06" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3f529bc4b2be7b8d1ad77ae2c63b9a2e-7a5a08a90a6c038a-01", - "mise-correlation-id" : "28573b94-08d7-4487-ad25-0e2a9d04513f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1657860?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "35673e2f-31b7-4705-a803-6aa12e5c6b1d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a6bef69cde947a6231520ecb3bbf979b-e733aa22f8b7e7af-01", - "mise-correlation-id" : "8e7ed9f8-b153-4027-9bf6-90ed5abb3bec", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT" - }, - "Exception" : null - } ], - "variables" : [ "410700", "17017c", "87908d" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentSucceedsIfETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentSucceedsIfETagMatches[1].json deleted file mode 100644 index 982411fa384c5..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ComponentsTests.patchComponentSucceedsIfETagMatches[1].json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin484137?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66dd52dc-803e-466a-8279-b20efa1de773" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c2039c495daf38236bcc076295ca33ea-8d4d51e0a6e92d1a-01", - "mise-correlation-id" : "7d00cb68-24a3-4c48-b815-6c96a48e96ae", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin484137. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1665107?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e437c330-c298-4920-af1f-81fba7299448" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6acaedadd66e950c584c74a9cf0cefae-1b0287c49cebdfed-01", - "mise-correlation-id" : "a1601a06-583a-4010-8223-d287c80fe018", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1665107. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1303794?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "64cd04d6-c614-402d-9618-3385a794bfe6" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e7cc2dcb7654e427148b7e7e3039dc53-a86e704dda2b577b-01", - "mise-correlation-id" : "b5cbcbb3-8013-45d4-bd67-431d0c722793", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1303794. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "99b1c556-5e89-4e2b-a547-4a0217312c9f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "316", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8f8196fa39882eb12b84fbfe37264349-efffa7840823d7fd-01", - "mise-correlation-id" : "dfe3bf1f-8dbf-447e-8126-11ad7ec6da06", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1303794\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:23.9607884+00:00\"},{\"id\":\"dtmi:example:wifiroom;1665107\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:23.960823+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin484137?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b9d3d405-0bd5-404e-a124-7841d3a690ad", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8fa63458-c028-47df-9233-f152e0957fe7\"", - "traceresponse" : "00-3353e44bce998ffcc8480665d431f12c-898d630155dd894e-01", - "mise-correlation-id" : "fd642665-d121-4196-b496-93878b687eb6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin484137\",\"$etag\":\"W/\\\"8fa63458-c028-47df-9233-f152e0957fe7\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1665107\",\"$lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:24.0434670Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin484137/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e1cef510-ae6c-49f6-bd00-fce112f93576", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"399daf28-1b12-4355-9fdc-f7fc2d25d96a\"", - "traceresponse" : "00-477dca9a0a3ee8a7fcb9acaa6cc70b8b-7233acfa92b934c0-01", - "mise-correlation-id" : "ba7ea65d-8897-44db-a2fc-538f214108f0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin484137/components/wifiAccessPoint?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f8117f5c-29e7-49f1-8f68-d2234599edc3", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"34b1cf5f-bc5d-4c0b-850e-afa58a83961f\"", - "traceresponse" : "00-1a21a3e3b1c6c682f243f77a855c35b7-28625b0aa3ae8c07-01", - "mise-correlation-id" : "9e384e7d-3569-4a3d-98e6-52448468a7ec", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin484137?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3105e37e-afc0-4d20-8af5-38b0dcaa5023" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-60705472d7d240247c39fb45716466f3-eabc605cbca13a43-01", - "mise-correlation-id" : "6af6ad96-f6f0-41a4-8c17-ac5f5fdad17f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1665107?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9f54698a-f6d9-4c54-890f-223401918da7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5bcad0d5b333e1b01be15c5437af799a-22401c2d88182652-01", - "mise-correlation-id" : "a9ec7ead-cdd2-4ad1-99ad-df1a99fef1c0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1303794?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2460b221-7ba6-40c5-9403-bfb34a1a222a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a4c7d552c6df41aa276f2477bfe83063-15adb1eb4405c91e-01", - "mise-correlation-id" : "93903a93-7f8b-4b90-922e-2bac9bdee7a8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:24 GMT" - }, - "Exception" : null - } ], - "variables" : [ "60635a", "88732a", "525916" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json deleted file mode 100644 index fa00b74a85e42..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json +++ /dev/null @@ -1,418 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1427995?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "028c1c3e-d291-4cc7-9ab7-fedaa145aac7" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-21fa90f6dee827c92249be2ed4cdde13-c2f7a5ff4a5899eb-01", - "mise-correlation-id" : "2424e97d-08b3-476f-92c4-92700ea584fb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1427995. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1376902?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0a76e90a-d15a-461d-91a4-eaddd9c38b35" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b61e9fbfe6ec38cafdd8b30e6f350801-f14279a736f9dbaf-01", - "mise-correlation-id" : "cb851bed-b612-416b-a4f3-c3115a655e75", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1376902. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1854621?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c9d47c0d-9364-46da-b599-407c1023cfaf" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-09caaa1e54464d12a679934251c36356-d3eee271c2fa6b40-01", - "mise-correlation-id" : "38d5a594-9803-413f-9a52-bc3c3bfc64dd", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1854621. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin081303?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5b0b8294-3ed4-4a22-9639-744ae0bf6987" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dc3ca2ef286df0381eb1f1d24c394c54-ace0c52abef60458-01", - "mise-correlation-id" : "49a301e7-041d-4efd-bb05-d6611cb8bee4", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin081303. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c814bf13-1b7f-4b6c-b931-9d1a8b0bf6f3" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f02810941e3e598a05be883d0bcac05d-c1e490bd807e030c-01", - "mise-correlation-id" : "2f00df6b-645d-4c49-a955-7bfb976478b9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin229047. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin128590?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "682ab2be-455c-4b6e-bf1a-f38d6af1ab69" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa8c204ee90868879d856d837413bba3-5376476626da04a7-01", - "mise-correlation-id" : "2b3f096d-8bfe-419e-a5e3-c97cef02f275", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin128590. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8b958f7-c905-4f52-be77-4c9b03ca5a92", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "565", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a338a9fa3d7ba6717d660ed62196aee1-16008626ca9f6e54-01", - "mise-correlation-id" : "d17137bb-e4d1-498c-a151-58e56c918d6c", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1427995\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:31.7579299+00:00\"},{\"id\":\"dtmi:example:room;1376902\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:31.757961+00:00\"},{\"id\":\"dtmi:example:hvac;1854621\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:31.7579829+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin081303?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "027bcab4-050d-4788-b636-391274b84a69", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"bf46eb6e-f0f8-4d4c-a47f-8afb98618ab0\"", - "traceresponse" : "00-01b12487e51274bdfa8e599bca466b44-ff412db799a24354-01", - "mise-correlation-id" : "e5c92b3d-2e9c-47f7-9e36-1375a40c9dda", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin081303\",\"$etag\":\"W/\\\"bf46eb6e-f0f8-4d4c-a47f-8afb98618ab0\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1427995\",\"$lastUpdateTime\":\"2022-06-29T13:42:31.8383888Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:31.8383888Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:31 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d1f1b24-17b7-4716-b1cb-9af8edf6b996", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0f9e517a-3f80-4b2e-bee4-d5d80ca1abaf\"", - "traceresponse" : "00-9f21682d480185338dbfec1004eb070d-a746b6c696f5706f-01", - "mise-correlation-id" : "6bae702f-b9d6-49b1-9031-365c66ad1218", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin229047\",\"$etag\":\"W/\\\"0f9e517a-3f80-4b2e-bee4-d5d80ca1abaf\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1376902\",\"$lastUpdateTime\":\"2022-06-29T13:42:32.5156299Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:32.5156299Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:32.5156299Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:32.5156299Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:32.5156299Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin128590?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f9708164-6ca0-48ed-966a-598193854779", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"01870fb9-03f6-480c-94e8-b32347ef2ebf\"", - "traceresponse" : "00-ceb6567fe4954755842e1015516cb4f2-67b6be47b00d7167-01", - "mise-correlation-id" : "98b4648a-349f-4d4a-a213-727ce707b9ee", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin128590\",\"$etag\":\"W/\\\"01870fb9-03f6-480c-94e8-b32347ef2ebf\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1854621\",\"$lastUpdateTime\":\"2022-06-29T13:42:32.5895419Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:32.5895419Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:32.5895419Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c574a36-280f-49b2-8868-6a679998453e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "191", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"38fa31c3-1aae-4187-b1c0-3311193d252d\"", - "traceresponse" : "00-0a2145dcbe909b1a711c1527b64b0cdd-5a850eec5b4d5e09-01", - "mise-correlation-id" : "e427b18d-5ae3-458c-b6e5-6e53db4c53c4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"38fa31c3-1aae-4187-b1c0-3311193d252d\\\"\",\"$sourceId\":\"roomTwin229047\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin081303\"}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7995473f-75fe-4492-b198-c185dd9d4d98", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "199", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1d4be7f64274acdba39306a6ffab7e08-d007be90f9a5062b-01", - "mise-correlation-id" : "9488dd5c-cde8-4f92-a547-1d057619d809", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"If-None-Match: * header was specified but a relationship with the id RoomToFloorRelationship was found. Please specify a different relationship id.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "801c8cc0-0a7a-4be9-b11a-277455eb3eb2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d2472f196f95886fbfe552b36c7c0f3b-1634426bce962a90-01", - "mise-correlation-id" : "a8210ea4-814f-4c0c-a89e-36d7ed090ef6", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin081303/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d9df222-f739-4d19-981a-3ef1f32f1338" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-28824581ce70658e064fa116f75226db-970ba18645baca52-01", - "mise-correlation-id" : "610ad4dd-72e6-4090-8558-26360e98a191", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ddb42183-f331-4da2-853a-74d8c814fbb7" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-84e24f22f4f470a2d35c3edf3bbb7925-78f4e8afe204e98d-01", - "mise-correlation-id" : "bef3df9d-f26d-4ec5-aa54-f563b2d6daff", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin128590/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c7618731-d733-437c-ab1d-300b2fb7c5b0" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-109f9b1d152b6910c88d65d83e53ea5a-479115ea8dd57e5d-01", - "mise-correlation-id" : "5922489a-4524-45d5-a953-60466693fe59", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin081303?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b6bb55c6-0fd2-4164-ac88-f91163478a2f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-84e482e82c470fe023f3aaafad4500a4-3bd8d16039367be0-01", - "mise-correlation-id" : "6488fccd-39b2-4a07-bee1-749e3e326515", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin229047?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d1c80ad-664f-49f6-8808-4aa055b6f736" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-51a3d05eb2bf948519de9f40aef3a87f-ebf2fead5e8dd8a5-01", - "mise-correlation-id" : "8016a7d2-66c2-482c-aa52-48649d76506d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin128590?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dfa2d8c1-3371-4d75-a2cf-992c3ed9c5f5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-af02b8e16dc1efa8588d5b9a6224cd78-28f29c1714202861-01", - "mise-correlation-id" : "67e633c9-b3dd-4418-9693-de133a556418", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1427995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b7ee7ba4-3d99-4347-aee5-9ccc4fc7ca1f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3a585d3018f2b7d0bed76a6fbe27ed80-a7371295141f73a3-01", - "mise-correlation-id" : "9810411a-6c71-41fc-8466-50752871bda2", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1376902?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2746dbd1-7edd-4c9a-ab4b-8d8577c1f846" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fb9e03332cff1861e61278f6792b53ac-6a0bcd0b93cc3994-01", - "mise-correlation-id" : "df164d7f-bba2-4af7-8e7e-20510a31725a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1854621?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8ef57c2c-7d15-45f2-8710-54cc6b0ee881" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-650af8cbd899fdfd30f8f42f847fd5f2-d61198866d3ea8a1-01", - "mise-correlation-id" : "d69611a0-dd84-4ca5-a7cd-ef79102139ec", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT" - }, - "Exception" : null - } ], - "variables" : [ "649117", "598124", "07684e", "203525", "44126a", "340712" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json deleted file mode 100644 index 5be22e7d2452d..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json +++ /dev/null @@ -1,419 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1537747?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c37446f3-68ff-4e57-979b-a16b45cdb749" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e16aaabc15bf1a5fa290418a6658bb5d-1253133f50944b8d-01", - "mise-correlation-id" : "1d297029-32f7-4cdf-ab2d-c8324f6c912f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1537747. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1469920?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "86fb075d-e634-4d50-920e-b98ca5c1626b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2ad98984890b82484d7aa60595f36463-d128c24ecc77c1da-01", - "mise-correlation-id" : "149ddaf6-9ece-4de0-8266-8b1ef27a2e58", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1469920. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1584669?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "28f5ab29-7b9a-4367-9397-23dac00d7c4b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5b08396f992409950c7250b335ae5870-75a2d229341a13d0-01", - "mise-correlation-id" : "3319e823-fb4d-4f7d-a0b2-f428d0ab886d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1584669. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin024730?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0bfd4581-6cbf-4e08-a4e0-0cd595498580" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0297a8bbc822028ab2f6ec5e2d091d7a-a803811e0015845e-01", - "mise-correlation-id" : "8b0baf91-c65a-4ea5-90c8-9c2794461d5e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin024730. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0acfc05a-9122-457c-8cb5-950678eae6c0" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7c9597b2587f5aa5f2713238ba32ad0c-d5464745b6921d75-01", - "mise-correlation-id" : "bcdb3993-b9fc-42d9-8060-c29a83c37f24", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin448945. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin745527?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "38df79a1-f7c0-4349-9d93-e3100b914628" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0f4271c4935224814162ebd7e919713b-b7c5a959d26b6506-01", - "mise-correlation-id" : "e7655b47-e8da-429e-8c64-61f78ebfeefe", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin745527. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2407de22-ef18-4239-9a91-b2fd67639368", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "565", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b2dc61d8b5b07f53af029dbe887c204e-88a0310089649099-01", - "mise-correlation-id" : "024c3968-2ab8-407e-9fbf-212f9e16da81", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1537747\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:30.2845186+00:00\"},{\"id\":\"dtmi:example:room;1469920\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:30.2845628+00:00\"},{\"id\":\"dtmi:example:hvac;1584669\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:30.284586+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin024730?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6db36592-e03e-419f-8e08-a27a68c47709", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9a19bb63-0311-44c5-96fa-5c1343c68870\"", - "traceresponse" : "00-59f0f008d272a13cb82b868c1808c989-1603cce92f10cdae-01", - "mise-correlation-id" : "af664bac-e8d1-4b95-9476-5b0322fed1c0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin024730\",\"$etag\":\"W/\\\"9a19bb63-0311-44c5-96fa-5c1343c68870\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1537747\",\"$lastUpdateTime\":\"2022-06-29T13:42:30.3675511Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.3675511Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d7c6c4ca-de01-48a2-b81b-64e800c7f98b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2f02ae8b-acc8-4dbb-a733-7dcfd6972412\"", - "traceresponse" : "00-95ecd5f075e469e0fca9898f3aee0519-369013eadc1d3abd-01", - "mise-correlation-id" : "02fbbce4-5aac-48db-bb64-f2b473d63a62", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin448945\",\"$etag\":\"W/\\\"2f02ae8b-acc8-4dbb-a733-7dcfd6972412\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1469920\",\"$lastUpdateTime\":\"2022-06-29T13:42:30.4690775Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.4690775Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.4690775Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.4690775Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.4690775Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin745527?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1e9f59c3-2e30-4a19-abe5-4b26ef606bc8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"eb36aeaa-1e52-42ac-8796-ad209b583d77\"", - "traceresponse" : "00-6ce830d2bd6473b578e080cf794265f4-c97ab01b2fb07728-01", - "mise-correlation-id" : "5da23449-80d6-4713-b463-8567c77a50b4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin745527\",\"$etag\":\"W/\\\"eb36aeaa-1e52-42ac-8796-ad209b583d77\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1584669\",\"$lastUpdateTime\":\"2022-06-29T13:42:30.5496759Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.5496759Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:30.5496759Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5f11eb68-6f3b-4d71-a042-eb8000652c11", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "191", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3a1495d4-f48e-404b-9ac5-c34531b41f29\"", - "traceresponse" : "00-f774361e8167e09e2df4e0052d7403d0-6805a54fcce80830-01", - "mise-correlation-id" : "9f191541-6a4e-4e20-bcf5-e914fdf29af8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"3a1495d4-f48e-404b-9ac5-c34531b41f29\\\"\",\"$sourceId\":\"roomTwin448945\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin024730\"}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd2e155d-ebbe-4d68-93c7-d621ad478605", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "191", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fdd98b07-fa2f-4bb4-a0d0-1af2c9dfc678\"", - "traceresponse" : "00-a756b82b16c98a7aaba5befa60891219-37fc8ed26f3d3b98-01", - "mise-correlation-id" : "45bc1ba2-6292-4f7a-be36-2583d721f14d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"fdd98b07-fa2f-4bb4-a0d0-1af2c9dfc678\\\"\",\"$sourceId\":\"roomTwin448945\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin024730\"}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3f05f738-c352-4150-8bc8-b4a61a11ca93" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-23e71d1714ac6feb4f008d7946587e9a-c57aa4a99e742266-01", - "mise-correlation-id" : "f9be6698-0f79-4393-bb9c-4ead3190e318", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin024730/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8ca8b0d2-5424-4676-a18c-4e1b73e4a415" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9912e4d22c0ce39108af09b0c7f37e1f-e9fbb5bbd4b76607-01", - "mise-correlation-id" : "f39b665c-53f1-4dfd-9204-fe98083a1ee8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a4798ae5-6573-415e-8eec-56e567fecf72" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7cc3583b2f31c90f7c609f5018707bad-73d125a3f5a5d7a9-01", - "mise-correlation-id" : "fcb4aba9-350d-4eab-a79b-0fabea64837c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin745527/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "486182bd-6499-4f10-a363-92205f482492" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b96c140496d8684d7d247ce4325c6af6-a49f1367f48ceb26-01", - "mise-correlation-id" : "9863b895-7fb3-478e-b57b-8ee6ac21445b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin024730?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "88f768d3-4d20-489c-9cbb-324086c01426" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de4b562e22aad6b02749bb570e547c2f-885057b0952f9988-01", - "mise-correlation-id" : "f4b0c5e0-7d15-481a-ad62-9b261151c91c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin448945?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c958b7d6-94f9-4896-b001-87860d912270" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2ba58b9af86ba9bffecdeb2c18410f08-2cd95ff7af743d89-01", - "mise-correlation-id" : "1d41b1cd-a7c4-47a1-b29b-fefef7f275ff", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin745527?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e03c045c-93d8-4dc4-95c0-7c8581a30aea" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b3223c365eb5b77c81c1111af22bca2f-981c2981a92363f1-01", - "mise-correlation-id" : "01f1d8a8-5bec-4288-8384-079e0c814738", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1537747?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "59f68ae7-ed86-43a8-9aec-205d4f5b48e4" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-db12623d71bca944f89df608a5b39635-1bacbd31446de58f-01", - "mise-correlation-id" : "c2602c4f-c6f6-489c-92f3-3dfe54e496db", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1469920?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "abea84ec-a816-43ef-a39d-e3fbcc07de13" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b83e283b88ff6cb69a4e1c86db7aaab3-fd66453f90d3c563-01", - "mise-correlation-id" : "89847634-205c-4231-9442-07dc60fc9a3c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1584669?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29ce96de-a555-412a-aed2-0777f42fa968" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-833b1212ebd08278349ea3b3272ce329-69b64692eb622fa0-01", - "mise-correlation-id" : "7f6cf46d-37a5-403c-af2c-349e82a5ffa3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:30 GMT" - }, - "Exception" : null - } ], - "variables" : [ "759969", "681142", "706881", "24695d", "660167", "96774a" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index ab21bce006b46..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1344688?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fe5e28ae-aa11-482c-9efa-30f63e9b7ec0" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f446936c29fdebcabcdda2d1f4b1b8c4-2938624e17e0db5b-01", - "mise-correlation-id" : "a91025b5-8d69-49d5-945e-c6bfc92f6ff3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1344688. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1755056?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f81ee2f3-db29-464c-9df6-02fbabbbfb68" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-011fdc4bcd811391675895333ea74ec9-3ecfc1fe097cf494-01", - "mise-correlation-id" : "020f94b7-0367-4a7d-9527-bb7d5a14b991", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1755056. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1013342?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e68d80a1-48fe-41ad-bcd7-94f55337a2ec" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-daf87b8372edfc4ac6694087239a57dc-667a7840b26914e3-01", - "mise-correlation-id" : "b786a567-2cb1-416f-a9f2-71eba0b2ceb7", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1013342. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "37c06607-40bc-4f59-a8d4-80a308e6a212" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7b7bfd0bd31973e9c8fc179a5ca60bd6-38ef9c5d7a58394c-01", - "mise-correlation-id" : "0dc0a59e-6b79-494f-a961-f0739897dccb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin877892. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin313768?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "05f16bdf-8eb6-4974-b20c-6e78b2f45a8a" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b806cfa15dd4daafda315ba0f837c1e4-61fc5ec9f1d6897c-01", - "mise-correlation-id" : "f7997b8c-867d-4bc8-af8a-8683bbf4bc39", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin313768. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin124155?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "05ec5fc5-767f-469c-a85e-9d78cc82fbc3" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-02db404fcad41e156f00b157edb5070f-932abc279d8ee85a-01", - "mise-correlation-id" : "55e8d5e5-1542-445c-9527-1a4231bacc64", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin124155. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6a24cee0-70ea-4b75-8dda-dbf1ff932bf8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4b27bc11e7e0fb8bd4152360dda773fb-714625202b9aff55-01", - "mise-correlation-id" : "c5fae039-286f-45c4-8fef-5996825ccf06", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1344688\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:51.0018802+00:00\"},{\"id\":\"dtmi:example:room;1755056\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:51.0019195+00:00\"},{\"id\":\"dtmi:example:hvac;1013342\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:51.0019434+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab8edadf-4c6b-42a5-92b5-7a43465604d3", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fb563ce1-9097-49cd-94b8-b7135cf4c89b\"", - "traceresponse" : "00-7578fd1795a8a5d74ffd7ac02fac2088-aa09840c79575954-01", - "mise-correlation-id" : "b245ce2f-b6ae-4f2a-ba71-cde69300dd46", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin877892\",\"$etag\":\"W/\\\"fb563ce1-9097-49cd-94b8-b7135cf4c89b\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1344688\",\"$lastUpdateTime\":\"2022-06-29T13:42:51.0788080Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.0788080Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin313768?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f55e8801-d2aa-4bd6-9b73-90a8a04434df", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"05c49040-8bbe-4e05-b69d-707454837e58\"", - "traceresponse" : "00-30222377d78f8a5161e024fa2b134cab-120a5fa0c69b1329-01", - "mise-correlation-id" : "72f7494f-1521-412d-b13b-5e85ca669c50", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin313768\",\"$etag\":\"W/\\\"05c49040-8bbe-4e05-b69d-707454837e58\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1755056\",\"$lastUpdateTime\":\"2022-06-29T13:42:51.1456075Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.1456075Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.1456075Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.1456075Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.1456075Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin124155?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e8db3dc6-f23d-48cc-a763-a7aa17d94fd4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"45ab17ff-88fa-470c-8f56-2008ea1760a2\"", - "traceresponse" : "00-4b4f6b67f9db8a8792fa66587b762169-a5d4d8cdaf6346d1-01", - "mise-correlation-id" : "8be64281-d235-478d-8bd1-54d1a0661bb3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin124155\",\"$etag\":\"W/\\\"45ab17ff-88fa-470c-8f56-2008ea1760a2\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1013342\",\"$lastUpdateTime\":\"2022-06-29T13:42:51.2330885Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.2330885Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:51.2330885Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2bce31ff-3f20-47b9-8c3b-df7a29a0924c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6a27ba45-6c28-4665-9636-ec36176d7798\"", - "traceresponse" : "00-77eb464a2c0f154762e5e16525289b3d-f0556b6fc38040b1-01", - "mise-correlation-id" : "92ea08d3-5e73-45ba-8eb7-089455096f27", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"6a27ba45-6c28-4665-9636-ec36176d7798\\\"\",\"$sourceId\":\"floorTwin877892\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin313768\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab81f427-afab-401b-a15d-316858233250", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"630daf71-b328-4225-a4aa-9a5f4381969c\"", - "traceresponse" : "00-e437ccdcae13c85deb44af5402e14a48-fe4fabbf3f772e80-01", - "mise-correlation-id" : "6d2eda45-b3b9-42ef-9a52-c8a06b1636a1", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "47ef9c45-5cbd-487e-8809-7ca23580cf10" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b8aeb90efcb9e399017b64b00a6645fc-4ce22e95a0099429-01", - "mise-correlation-id" : "fa28b713-104c-49ed-bb5b-5a39ae0e9a39", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"6a27ba45-6c28-4665-9636-ec36176d7798\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3450b71a-92f4-4abe-9907-6f7522798d46" - }, - "Response" : { - "content-length" : "243", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-78db1ed55c34a52a6b79a58c51ea25fc-d2461263cc18d8b2-01", - "mise-correlation-id" : "43253f8e-d64d-46bf-ac76-6e443c8f90e9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"630daf71-b328-4225-a4aa-9a5f4381969c\\\"\",\"$sourceId\":\"floorTwin877892\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin313768\",\"isAccessRestricted\":false}]}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin313768/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dc277f99-c588-49b9-845b-a3a57d25bc48" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fea292d0fc7fc4ca865a1b82532fb329-77cfad75f60f91be-01", - "mise-correlation-id" : "01315686-bf19-466e-b673-40b61749bda4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin124155/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "41f39e66-e8fa-4986-b80f-aa81bf4b7d93" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f4157f465d6498bf2a0f609d1bfd8dcd-42885c957acca7a0-01", - "mise-correlation-id" : "57c0e05f-02ad-44dc-9393-7a4b787561e3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "26e6b99b-2b20-4dd8-8073-7b6ec7be09d1" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ba5749f23123ec5f9f13d724f11b4429-224aad7705c15758-01", - "mise-correlation-id" : "43a72cad-3380-406c-8dfc-6ec4dae631b3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin877892?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "277cd1f7-f89b-48b2-b731-ec282e7a1818" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fdaaceb58fe800661d5d435c30819af8-bd3b08add6727ede-01", - "mise-correlation-id" : "79287a2d-fd52-4720-b2d0-0e93e19edd25", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin313768?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "21f5e678-7ad9-4628-a818-79c85c233fd2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b045dc25a725444a84511b05d537533d-818241ff9f62b02c-01", - "mise-correlation-id" : "0ddfeb84-db6e-4962-9b24-889ef4c9cae9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:50 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin124155?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66444315-64ac-4a3c-8775-ef09813c47ba" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ad152fa4e03ccf5bbc43a6c2bab16e70-ea78b988b962ee56-01", - "mise-correlation-id" : "0d0a91a0-8e1a-44c2-994c-0e72bd613b2a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1344688?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "71b87dcc-0f4d-407b-9dd6-77c05e4bff4e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a94a824dbf5d13f7c76159dca0588949-156a2887998c7dd3-01", - "mise-correlation-id" : "3492bbe3-6556-45ba-9d9d-7303e5942321", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1755056?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5bd4b1d6-2d46-4e83-b335-bb0a98787c7e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-96cd7a093a78df33624b30062a0269bd-59ed9c17524dd808-01", - "mise-correlation-id" : "a94e2df3-cb1e-47c8-9161-a563df1e83d8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1013342?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "592b9b9e-f14e-45cf-8ef9-c898a1183018" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-27ac62b4db80375b35d1d9eabeeff888-298a347692cbb3ca-01", - "mise-correlation-id" : "6e94a444-dea8-45a5-9caa-7b71b7a790b4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT" - }, - "Exception" : null - } ], - "variables" : [ "566800", "977278", "235564", "099014", "535980", "346377" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipSucceedsWhenETagMatches[1].json deleted file mode 100644 index 76a9c7a71e204..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.deleteRelationshipSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,417 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1725410?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0f372d8e-375e-4808-96c8-485dd8f491b0" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0ce6aa170128d51d39c86c4534956ba7-5710acdd79935360-01", - "mise-correlation-id" : "df5f79db-f62a-43c5-8b91-746d2b6c8e8f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1725410. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1584439?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "44ce47b9-a221-4f62-83b3-cf154cc81672" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0151a9d5a7c37d132b93e12556cd7805-55bc26812431a64c-01", - "mise-correlation-id" : "f23992d3-1603-4b89-b9d2-896973c4d4cb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1584439. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1607092?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b918da82-9fab-4f2b-968b-7c55e7e276ab" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a02d23c056d32789af7b57456248337f-1458df597046bb8e-01", - "mise-correlation-id" : "eef3c2f8-c30b-460b-bb8d-f443f316e55b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1607092. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dee90645-f025-4460-ae5d-c2a3f2e9dc3a" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bfd1445c4e16ef7f7a22e8bfaefac6a2-f7365d871069a214-01", - "mise-correlation-id" : "76b81b64-d327-4f44-a183-0c63f1ae0523", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin854178. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin832619?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5492eeb6-badd-49ca-b014-343b3afbe235" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b9b58ddb025358568817f02bbc7f2f7a-0aaf0ff3e618929a-01", - "mise-correlation-id" : "e0ae56a0-2537-4986-b5b0-ab7a6a46192f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin832619. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin828200?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "08a0ab64-c6d4-4098-ac6a-d5047190730f" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7912c073be170d51e6a4c2603abb2732-817702304169a658-01", - "mise-correlation-id" : "0aa979e6-66fd-4c7e-b5c1-f4946ecebc56", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin828200. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "50c8aa2d-3435-475e-accc-e373b735ef51", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1f38d9cf36d763f67df9e95ec33f3ee5-bff329cd8ee229b7-01", - "mise-correlation-id" : "fdab18c3-ef9b-4834-bf17-e89a77d0c006", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1725410\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:53.8545452+00:00\"},{\"id\":\"dtmi:example:room;1584439\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:53.8545801+00:00\"},{\"id\":\"dtmi:example:hvac;1607092\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:53.8546035+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "47522ab4-d7f7-49be-890e-37b2c358b173", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b72d18fb-9afd-4bdc-b61e-4d1550d59f2b\"", - "traceresponse" : "00-4c58a17abe7a2bd86ddfd1c556f656df-23711c7c42f79d6f-01", - "mise-correlation-id" : "58ece247-501a-42e7-8f4e-9dd159a62142", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin854178\",\"$etag\":\"W/\\\"b72d18fb-9afd-4bdc-b61e-4d1550d59f2b\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1725410\",\"$lastUpdateTime\":\"2022-06-29T13:42:53.9349590Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:53.9349590Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin832619?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66ea6235-de97-4b7d-84de-f12ad8911886", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0929435b-6b88-49d6-b928-0ff28e2fc8f9\"", - "traceresponse" : "00-8e3240f63d55ce2d1365018a17b9a6e9-ab1ae24c82d57829-01", - "mise-correlation-id" : "07861522-c349-4c58-9d9c-2c52ce4e7c6d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin832619\",\"$etag\":\"W/\\\"0929435b-6b88-49d6-b928-0ff28e2fc8f9\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1584439\",\"$lastUpdateTime\":\"2022-06-29T13:42:54.0085225Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:54.0085225Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:54.0085225Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:54.0085225Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:54.0085225Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin828200?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ec0631e4-cef3-44d9-aca8-d97450069295", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"81a87931-300a-43f7-bba6-a95c20a5e477\"", - "traceresponse" : "00-7a3a73f8d10f7f3800704565de173837-fe55b215218b097f-01", - "mise-correlation-id" : "a4c1ed3d-9293-4540-88d3-58012dc53a88", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin828200\",\"$etag\":\"W/\\\"81a87931-300a-43f7-bba6-a95c20a5e477\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1607092\",\"$lastUpdateTime\":\"2022-06-29T13:42:54.1047709Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:54.1047709Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:54.1047709Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1f126b92-3688-4c27-975c-722a20ceef45", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e449ac49-9ce1-439f-89df-375103cd7bf3\"", - "traceresponse" : "00-f54e8546fd029882eced00fa01098ad5-cc957b882b5c9c78-01", - "mise-correlation-id" : "cff13165-ce41-4f77-a979-082faeba652d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"e449ac49-9ce1-439f-89df-375103cd7bf3\\\"\",\"$sourceId\":\"floorTwin854178\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin832619\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f21dcd5c-5d18-4ec0-9a99-a60a95be3199", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8bf40c34-875a-46af-9ead-85b42c677eff\"", - "traceresponse" : "00-94c5ae53d7b65ce5a38b2b86257ee18c-48dddfe868d67916-01", - "mise-correlation-id" : "57d1c98c-8052-400e-ab36-ee7ce3123ffa", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d1bde7c-c8a4-4ead-9dab-e62ffccece62" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e8abe081bf0f8061fce56206a34f3198-4b0bd631b0142459-01", - "mise-correlation-id" : "178fd973-65c8-4a87-91e5-9a476071d381", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "507c660f-0f4e-4cb4-b868-75f0455a840f" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-adfafa30933cb7c47411b0a17e8948f9-ad90633c57da068f-01", - "mise-correlation-id" : "134b4003-6514-47f8-b033-3b2cb4fecb81", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin832619/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab80829d-7cad-444f-9c9b-80f2e7afc5e9" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2615933ce739d023550839778396fcc3-89cd0c4343777d3a-01", - "mise-correlation-id" : "2416c686-7d0c-420e-b35e-328feb392617", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin828200/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "23c7c827-369f-4008-83aa-1b7c889d43e0" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-67a0a0b491cca38a7c51563e15690cc3-385928ca1dae8a23-01", - "mise-correlation-id" : "76079349-791f-4783-934f-3fc045688f87", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin854178?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7a4081ac-c997-42e5-85bc-f1035899dc35" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-725092daf9bbd0bf9d7a32b26b600d93-39c0b95b7aac5151-01", - "mise-correlation-id" : "2153058f-9b64-44fe-a720-27a703b6865e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin832619?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "38ae2e15-f587-40e8-8cbc-1e2479269b1c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-42f646b869b5356f99cccae23ec6c171-4fb24d7e175a703b-01", - "mise-correlation-id" : "e3d9023c-912a-4bf4-a773-0beb45448ce1", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin828200?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b0dd4878-6e2c-4f3c-a033-89c075003715" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ae89b2e03838608dce6a81543fda7e33-b9c6275359d9fadc-01", - "mise-correlation-id" : "1c8761b8-849f-4448-8b4d-1dbe4c634e1a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1725410?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1b59a330-99b9-4ed7-a586-e0b3215fe789" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-85b0e60912c3012b9e5085321a6ea271-a648586318726bee-01", - "mise-correlation-id" : "e27fef6f-24dc-4b40-8409-515ed6bcfc4d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1584439?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "60a8e0b7-31c8-4a2f-997a-623ce5b4e75a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-655e99e3131245019ae9c58b524ed6a9-69662a8b855d4422-01", - "mise-correlation-id" : "e6828a73-a358-478f-9eaa-585d02151264", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1607092?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d2c9586a-cced-4325-ae57-da73882971b5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-14edbf61ae6b99379200be0d0752e635-31c465a66ab38a20-01", - "mise-correlation-id" : "bd8e86f1-5d09-46bf-a168-8ebc8ffe03be", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT" - }, - "Exception" : null - } ], - "variables" : [ "947632", "706651", "82921f", "07639b", "05483c", "04042d" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index 890ca14def3e5..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,437 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1773196?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4114cab6-7e22-4da6-8fba-53c475b30b11" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a25b56215f5f146f1a3bfb02ec0132c2-5b3d963eb6d4745d-01", - "mise-correlation-id" : "55ff4f25-c884-4ff6-ba83-8ecf661caf12", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1773196. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1710302?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "95749554-afdc-4846-a842-04fd1d36cc65" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-afe64ac9e08f33be268ea2db84606705-3568a760fce64152-01", - "mise-correlation-id" : "fdb7d091-1d14-42fd-a817-8e2402b3e1b3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1710302. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1503800?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "babaccca-6b41-4443-9fd7-cca147ff7ead" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-387049d06dc6e324593ee0f0e2c71db5-71ef7987b11acb80-01", - "mise-correlation-id" : "0241d81c-b563-432e-8a37-6d315c572772", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1503800. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "546a69af-59f3-423f-b54b-055f5ebf7337" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a09f8069ec763cc02c9f66b7f7999c30-529b712cfcd6e68c-01", - "mise-correlation-id" : "c6cbe159-b672-409d-bc8c-d6c9e77f7614", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin890490. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin635442?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d288e45f-7a16-467f-8008-ece316d5b77e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0f485b5cab80872cae63c47a4941709d-46b10f96432cb9a8-01", - "mise-correlation-id" : "50c05f5f-b894-4721-bfc9-01deb99f2124", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin635442. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:25 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin969538?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bdb5ed16-9ae2-4289-818b-7dbc05e75bed" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8bf622426252ed617ca555d9bf084db0-6d1d7be5f65e9c92-01", - "mise-correlation-id" : "fe908226-c823-4c9e-a4df-897c20f48536", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin969538. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f02e4607-520f-4561-b318-e472798d711f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d1777f43ce64d62b33e7d144eaf313cc-314984768b1e6b6c-01", - "mise-correlation-id" : "e78f34ba-9715-44bc-b3e8-505fbdae43ee", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1773196\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:26.3532238+00:00\"},{\"id\":\"dtmi:example:room;1710302\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:26.3532724+00:00\"},{\"id\":\"dtmi:example:hvac;1503800\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:26.3532975+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7dee3df2-3d4f-428c-976a-04628f601cb8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"eb88f4bf-e612-453a-a6cc-c9ce9a960e2d\"", - "traceresponse" : "00-39fa4799e14d73df973955a426c99012-e0f56736781a96a8-01", - "mise-correlation-id" : "5ff83bcb-2813-4756-aade-9cc1676e93bb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin890490\",\"$etag\":\"W/\\\"eb88f4bf-e612-453a-a6cc-c9ce9a960e2d\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1773196\",\"$lastUpdateTime\":\"2022-06-29T13:42:26.4468312Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.4468312Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin635442?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f9ce73ca-70d2-4341-bef6-0a1ba117ab68", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"a8c45439-51b8-4326-ad2e-ac9aea39e82b\"", - "traceresponse" : "00-3dbd2359d4ce7e2c463fd6c8aef30af6-a36dd7cdf0d0531a-01", - "mise-correlation-id" : "dfa800c4-1fce-4792-88e3-d2480ca2b8cf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin635442\",\"$etag\":\"W/\\\"a8c45439-51b8-4326-ad2e-ac9aea39e82b\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1710302\",\"$lastUpdateTime\":\"2022-06-29T13:42:26.5340759Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.5340759Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.5340759Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.5340759Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.5340759Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin969538?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c00cf2d7-a35a-43d4-a9c7-30062966779b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"398363fe-abd6-4672-9a2d-45f85cc2d7fa\"", - "traceresponse" : "00-97cb3f9d278471bc83d1d3a3960949bb-90f564cf758a7e21-01", - "mise-correlation-id" : "d02c776a-dc0a-4ac6-9db1-fcf1494f4450", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin969538\",\"$etag\":\"W/\\\"398363fe-abd6-4672-9a2d-45f85cc2d7fa\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1503800\",\"$lastUpdateTime\":\"2022-06-29T13:42:26.6236248Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.6236248Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:26.6236248Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd275cf4-e74b-44c3-a7a8-3de585439688", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2ec8ed73-91a0-4e49-afb7-301c4f7e0980\"", - "traceresponse" : "00-1864463a3fbb3326607cc1844e9a2f12-1fcdbdb775a6393a-01", - "mise-correlation-id" : "12b9d903-35e4-4e4b-ab8d-651edc43a954", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"2ec8ed73-91a0-4e49-afb7-301c4f7e0980\\\"\",\"$sourceId\":\"floorTwin890490\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin635442\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0b01011b-8b57-4f05-9180-90c56fea0f99", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fe245ae0-fbad-4f44-a51e-e65599ab6d31\"", - "traceresponse" : "00-db2da5727ddfc30b180994f0d6010469-9ef46aaf6b97ca9a-01", - "mise-correlation-id" : "aed8b43d-71cd-4c82-a6d8-191e176acb01", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "75e256cb-be22-4a65-bf87-e41c414e6bde", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-37849f6315eebb142cc5c24a4e057e19-cb207a73f52568ee-01", - "mise-correlation-id" : "bcb0ebe6-1ebe-48cc-9c3e-137f9a71e4c0", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"2ec8ed73-91a0-4e49-afb7-301c4f7e0980\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fbce89b3-ea2f-49ec-9a78-432400a5abf4" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8b726bc422c16482ecda6451c53a5f4a-8b81682c322a0e15-01", - "mise-correlation-id" : "3b1c2f24-c007-4cff-b741-40040108e366", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "446dabc3-1dfa-4ede-a034-fe23a933aec2" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fb7968e5cf862c033c208551ee39f718-81994c1be2178c3b-01", - "mise-correlation-id" : "28fca749-5cf9-4c05-abdc-94bb105a44ff", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin635442/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb44e3b2-38d8-4c14-868c-89d9b238296f" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ec072042976c1ae59e59c2965d25538e-fafda00d56ca9142-01", - "mise-correlation-id" : "eb3e70e7-db35-4934-95a7-600b2a51cc77", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin969538/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f356740e-d281-41a6-82d6-5f19f0931113" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa7cfcb895dc852504d7407855ddb9f5-dacc2c60d1c36a4f-01", - "mise-correlation-id" : "6ed8e2e6-47c7-4f84-a60a-01299e570c80", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin890490?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f15d7f92-5b10-449a-b435-1a3512348ba1" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1d4d31bf7ad51353add91339c166bb70-23726ed280eaf85a-01", - "mise-correlation-id" : "e01672de-e232-4e4d-9a6c-cdd131fc0f47", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin635442?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0f70992b-274c-425c-8c58-5186d87b183b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-50e2be5d9e35704ccf77f5b46d6bf2e0-8d7df094b855efdc-01", - "mise-correlation-id" : "7a1570e0-f7d6-403c-ad95-7564fb944bfa", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin969538?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b1a4f15c-ec5e-4bfd-b76b-f86945ac1e21" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-92a22ed5f14dd9e5c3ad16cd4821fe6b-0fa35f9e0eb6b8c1-01", - "mise-correlation-id" : "bd07770d-fc2b-44c6-9110-105a8116458a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:26 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1773196?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3bbaf516-b584-4760-9ff0-41670ecfc770" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-10bd2eee3e4214ef9cb3e32c25b0dbbe-6bf221fb2286e0d9-01", - "mise-correlation-id" : "e8e969f1-07a0-42f9-9085-803a1accd4c3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1710302?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e99c6997-d450-405f-bd75-1a26bd8c68b9" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6ee0eeb36b3d83a48f180b0807c32f2b-6e1f663f96630f30-01", - "mise-correlation-id" : "a719336a-00ed-424f-b5a9-a1a603c3ad26", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1503800?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0ee42d3a-9d11-4e1f-ab2e-f8e7f8b01350" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ea36bbb308e4ae18086e94ac73c87223-c78f376fa0a1a4f0-01", - "mise-correlation-id" : "fea787e1-baac-4d55-9e8b-cfe74fee1661", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT" - }, - "Exception" : null - } ], - "variables" : [ "995318", "932524", "725022", "01261d", "85766f", "181750" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipSucceedsWhenETagMatches[1].json deleted file mode 100644 index d24690dceb877..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.patchRelationshipSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1514860?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fa0751a7-8ca2-4049-a487-5cce3454c5f6" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-968f86e2634fae0739adcba7bd0147e1-1dd9425209ec1ab6-01", - "mise-correlation-id" : "709bda0f-2430-4b13-8799-ad282dce64bc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1514860. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1351060?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1f3b8148-4afb-4927-a035-837aedb7e098" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-667add006428b9c25bc09742dbffd867-344cbe1c2882693c-01", - "mise-correlation-id" : "714cf7c1-43c0-47df-9a69-467fee1c5c69", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1351060. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1932828?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "056245e9-10ff-4453-90e5-20e60dab88e4" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-424d1b131e3ffe469a9b8a26f43d6bf8-66b7d37fe26a38ef-01", - "mise-correlation-id" : "d0bf176d-4981-4559-9dbc-adb6017baecc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1932828. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e9f2c1a5-5d00-4c18-b3c1-fa0d7d70872e" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3c27c00b1649be58eb1689706b96e6a7-f399d3a0b5972dd5-01", - "mise-correlation-id" : "cf19f642-5bba-4c10-9327-a072b931a57f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin662995. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin762311?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "51f9f8e1-7aaf-4c0c-b2fd-c0331c804ad5" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8a980860c488cc9b6c528b12b60f31ad-c6ff23296c475dec-01", - "mise-correlation-id" : "e33171d7-5c62-4e41-a731-d8fd3b62a84b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin762311. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin657271?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9affa8dc-f71d-41c4-871a-1871d5cebd83" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d79bde8bb94e94928462177006872aa5-836c4263ca40f649-01", - "mise-correlation-id" : "0f8b12f8-0bcd-4b27-b712-e13ebbbf064e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin657271. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8a562ae-53a5-45c7-9d27-3d177cf00b10", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "565", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-17f73150e3b4e549a0977def134b5a7c-fa9bb8fd52b9f9a8-01", - "mise-correlation-id" : "eda497aa-c884-447d-9f92-53fd175df183", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1514860\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:52.3620432+00:00\"},{\"id\":\"dtmi:example:room;1351060\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:52.3620795+00:00\"},{\"id\":\"dtmi:example:hvac;1932828\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:52.362104+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1666180b-efaf-4aba-b241-14a370110df0", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"bc6edca7-4570-45fd-957d-7602544b85f2\"", - "traceresponse" : "00-f286c7fb3f7b89c7b7309334c2a3301c-098946634b3ca08e-01", - "mise-correlation-id" : "5927e071-5337-4500-9bcf-0de9da387345", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin662995\",\"$etag\":\"W/\\\"bc6edca7-4570-45fd-957d-7602544b85f2\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1514860\",\"$lastUpdateTime\":\"2022-06-29T13:42:52.4504708Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.4504708Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin762311?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "15502ad6-2df9-4680-b17c-e620ba4848bc", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"12266d23-9c76-4dc8-b37c-258e5eba670a\"", - "traceresponse" : "00-0bbedb159e7e6afce3a4ead5b15dfff0-ac72bdb6b1c90624-01", - "mise-correlation-id" : "c3392813-a791-4e08-8871-af52d77f6a91", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin762311\",\"$etag\":\"W/\\\"12266d23-9c76-4dc8-b37c-258e5eba670a\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1351060\",\"$lastUpdateTime\":\"2022-06-29T13:42:52.5388809Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.5388809Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.5388809Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.5388809Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.5388809Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin657271?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "23e8a952-c37c-4295-a64c-eba18c4bb6c6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"62f74a51-431e-4dc3-80b0-a7d3b3c08d45\"", - "traceresponse" : "00-1ee51580bb917154007af2589a9c4cc1-ce192b2791c36565-01", - "mise-correlation-id" : "302995f3-5538-4f04-b8d1-dd797f842084", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin657271\",\"$etag\":\"W/\\\"62f74a51-431e-4dc3-80b0-a7d3b3c08d45\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1932828\",\"$lastUpdateTime\":\"2022-06-29T13:42:52.6209669Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.6209669Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:52.6209669Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b1de84ad-28ae-45d6-86eb-771885a00d61", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6b719feb-96f6-43fa-8f7b-f214e9d0e6ea\"", - "traceresponse" : "00-f7a2355154880a18ad5e9959a1a613b0-fe2eaa5d6f6ff6eb-01", - "mise-correlation-id" : "49b2fccd-a557-40ab-a183-021b36cabe84", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"6b719feb-96f6-43fa-8f7b-f214e9d0e6ea\\\"\",\"$sourceId\":\"floorTwin662995\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin762311\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1491e2d1-0fb7-4913-aadc-fe6afda64421", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fd488aec-6bad-46a0-97c1-8251e89968ac\"", - "traceresponse" : "00-c2cb04a1da5abc2043e04938efbf8a96-6b3b0391ad658b0a-01", - "mise-correlation-id" : "a48f2ebd-7de6-4321-8138-50aeb25e6c7e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29dea720-2d96-4e02-a64c-78f00032d259", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e942040b-b103-41d4-ba39-6bce391f0088\"", - "traceresponse" : "00-73e8a4f2304a8a47d601ebce8999e3f7-b597edbacc52d17a-01", - "mise-correlation-id" : "4475c85d-0286-468e-84d9-ba83b714c2df", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bb3ec318-d685-4890-9473-9f0c341ce45c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6ab518643d84f71df930ba430fc924f3-58c22796b2701277-01", - "mise-correlation-id" : "a1e5e9a9-9dad-47a8-8ed7-5a58a5e62e12", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "957ac52a-22ff-46e6-a9cd-212f3512812f" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9cf4d20e2402e6a6aee68b2a9d9d06a6-8808f97c9c51a572-01", - "mise-correlation-id" : "59ac912a-6d12-41a4-9a03-89f1fc292ae5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin762311/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "33466fc0-bb40-4d62-9408-f956d9a43c44" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa49959339662d2aa51f91d2dee44de0-3ac298989365ab26-01", - "mise-correlation-id" : "96418f4b-f383-4dae-82bc-bf239d4873a7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin657271/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "46c33398-48cf-4550-ba19-5ea7516fe530" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-09ddfb134bf67f247625b5e39afbde41-79744d1ecb018caf-01", - "mise-correlation-id" : "fc000f4a-a0fe-43c3-a67a-0357401a4258", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin662995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4e5ec966-696b-436c-b1e6-3f30c02e553e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c5f8057c90e84f106045451eb29422e9-d39463d53b845853-01", - "mise-correlation-id" : "26f0ca85-8827-4ebc-bdc3-941382a022cc", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin762311?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "30c7a76b-986a-43d6-a496-13c62500db07" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-207425d0ac12152d704440a32a4a4aaf-60761d195a7bb7c6-01", - "mise-correlation-id" : "10b3cc4c-7d64-47d8-8b99-916b427e7385", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin657271?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "54ac9e84-fdfb-4d49-8b39-d0fc0ba555d2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-782b4a0af988be09db82379077be7b08-153b4a8b143b65e0-01", - "mise-correlation-id" : "0bdc9a26-2299-4208-bac4-f8342bd56e2a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1514860?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b4afd576-e6ba-4351-a43f-4d114382a063" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3d59771d994c2edd11608cbc547bf8b7-20f7344720d3f65e-01", - "mise-correlation-id" : "f019f97f-e6eb-4ee8-8b80-ab2a24042bbe", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1351060?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "51951b7d-f637-4a34-9bce-3bbfd943c5f2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-01d7927ee4a4d3f1b12fc3d2e385be8f-3006415fa5b1d365-01", - "mise-correlation-id" : "e96ec6e0-8c20-4219-a4f8-9a8c090b0fa5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1932828?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ce677a73-9e1e-48c0-af89-ebc06b50b798" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d1d71ff9850623252b59a42ebb3a6a6c-c531851902241e45-01", - "mise-correlation-id" : "017951df-a2e9-4319-a6ce-691cbb4c1929", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:52 GMT" - }, - "Exception" : null - } ], - "variables" : [ "73608d", "57328d", "154040", "884117", "984533", "87949e" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipLifecycleTest[1].json deleted file mode 100644 index ef28363785b3a..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipLifecycleTest[1].json +++ /dev/null @@ -1,647 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1604832?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c7af458a-79be-4df5-b768-0887109587d7" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-36e9d7be145520062a4aa42dc0b3d83d-c23ba19eb98fed94-01", - "mise-correlation-id" : "760c49a3-83ac-49b2-ab50-197775dc69cc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1604832. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1319909?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "136bb5a9-8a99-41cc-9c62-c389506180d5" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eb8abc89dfc4fe6d0080f1bcf1dfaa51-d27b3136f1f8af06-01", - "mise-correlation-id" : "ec054c25-78b2-4dbd-bbcc-615aa66250a0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1319909. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1005196?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b9f16c54-47c9-4c47-ab3d-dc992f9d6ae6" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6f36962320b1d8b642e525384b1bf7a6-d4692274d1f431ea-01", - "mise-correlation-id" : "b6255418-9a95-48a6-8ae9-b3f60804e96a", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1005196. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9e845238-dbfd-456f-9cdc-b809318bd242" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bf8a72a15ed8fc36e59f42d582d335b7-90a3612c31e7f9e8-01", - "mise-correlation-id" : "df575e92-34d9-4bac-a368-7b043f6eaa15", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin537489. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aaff82b1-0854-42e3-ba9a-7368e6546a44" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-63d468371f439ed234dde9a23df5daa9-a447610c01a2db39-01", - "mise-correlation-id" : "a193c826-0af3-46bb-b523-ee974bfc5f7c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin450987. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0fe29444-cfba-475b-9875-52da8751875e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b86b37e8926720983cc9042c31c9cf88-861f0ebf168c2332-01", - "mise-correlation-id" : "a709b56f-9f1e-476a-bfe0-f633f9ac4c5e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin381800. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5aabc3da-5b86-4f84-9d74-583ca70051c4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-54cedcb71b3aad6a28b2015e5ab26228-84d8c674ac1e6ec6-01", - "mise-correlation-id" : "a0269163-f557-4197-b628-5430c7aa7b02", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1604832\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:27.8643418+00:00\"},{\"id\":\"dtmi:example:room;1319909\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:27.8643802+00:00\"},{\"id\":\"dtmi:example:hvac;1005196\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:27.8644048+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "79c2337b-c15a-462a-8afb-676861668ec5", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c55561cb-f77c-4929-9fad-62030e855fa7\"", - "traceresponse" : "00-e9a027cd36d58c7480476c8981f9a23f-f1e2e20d9bb83d15-01", - "mise-correlation-id" : "e77c7b0d-6d27-436d-b26d-cff20e9c0fda", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin537489\",\"$etag\":\"W/\\\"c55561cb-f77c-4929-9fad-62030e855fa7\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1604832\",\"$lastUpdateTime\":\"2022-06-29T13:42:27.9530516Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:27.9530516Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ebc1c4df-6dbd-4ed5-a77a-59f222a476cc", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9fa8ba6e-9d59-4e0f-b725-fc4ea074cfff\"", - "traceresponse" : "00-9597d67876236b998defbafd077b26a3-4a74bd773ef2c42d-01", - "mise-correlation-id" : "db602f72-efea-4be2-91d5-2c9edf96a8bf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin450987\",\"$etag\":\"W/\\\"9fa8ba6e-9d59-4e0f-b725-fc4ea074cfff\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1319909\",\"$lastUpdateTime\":\"2022-06-29T13:42:28.0484161Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:28.0484161Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:28.0484161Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:28.0484161Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:28.0484161Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "278232c4-da5e-423d-b0f2-77ed3003e999", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b4af3ee3-6a7d-4bc0-8cf6-655ecceb10be\"", - "traceresponse" : "00-8df260733e44eea9967b6061b2b8a5a4-73ec74931e527bd0-01", - "mise-correlation-id" : "10d8f740-4f28-4819-b490-a683a32a1a5d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin381800\",\"$etag\":\"W/\\\"b4af3ee3-6a7d-4bc0-8cf6-655ecceb10be\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1005196\",\"$lastUpdateTime\":\"2022-06-29T13:42:28.1233674Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:28.1233674Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:28.1233674Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aa41ff19-8e56-47e4-981f-404bab1213fc", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"62fd5f85-5f62-49c5-90c0-da458c531b16\"", - "traceresponse" : "00-192f4038f6cf0a6033a2d74f69fa8094-9534516211860df4-01", - "mise-correlation-id" : "71d54c4c-87bc-4f12-9726-eb6ee3d15b6a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"62fd5f85-5f62-49c5-90c0-da458c531b16\\\"\",\"$sourceId\":\"floorTwin537489\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin450987\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:27 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToHvacRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "168db0f2-6ba7-49c5-a509-143f89f7d271", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "188", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"373446e0-deb9-44b9-b777-6e5e278f19fa\"", - "traceresponse" : "00-f3ecc273d4a7b9ef973ffbc839ab4421-a628eb3b1a87c3f0-01", - "mise-correlation-id" : "fa222c3a-3fc5-4f17-a739-478fd3c9a2ec", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToHvacRelationship\",\"$etag\":\"W/\\\"373446e0-deb9-44b9-b777-6e5e278f19fa\\\"\",\"$sourceId\":\"floorTwin537489\",\"$relationshipName\":\"cooledBy\",\"$targetId\":\"hvacTwin381800\"}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800/relationships/HvacToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "469db948-bf98-42f7-a21f-c7d65e55669b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "185", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6644d48a-abda-4f29-98f7-d5f84591f720\"", - "traceresponse" : "00-5eecc697cdd0e3d22a6493c1b52f19a1-0e1ce0cfa6e4f232-01", - "mise-correlation-id" : "6dd73089-23ee-40d0-b180-ec0e793bf750", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"HvacToFloorRelationship\",\"$etag\":\"W/\\\"6644d48a-abda-4f29-98f7-d5f84591f720\\\"\",\"$sourceId\":\"hvacTwin381800\",\"$relationshipName\":\"cools\",\"$targetId\":\"floorTwin537489\"}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "636eb31f-e6ce-4b6f-82f9-469fbaf9c37b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "191", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3f1466bc-26a4-472d-800b-88257a2c1fa7\"", - "traceresponse" : "00-b35a548d32fd59fd24bcc18bf156f924-6976edf5aeb0a475-01", - "mise-correlation-id" : "2f58b69d-b696-4079-813e-346e21dd237c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"3f1466bc-26a4-472d-800b-88257a2c1fa7\\\"\",\"$sourceId\":\"roomTwin450987\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin537489\"}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7c396011-aba7-4491-b8cf-ca55a010c4dd", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "199", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f452822ed0e543891ab38505a3bbdf6d-2e442818daa4cc42-01", - "mise-correlation-id" : "c890f9ae-7c1f-4ab3-b3d8-14bd9ac5f2b6", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"If-None-Match: * header was specified but a relationship with the id RoomToFloorRelationship was found. Please specify a different relationship id.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "372707a5-2e17-4f50-98d2-180f4ae0480e", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"18446385-c19f-4332-87ff-ea2f02311045\"", - "traceresponse" : "00-506a771cb7d70b08440b1166b1a02092-31e2b16079eaaecb-01", - "mise-correlation-id" : "78c7e7a7-6164-40a4-b6f4-ad933493f8a2", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cbe29c1e-45fa-485e-b6d3-506a1e56bccd" - }, - "Response" : { - "content-length" : "215", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"18446385-c19f-4332-87ff-ea2f02311045\"", - "traceresponse" : "00-d2e693db89c6a25adfe2ec1ec88d268b-9da1bb006ed4bade-01", - "mise-correlation-id" : "5af59177-7dff-4e87-856d-6d1d7ee4bee7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"18446385-c19f-4332-87ff-ea2f02311045\\\"\",\"$sourceId\":\"floorTwin537489\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin450987\",\"isAccessRestricted\":false}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/incomingrelationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "064c2abc-cf7a-485c-92a4-44b934f44dd1" - }, - "Response" : { - "content-length" : "581", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-953dbd8baeee97ca19ccb8d67ad0dd9b-fe6bbeb2297d58d3-01", - "mise-correlation-id" : "8b2d03cc-8f2c-4cc2-932a-3a2b08ac9dd5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"HvacToFloorRelationship\",\"$sourceId\":\"hvacTwin381800\",\"$relationshipName\":\"cools\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800/relationships/HvacToFloorRelationship?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship\",\"$sourceId\":\"roomTwin450987\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987/relationships/RoomToFloorRelationship?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "172e4705-b594-48e1-986d-3d2d32c877e2" - }, - "Response" : { - "content-length" : "432", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-61eb57e97063e731279bbd2c3a62dc81-840ebf68aee9f4c5-01", - "mise-correlation-id" : "2fe6fcb2-1351-419b-89f8-2cbfb7579257", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToHvacRelationship\",\"$etag\":\"W/\\\"373446e0-deb9-44b9-b777-6e5e278f19fa\\\"\",\"$sourceId\":\"floorTwin537489\",\"$relationshipName\":\"cooledBy\",\"$targetId\":\"hvacTwin381800\"},{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"18446385-c19f-4332-87ff-ea2f02311045\\\"\",\"$sourceId\":\"floorTwin537489\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin450987\",\"isAccessRestricted\":false}]}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987/relationships?relationshipName=containedIn&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3e0cb4ca-8c81-48a0-8c69-56a4885092c5" - }, - "Response" : { - "content-length" : "219", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-38a665dd79e51da9ee9d0def8aed270e-498b1b4a8067125c-01", - "mise-correlation-id" : "12ba8dd6-291d-4a33-8dd3-e08e3d050b64", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"3f1466bc-26a4-472d-800b-88257a2c1fa7\\\"\",\"$sourceId\":\"roomTwin450987\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin537489\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6a01a05c-3d9d-419e-a5cd-2aaf014bc786" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-949ec3c85d479bb2deb50be14bd86db0-ebc1684489fbf661-01", - "mise-correlation-id" : "32ba8229-a183-4a56-b5ee-b3b91e5c9ffb", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "03795152-bc5f-4d04-98e1-ca0b680468ca" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ca94c6fad8087184b778341da79a889c-fde349b4a2257085-01", - "mise-correlation-id" : "e387a4f7-6411-4984-a2d6-7d1d52bb4813", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToHvacRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5b0b25c7-3311-4b78-b1af-9df33c2ed8cc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a1a08ea9f97ee82ce50db47bf91865df-48b6e0b45e60a770-01", - "mise-correlation-id" : "d2ea68f3-d017-4d52-9eef-add266b4c09c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800/relationships/HvacToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c49886d3-b315-4195-b251-1f0cc595ff51" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-91d0a8ee7c1dc51ed359c8bee6b9aa72-762c2356a11ab54a-01", - "mise-correlation-id" : "49d3b690-1b24-4d9a-b202-d3cf027e7bc4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb749894-acef-4d2d-aad0-421d1a170430" - }, - "Response" : { - "content-length" : "307", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-032c35959baa052e19e3a36f5d963db7-9b85173d13daefa5-01", - "mise-correlation-id" : "fb8ac57f-ac06-4d16-a467-2578d8840e5d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"RelationshipNotFound\",\"message\":\"Relationship FloorToRoomRelationship not found on twin floorTwin537489. Please verify that the relationship id is valid and ensure that the relationship is not deleted. See section on listing relationships in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f1d78fcf-ddfa-4827-8414-f9ac46872689" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-38194fcb4d626f8c805baf2a0278d5b9-b2342a287fbd4184-01", - "mise-correlation-id" : "ce0e1b49-6120-4ff6-8269-c8fa211ac0e1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "99aa8184-2c64-463b-893d-ece8080001e4" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de505e9623a70b3e114724cb94b0838a-7c83ac2e7f4c5963-01", - "mise-correlation-id" : "ebf789f8-3a27-4336-8ed5-e12e71dc5cbf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "54469abd-a45d-4aba-9ab4-c81e17b51592" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ea96655159841700fbd86f568a8f9403-322c11bdc4c7c62d-01", - "mise-correlation-id" : "894cb9b7-a574-4337-b225-a501ce8d02fe", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin537489?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e689347e-e3f5-4bb7-bda8-b6e5a30ba3f9" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d8c6a6c57f3c94af0b933578c2f78ab0-4580cad378554182-01", - "mise-correlation-id" : "27928497-b974-451d-a6ee-c3119f188ab7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin450987?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5de2d61f-9693-4af9-aacc-0e4795de8e28" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a8936938c7eff9407176690bf29ba5f8-99c772693eb4ce7b-01", - "mise-correlation-id" : "d5510097-2d02-46ff-a1ca-67ebf449a203", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin381800?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8f15852d-f31a-48ef-83bf-3e70ddf02ad0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b3def1c6f3d843f38c21029cefa78e52-684a0230050f025c-01", - "mise-correlation-id" : "63385f50-0a3d-41fb-99b2-375abb4c1fa5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1604832?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2def98d-d489-4b6f-8a90-1874018d7a9d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c1e64cfa64aa9663bddfe4635732a552-aa663af9a7b38f3f-01", - "mise-correlation-id" : "805ee9bf-54e3-4701-92b8-f7710298607b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1319909?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0f21fd82-a820-41c9-8f4c-bfe0e1c40c3a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d374efcae889bb7717cd95432d9bb9c0-5bba72eecedeaf18-01", - "mise-correlation-id" : "992c9a0a-915a-432a-af91-f9e9a14a3590", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1005196?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c862e650-233c-461b-8a82-6a17d58747cc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-670d5c3c8f9b13a140e3642e75298aa6-3b5757391f7ced04-01", - "mise-correlation-id" : "639c619c-0643-438c-a876-a3eb0df0b53d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:29 GMT" - }, - "Exception" : null - } ], - "variables" : [ "826054", "531121", "227318", "75960c", "672109", "503022" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipListOperationWithMultiplePages[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipListOperationWithMultiplePages[1].json deleted file mode 100644 index a144068874119..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipAsyncTest.relationshipListOperationWithMultiplePages[1].json +++ /dev/null @@ -1,2013 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1956719?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2da02070-ea64-4fa9-80c5-d87ebcd45353" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-521d9bd0a92c581c50699f9d68b7638c-3a719c4cc6a44961-01", - "mise-correlation-id" : "40876e8d-4f07-4e39-a0fb-750378db3b11", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1956719. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1797609?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8421ffc7-9017-49df-b3e2-b0520ea5a3b9" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7bb3039c85d75cdb2c580c1cb2adea98-4bc6d0bc3872a2be-01", - "mise-correlation-id" : "2e7fc322-2733-4905-8b85-befe9cda756c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1797609. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1984328?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ca45a94e-0e24-47b9-bc23-c68898cdf142" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ce2b527a32b0d8a92febe93ebd7ebae5-53e7cf4236f2e71a-01", - "mise-correlation-id" : "fafe5bcb-b401-4d04-815b-6165abb418a7", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1984328. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:32 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "31e14d6d-0d26-44fd-9c07-4620e35efe94" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2283632f6fee3b0390e285e4b5053da2-af27c1b3d1239ccb-01", - "mise-correlation-id" : "8af527b5-95d5-4fd9-83ae-0d3337a35e6c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin276224. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "37b1aecd-8ecd-4e73-a74d-3a55d24e803a" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f0d5e04817e06e3f525ece11f238477f-3814de3a2ff7d3bf-01", - "mise-correlation-id" : "7bd68e0b-c6ad-4fa9-b7b6-840784cb93f2", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin594277. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin813481?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ba5a2089-d4b4-4d37-a1ad-46f0b7be0347" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5ade54bf530fe8c9794b5d446d4f5afb-52d4036749479d4e-01", - "mise-correlation-id" : "3dbaa423-1a8b-4212-bf76-d5ec997bcefc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin813481. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "62b942c5-6c25-439d-a274-711da8282824", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "565", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3d5c4aac68b5561c1a132dca3b5a369b-cf54c7e41121e4e5-01", - "mise-correlation-id" : "b07fb066-3189-48d0-82c6-de6c9b5ea692", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1956719\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:33.687008+00:00\"},{\"id\":\"dtmi:example:room;1797609\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:33.6870457+00:00\"},{\"id\":\"dtmi:example:hvac;1984328\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:33.6870724+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7d95bb6a-96e6-448b-a432-c6712bb90b2b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e3bc1555-1eee-4409-80ec-131d6e6af671\"", - "traceresponse" : "00-9ca4ed34f7f3819a76cd431df61bce2f-b870c28f5040682c-01", - "mise-correlation-id" : "cd0f905d-961d-4ea8-b292-ad5fedeca574", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin276224\",\"$etag\":\"W/\\\"e3bc1555-1eee-4409-80ec-131d6e6af671\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1956719\",\"$lastUpdateTime\":\"2022-06-29T13:42:33.7655925Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.7655925Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e6394f04-fff0-48c6-b1b0-7fc2028ba112", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9bd56c79-7cf3-43f9-8046-1c75adbdfa31\"", - "traceresponse" : "00-8efd247660f397668a03f0a20c48ba10-0e554c0820449bd6-01", - "mise-correlation-id" : "0926e371-b34c-4305-b8e1-9f1fc64d3284", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin594277\",\"$etag\":\"W/\\\"9bd56c79-7cf3-43f9-8046-1c75adbdfa31\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1797609\",\"$lastUpdateTime\":\"2022-06-29T13:42:33.8421042Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.8421042Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.8421042Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.8421042Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.8421042Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin813481?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a6779ec6-76ed-44f0-8670-3f437864bd2b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"16567c7a-dfc7-4d16-bd6f-7092da80047b\"", - "traceresponse" : "00-856d4813027f6289a196d909612fe74b-aa45c5c489c0bd82-01", - "mise-correlation-id" : "1c8891b3-e08a-4519-8b4c-5174f25d20d6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin813481\",\"$etag\":\"W/\\\"16567c7a-dfc7-4d16-bd6f-7092da80047b\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1984328\",\"$lastUpdateTime\":\"2022-06-29T13:42:33.9290367Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.9290367Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:33.9290367Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship96d5043a-9195-4315-8e69-7c02b75603a5?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8f59d80b-4529-4bdb-9269-ec844ecea769", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b0a18902-39ca-43eb-9586-a810955ca62a\"", - "traceresponse" : "00-7e54038c84e086864f9bc15b4da7b306-66512fa018916b7b-01", - "mise-correlation-id" : "f3b8ffc9-04a4-4ca7-8b95-0c8c9bcc39ef", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship96d5043a-9195-4315-8e69-7c02b75603a5\",\"$etag\":\"W/\\\"b0a18902-39ca-43eb-9586-a810955ca62a\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship60149926-708e-4642-ae91-d1b19d9719cd?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3ebc4342-8b45-4824-9de6-337f02da16d4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0fda170b-6614-4f04-b39a-2afe9fbe3f06\"", - "traceresponse" : "00-b4a9a72f54009cb64fa2fb54091f6619-857cd43f530ff685-01", - "mise-correlation-id" : "79ea5c5f-ef33-4feb-b4d4-bef6cd2a6882", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship60149926-708e-4642-ae91-d1b19d9719cd\",\"$etag\":\"W/\\\"0fda170b-6614-4f04-b39a-2afe9fbe3f06\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship70b4ecfb-7651-4c52-a62f-8735b46d8ee1?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8e6f569a-95c7-4b78-8b7c-4455b8f90fa1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"85ab2582-3c2a-47fa-bd41-e3c097ec7544\"", - "traceresponse" : "00-8fc10a2a6b3850c585d7ddf6d02ea8ca-6759d2826a6e1716-01", - "mise-correlation-id" : "a23f4233-dec0-4427-96d9-c0e19cbfa2f3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship70b4ecfb-7651-4c52-a62f-8735b46d8ee1\",\"$etag\":\"W/\\\"85ab2582-3c2a-47fa-bd41-e3c097ec7544\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship97d0e8ae-a1ff-4597-a3a0-af0022d1cf43?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4d081cee-e598-4bdb-9f03-92b07ea72676", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"a8a5c6b1-1beb-4d5f-94d0-87b538a3e038\"", - "traceresponse" : "00-180f52928ec0aaf1a7dcf5d03c355fd1-061efaafe9f61762-01", - "mise-correlation-id" : "7237b77d-4378-468a-a525-2acc2fa4457f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship97d0e8ae-a1ff-4597-a3a0-af0022d1cf43\",\"$etag\":\"W/\\\"a8a5c6b1-1beb-4d5f-94d0-87b538a3e038\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipd1e1c5f0-ceb8-4c7a-a516-f34844c18626?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "380fc65d-3e90-4655-be54-af7c0aa6b70a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"a0b953c7-4657-42e2-8770-33070cb4fa8f\"", - "traceresponse" : "00-30532a55b099893d6178bd3f06768558-d845e5dd9769b5d9-01", - "mise-correlation-id" : "9a00ee94-f3d3-40a7-bada-4f5ef3724b1a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipd1e1c5f0-ceb8-4c7a-a516-f34844c18626\",\"$etag\":\"W/\\\"a0b953c7-4657-42e2-8770-33070cb4fa8f\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship9530f640-8313-4c8c-a0f9-4e121f22784d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3e503043-2114-42a6-8d60-77eb6b3bcc79", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"979b7735-06b3-49b1-9b13-456d1daf8ec5\"", - "traceresponse" : "00-7ac6670347efdc3670d6d866c87847d8-d40e82520df87ea6-01", - "mise-correlation-id" : "c31788f6-53ed-4e83-9f95-b518e792d1c7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship9530f640-8313-4c8c-a0f9-4e121f22784d\",\"$etag\":\"W/\\\"979b7735-06b3-49b1-9b13-456d1daf8ec5\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship59bdde98-f188-4f6b-85bf-2a34eabf33ac?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b0fcd66a-cf35-45d3-b7bc-a6bebd9f6ca8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2f34338c-1811-4e5a-8024-9d9ffdfca484\"", - "traceresponse" : "00-852a7f5cade01c45e8491387de629bd2-c065518402369a26-01", - "mise-correlation-id" : "4b27dd77-00fd-468a-b36f-df63aab137c6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship59bdde98-f188-4f6b-85bf-2a34eabf33ac\",\"$etag\":\"W/\\\"2f34338c-1811-4e5a-8024-9d9ffdfca484\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship7565f1e7-e7b8-4fe1-976f-3420928a8304?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e23c5b37-650d-4040-b6cb-83900e0e43a1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"533da044-d9ae-413b-8402-d450d8380d74\"", - "traceresponse" : "00-9ac44dec9f79a648af0f3ffa66045758-f85a8fb59273fefe-01", - "mise-correlation-id" : "048716d4-07ab-446f-ab78-d1b1e8597e52", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship7565f1e7-e7b8-4fe1-976f-3420928a8304\",\"$etag\":\"W/\\\"533da044-d9ae-413b-8402-d450d8380d74\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipf2098832-2945-4f6a-ad97-58111d1f1396?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "852239d1-75c7-4a8e-a009-83bc461dd6c8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"cbee1870-1954-426f-a3b6-2489cd42d621\"", - "traceresponse" : "00-18f8fa31b867884634c03864fc74a87f-b20ffc54c714f3ff-01", - "mise-correlation-id" : "9cc7532b-b3b9-40f4-9f16-f4af95999bc6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipf2098832-2945-4f6a-ad97-58111d1f1396\",\"$etag\":\"W/\\\"cbee1870-1954-426f-a3b6-2489cd42d621\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:33 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipd58e5df6-8840-486e-b895-ad53a207be52?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "50c7169a-d3f0-4d6d-8c2f-4d9d14a43078", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1ee25c22-c7a0-437f-9f8b-180c15e73360\"", - "traceresponse" : "00-8d32623e37eca1679d107fbb5e62219a-ce00f6134a68ad93-01", - "mise-correlation-id" : "8c08e31a-0d82-4fb9-b4e7-acc7b1d3368a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipd58e5df6-8840-486e-b895-ad53a207be52\",\"$etag\":\"W/\\\"1ee25c22-c7a0-437f-9f8b-180c15e73360\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship41461b1f-f659-41cd-bb70-4666c92a7dfe?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3a229aab-86ff-4e15-a58d-5adfe6ad4f81", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"06ed3bd0-e139-4fa8-b421-dbd24135208c\"", - "traceresponse" : "00-0109ad85721f3dc2309458399685e37c-031bd4b076b99a7f-01", - "mise-correlation-id" : "aa5e8894-e419-4591-86a4-8cf5e92a3c9e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship41461b1f-f659-41cd-bb70-4666c92a7dfe\",\"$etag\":\"W/\\\"06ed3bd0-e139-4fa8-b421-dbd24135208c\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship8cbcc85b-ce3b-4d0d-a257-e6cfdfabffb0?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "427ec2e6-a078-478d-9ac0-d68ece312282", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3d1be668-903c-4f7d-9d36-e486ca049942\"", - "traceresponse" : "00-6da793d87fd116d90962349452257e12-3bc9698c75ddbe3e-01", - "mise-correlation-id" : "d2523b9d-a3b5-48e5-9cfe-1919c1914c6f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship8cbcc85b-ce3b-4d0d-a257-e6cfdfabffb0\",\"$etag\":\"W/\\\"3d1be668-903c-4f7d-9d36-e486ca049942\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship65153845-a8fa-4f42-a11c-07a706b46014?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "93d1c65b-ebe0-4b84-a512-725fdae47b62", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b4f69b47-1cac-451d-bf4b-900bbcb34270\"", - "traceresponse" : "00-2f2c9cd4f5e45b4796025f4b0fc427c5-db53363e9a12f52c-01", - "mise-correlation-id" : "7d3324b8-2cbf-4dcc-9fd9-5325c9fed8db", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship65153845-a8fa-4f42-a11c-07a706b46014\",\"$etag\":\"W/\\\"b4f69b47-1cac-451d-bf4b-900bbcb34270\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipae00e7a5-c4dc-4fa5-a253-fb063762b9f0?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f798ed43-aeab-4845-a257-9667389fd6d6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8a7f2066-a7a4-4733-8a8e-00e8d9d13d26\"", - "traceresponse" : "00-a62b55fe0e9e6341882217dc535abec4-f1375c3ec37bf8ef-01", - "mise-correlation-id" : "4b89f5be-499d-4c73-8aea-5b3c650a655a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipae00e7a5-c4dc-4fa5-a253-fb063762b9f0\",\"$etag\":\"W/\\\"8a7f2066-a7a4-4733-8a8e-00e8d9d13d26\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship0a0207ea-87f8-46b0-bbcd-c30c764ce08c?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "01bbce81-80f2-4770-9f10-4fc61ce97f09", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"bd6b5aaf-3e8a-4b46-80f2-104957d8034c\"", - "traceresponse" : "00-1633a3aad79f783a44c318423951b5f8-ef4490d9e4d91aeb-01", - "mise-correlation-id" : "5ddb8423-3f5a-44b0-9790-9506d7e45d8e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship0a0207ea-87f8-46b0-bbcd-c30c764ce08c\",\"$etag\":\"W/\\\"bd6b5aaf-3e8a-4b46-80f2-104957d8034c\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship410a48c0-7f83-47ab-9c6b-bf0635947536?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f1141bf-3c19-4b09-92bd-b1bdf797300d", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"599d1bf9-249f-4a8c-8c41-27817749eab4\"", - "traceresponse" : "00-545b0e9b5980aba8d9543c4b1edb8fbb-cdf86f321f5235b6-01", - "mise-correlation-id" : "512cdf50-877b-40a1-8217-9cb50c884226", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship410a48c0-7f83-47ab-9c6b-bf0635947536\",\"$etag\":\"W/\\\"599d1bf9-249f-4a8c-8c41-27817749eab4\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship03138814-2eac-4f85-b649-e8a7617ac179?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "863111c9-aa74-428f-ae55-d9779c3f01ee", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"15e6c929-91fd-41e4-95f7-a501605e7ecf\"", - "traceresponse" : "00-44521149d50039526cc0407740aaeb29-1880f4ef3bb5ebc0-01", - "mise-correlation-id" : "71e775e9-9ce5-446f-b5b6-41154e732388", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship03138814-2eac-4f85-b649-e8a7617ac179\",\"$etag\":\"W/\\\"15e6c929-91fd-41e4-95f7-a501605e7ecf\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship554f0937-6c29-4cfd-806a-30116bfb882e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e50e43b1-dc75-4148-87f2-1b54644238ef", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0710c8a8-01ef-4eaa-bf1c-655d2f1d7041\"", - "traceresponse" : "00-1180b9d765090b8e138bf95a4fbfceff-8db59c1420b57b22-01", - "mise-correlation-id" : "3dfd1c5c-5718-4644-b9b6-28d7e803492d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship554f0937-6c29-4cfd-806a-30116bfb882e\",\"$etag\":\"W/\\\"0710c8a8-01ef-4eaa-bf1c-655d2f1d7041\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship5e8d684b-2e7c-41a8-a66c-f2bc6d4d544d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "28026ad6-2459-4999-a629-9001d2da7fce", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"604ad6ed-2c53-4b3b-b24c-80dc961a1539\"", - "traceresponse" : "00-1ffdd7eb5248a8ef043fc201faa9f00a-8daa4c1535989c78-01", - "mise-correlation-id" : "76007362-5eb9-40f4-82d9-236b2ce4612d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship5e8d684b-2e7c-41a8-a66c-f2bc6d4d544d\",\"$etag\":\"W/\\\"604ad6ed-2c53-4b3b-b24c-80dc961a1539\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship69a084e4-1be8-4dfe-85f0-4e74f1f1885d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "44eac5ca-0903-438e-ac7a-317a3c59ec55", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"69f05550-5861-48b0-9216-76188a792168\"", - "traceresponse" : "00-f423726cba79c2b93813be62b5db10f2-835fe33015b2569c-01", - "mise-correlation-id" : "148846e4-b815-4fe8-a997-eaf289de8809", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship69a084e4-1be8-4dfe-85f0-4e74f1f1885d\",\"$etag\":\"W/\\\"69f05550-5861-48b0-9216-76188a792168\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipf2ed62ae-dcfe-4ec2-8f33-6ad7d5852378?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "60c93180-768c-4d6c-9fea-1843092d4cf3", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"4cdc5f8a-cc0a-4929-a8f7-9f99eda5a8cf\"", - "traceresponse" : "00-2b3a3d0f0b94f38f57e5e42ae674c7ed-0fbaff9e61916b64-01", - "mise-correlation-id" : "fb9a97d4-22d4-4451-9404-b405e2a141e0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipf2ed62ae-dcfe-4ec2-8f33-6ad7d5852378\",\"$etag\":\"W/\\\"4cdc5f8a-cc0a-4929-a8f7-9f99eda5a8cf\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship4b232a82-7f16-426e-95d4-553a861246b2?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b05a4c0f-108b-469a-b41e-5804e2d75ba2", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9079d69b-81d2-4708-baac-fc7885c495d4\"", - "traceresponse" : "00-ffeea4f32ebe6287691487d6d40683d0-ce8eacbbfa9248c4-01", - "mise-correlation-id" : "cd25a580-9783-4522-adad-67d80f7a1857", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship4b232a82-7f16-426e-95d4-553a861246b2\",\"$etag\":\"W/\\\"9079d69b-81d2-4708-baac-fc7885c495d4\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "72df4d41-1fc0-46df-8c0e-66dec6882a2b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1b45b09c-f469-4862-a8bf-a5502e35cdee\"", - "traceresponse" : "00-152c0899b3f1c0c4ea96a1c3598ef84d-8d6d38a765c87753-01", - "mise-correlation-id" : "082bf2f3-c53a-4330-8093-7519d9cf3dd6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526\",\"$etag\":\"W/\\\"1b45b09c-f469-4862-a8bf-a5502e35cdee\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship79813e4f-b2f6-4c82-ab19-50a6fe05fdbc?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2ffdd5f0-a47f-4e26-b685-cf2204866cd1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e71d5a58-1c1e-4f96-8dd8-ab09fddb1f21\"", - "traceresponse" : "00-77fb7921fb03b4322ab1e0e2463a1add-f46720974d4d2753-01", - "mise-correlation-id" : "b757e56e-988e-4355-8cf1-4e967add15b9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship79813e4f-b2f6-4c82-ab19-50a6fe05fdbc\",\"$etag\":\"W/\\\"e71d5a58-1c1e-4f96-8dd8-ab09fddb1f21\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship910ff413-71ba-48aa-a3a0-998aa2283275?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "04c14924-51e2-4447-88b4-9f447046114a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6c96967a-4798-4788-afa9-8268b7c3f608\"", - "traceresponse" : "00-c4678bfb8cafad6f74e28ed7bf530105-365b631104dee597-01", - "mise-correlation-id" : "5af22eb8-31a2-49b7-8d19-c38558b71eb0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship910ff413-71ba-48aa-a3a0-998aa2283275\",\"$etag\":\"W/\\\"6c96967a-4798-4788-afa9-8268b7c3f608\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipa712a9b2-2336-4e0d-9747-94579556436b?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c5dd1095-4e36-43cd-b012-04033cbf73a6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"04e7623c-1e3c-47cd-8870-d00e56194336\"", - "traceresponse" : "00-2b695b1da564dcfe41641c87fcbb60d0-96c6f13a29187f17-01", - "mise-correlation-id" : "296e519e-cc06-4abc-8ace-fde0b1c7b0e0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipa712a9b2-2336-4e0d-9747-94579556436b\",\"$etag\":\"W/\\\"04e7623c-1e3c-47cd-8870-d00e56194336\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship74fb76dd-21bb-49ca-85b0-e391ab494353?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "84c6d32f-5916-4707-a223-3807ce03c530", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1b514c92-2553-45d7-bf90-d1b5a78bd747\"", - "traceresponse" : "00-4698561ca8b54e17cabc04b43960f270-32446c543ca8907c-01", - "mise-correlation-id" : "925a83db-56da-4b9a-be9c-dca2c2b3bbf5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship74fb76dd-21bb-49ca-85b0-e391ab494353\",\"$etag\":\"W/\\\"1b514c92-2553-45d7-bf90-d1b5a78bd747\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "36af3fa8-f83e-46c2-a8e1-b1aac5b8f14e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e116f98f-8ace-4bf0-9e40-9a2fca0ff6fa\"", - "traceresponse" : "00-1d33804a48a201fbbf30b024d23cbd40-4b1fd7c9b5ecfd02-01", - "mise-correlation-id" : "1a907fd5-6c24-4101-a9a5-acf6f10a8167", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f\",\"$etag\":\"W/\\\"e116f98f-8ace-4bf0-9e40-9a2fca0ff6fa\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship398af84a-ae99-43ac-bbaa-07be98c4766e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2b63e1d2-f4b4-43e9-827b-482251ba82aa", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"73162c6c-9bcb-4c09-9405-5d7717acf08d\"", - "traceresponse" : "00-d8c82c3c1c71f04d6c56f0292321bfbd-5dd8b15875282e12-01", - "mise-correlation-id" : "6617b0c1-dcf4-4d29-85df-5fbfb9a9b41f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship398af84a-ae99-43ac-bbaa-07be98c4766e\",\"$etag\":\"W/\\\"73162c6c-9bcb-4c09-9405-5d7717acf08d\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipbca5cf13-f8cf-457e-88f6-1ff353aaeb14?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7b3a2c74-8863-4aae-ba2d-37ca35984ff7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f29973ce-f7ed-4588-ac46-9d559eff85ee\"", - "traceresponse" : "00-b6a90095d1ad34d83e6e48c788fa6358-73fe539d82a1e415-01", - "mise-correlation-id" : "2327c222-66cd-43b9-8201-6aa35bbae00d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipbca5cf13-f8cf-457e-88f6-1ff353aaeb14\",\"$etag\":\"W/\\\"f29973ce-f7ed-4588-ac46-9d559eff85ee\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipa841e8f1-2bae-4b05-a55c-7c1817170725?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "112b5cbd-5543-4c0e-844a-4996d73d96ec", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0c1d1cd9-8542-497a-9e5e-531918d2e8c5\"", - "traceresponse" : "00-f2a4bd6d7c6b65374b64c01176fc3109-303c861368b0a14b-01", - "mise-correlation-id" : "872c99ef-ba34-47f5-986e-1cf4651def0e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipa841e8f1-2bae-4b05-a55c-7c1817170725\",\"$etag\":\"W/\\\"0c1d1cd9-8542-497a-9e5e-531918d2e8c5\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship9b748d7b-6638-4d0e-a5c2-4d764c8fdfbd?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f48aaa4e-962c-4571-a2b7-fa3ea2aab381", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b4cb276b-3965-4ed2-8283-944e89f0f040\"", - "traceresponse" : "00-ed9573f048c278a1eab0daceae8f59c1-cf54d0a1e9ea17bd-01", - "mise-correlation-id" : "b993ac50-e8de-47b6-b7f8-5ba75d2b4e2b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship9b748d7b-6638-4d0e-a5c2-4d764c8fdfbd\",\"$etag\":\"W/\\\"b4cb276b-3965-4ed2-8283-944e89f0f040\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipdce137f1-acbc-475e-9979-beafdb4f6e68?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c0a2acec-f24b-4f62-a8ff-4b7aeb9883e2", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ada35100-1d7f-4c91-beb8-1b16d3954995\"", - "traceresponse" : "00-457269715a763b60b3b107756e08fbd1-65697233c53805a4-01", - "mise-correlation-id" : "fa552075-58c3-47d3-a826-03ea751e4f31", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipdce137f1-acbc-475e-9979-beafdb4f6e68\",\"$etag\":\"W/\\\"ada35100-1d7f-4c91-beb8-1b16d3954995\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipd33bcbd6-7c0f-4beb-85e5-9683315ae560?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5b99812a-beec-4e1e-bb8a-5eb0df8cd0c4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"929a9db7-44b2-4edc-859d-4c5bf2a58b33\"", - "traceresponse" : "00-3f41d95324b962eddfdb0eea0cded3fe-962c138ba16e3220-01", - "mise-correlation-id" : "6a359d13-26c1-42a3-9521-af2a0fc26553", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipd33bcbd6-7c0f-4beb-85e5-9683315ae560\",\"$etag\":\"W/\\\"929a9db7-44b2-4edc-859d-4c5bf2a58b33\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipbd82e389-a476-4208-905e-7bb0f17e819f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a3b8e557-e441-40f6-9598-1b774e3f49bf", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"23092ab5-e4c5-4257-925d-cbd4cf7de22b\"", - "traceresponse" : "00-97fd9a4a0adaff6102e06ce499954f96-45b95404aadd14e3-01", - "mise-correlation-id" : "db38972b-db89-40bf-b5b7-abbe82c9d8b1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipbd82e389-a476-4208-905e-7bb0f17e819f\",\"$etag\":\"W/\\\"23092ab5-e4c5-4257-925d-cbd4cf7de22b\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship5c9362a1-caf4-4f93-aad4-06f438cb33af?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a00fa09b-0efb-4134-90c4-780ddb7a4ca7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"469a1147-dd34-4811-a94d-de8fde961bfb\"", - "traceresponse" : "00-046c82c664617a0851cb2d57e5ea2269-035c33c1458c6c81-01", - "mise-correlation-id" : "8df1fd6a-b232-462f-beb5-5e7783aaae6e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship5c9362a1-caf4-4f93-aad4-06f438cb33af\",\"$etag\":\"W/\\\"469a1147-dd34-4811-a94d-de8fde961bfb\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipaf83853d-ccfc-4be9-907b-d081e41cbe28?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a82e39df-1508-4feb-8db7-f4deb5ffa830", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fe97686c-948b-4843-b603-34a6a6212570\"", - "traceresponse" : "00-ff6a520811cca99580b9ef122e48e454-4a6799a6ae56a1fe-01", - "mise-correlation-id" : "03d4a513-f094-40da-be13-db77e2f8836d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipaf83853d-ccfc-4be9-907b-d081e41cbe28\",\"$etag\":\"W/\\\"fe97686c-948b-4843-b603-34a6a6212570\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship482b532a-ae3a-428f-a2a5-b735af5a2d67?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "56cb785c-0a04-46d8-8dcf-a096bd82ad8a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f61e1d75-fb1d-4516-956b-f1583d1d3d69\"", - "traceresponse" : "00-231fb7085146e37572155a635ecbe40b-5199283a47fa7ce3-01", - "mise-correlation-id" : "a792fc92-6498-4ff4-bf46-71d157a4ab24", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship482b532a-ae3a-428f-a2a5-b735af5a2d67\",\"$etag\":\"W/\\\"f61e1d75-fb1d-4516-956b-f1583d1d3d69\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship65934e0a-92c1-4292-8d36-47d179930e3d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4ebccce2-d627-45c4-accd-2e3a8c2894bb", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"5579a340-74bc-4e72-aa0e-8e576bf7182e\"", - "traceresponse" : "00-1c9262e22b80a8f7bd97b67363bf3a3b-7f9638840cf9282c-01", - "mise-correlation-id" : "7fe22de2-f3f6-4fb4-8b37-07319646fce7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship65934e0a-92c1-4292-8d36-47d179930e3d\",\"$etag\":\"W/\\\"5579a340-74bc-4e72-aa0e-8e576bf7182e\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship38ba1d5f-11d3-4191-aed1-5bf9cdfef1c7?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "de8ad6b9-d11c-4fe7-8b20-e4dd7108dc10", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9fa2863b-9508-4025-9dd8-bfaff020bcfc\"", - "traceresponse" : "00-ea30a8f2723c8104321cbd2097d69731-88ff9bdd171d636f-01", - "mise-correlation-id" : "2d71da03-5993-4b86-8c24-741023c0a520", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship38ba1d5f-11d3-4191-aed1-5bf9cdfef1c7\",\"$etag\":\"W/\\\"9fa2863b-9508-4025-9dd8-bfaff020bcfc\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship5f234cc5-7405-44be-8506-6eaa48fbdb52?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d37239ad-66bf-46ef-a698-3b8dec80e9dd", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9ec8d0d3-5840-453d-9340-dc352b62de7f\"", - "traceresponse" : "00-73fe991ab14d33b8fd2d7d1c328f5fa8-f1ab33e34ede2f51-01", - "mise-correlation-id" : "7db114ae-29f4-4f45-87b3-f38b5ea970e6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship5f234cc5-7405-44be-8506-6eaa48fbdb52\",\"$etag\":\"W/\\\"9ec8d0d3-5840-453d-9340-dc352b62de7f\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship4dff8646-3e60-45ca-a39c-7a77f5f3e3a9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9517d4a8-fc41-4578-ab21-86e361e3bb45", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"65dca517-ad4e-4389-912f-4c775c7c60e5\"", - "traceresponse" : "00-c4e7cef8f243e12d6ddf8b848985de70-fc6175b363b1fb05-01", - "mise-correlation-id" : "f42bafa6-71cf-4fe8-a5e4-042688f13145", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship4dff8646-3e60-45ca-a39c-7a77f5f3e3a9\",\"$etag\":\"W/\\\"65dca517-ad4e-4389-912f-4c775c7c60e5\\\"\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin276224\"}", - "Date" : "Wed, 29 Jun 2022 13:42:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2ecfa91-ccba-4e27-a98a-627c8152556a" - }, - "Response" : { - "content-length" : "2754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e1c4738f9c74f3ce6cb19fe1ae0b8c61-f4c010f89bc3390d-01", - "mise-correlation-id" : "15ec5e5c-12fb-42f2-b751-896213ac9006", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships?continuationToken=FloorToRoomRelationship69a084e4-1be8-4dfe-85f0-4e74f1f1885d_floorTwin276224&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship03138814-2eac-4f85-b649-e8a7617ac179\",\"$etag\":\"W/\\\"15e6c929-91fd-41e4-95f7-a501605e7ecf\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship0a0207ea-87f8-46b0-bbcd-c30c764ce08c\",\"$etag\":\"W/\\\"bd6b5aaf-3e8a-4b46-80f2-104957d8034c\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship410a48c0-7f83-47ab-9c6b-bf0635947536\",\"$etag\":\"W/\\\"599d1bf9-249f-4a8c-8c41-27817749eab4\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship41461b1f-f659-41cd-bb70-4666c92a7dfe\",\"$etag\":\"W/\\\"06ed3bd0-e139-4fa8-b421-dbd24135208c\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship554f0937-6c29-4cfd-806a-30116bfb882e\",\"$etag\":\"W/\\\"0710c8a8-01ef-4eaa-bf1c-655d2f1d7041\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship59bdde98-f188-4f6b-85bf-2a34eabf33ac\",\"$etag\":\"W/\\\"2f34338c-1811-4e5a-8024-9d9ffdfca484\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship5e8d684b-2e7c-41a8-a66c-f2bc6d4d544d\",\"$etag\":\"W/\\\"604ad6ed-2c53-4b3b-b24c-80dc961a1539\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship60149926-708e-4642-ae91-d1b19d9719cd\",\"$etag\":\"W/\\\"0fda170b-6614-4f04-b39a-2afe9fbe3f06\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship65153845-a8fa-4f42-a11c-07a706b46014\",\"$etag\":\"W/\\\"b4f69b47-1cac-451d-bf4b-900bbcb34270\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship69a084e4-1be8-4dfe-85f0-4e74f1f1885d\",\"$etag\":\"W/\\\"69f05550-5861-48b0-9216-76188a792168\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships?continuationToken=FloorToRoomRelationship69a084e4-1be8-4dfe-85f0-4e74f1f1885d_floorTwin276224&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "58c42841-55b9-413e-8012-325c7e415688" - }, - "Response" : { - "content-length" : "2754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-85fcd2555d4f87d8d1bbc2db6cc36426-8381034524241926-01", - "mise-correlation-id" : "aaaec6ab-3802-4835-a248-1e9da2c5e82f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships?continuationToken=FloorToRoomRelationshipf2098832-2945-4f6a-ad97-58111d1f1396_floorTwin276224&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship70b4ecfb-7651-4c52-a62f-8735b46d8ee1\",\"$etag\":\"W/\\\"85ab2582-3c2a-47fa-bd41-e3c097ec7544\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship7565f1e7-e7b8-4fe1-976f-3420928a8304\",\"$etag\":\"W/\\\"533da044-d9ae-413b-8402-d450d8380d74\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship8cbcc85b-ce3b-4d0d-a257-e6cfdfabffb0\",\"$etag\":\"W/\\\"3d1be668-903c-4f7d-9d36-e486ca049942\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship9530f640-8313-4c8c-a0f9-4e121f22784d\",\"$etag\":\"W/\\\"979b7735-06b3-49b1-9b13-456d1daf8ec5\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship96d5043a-9195-4315-8e69-7c02b75603a5\",\"$etag\":\"W/\\\"b0a18902-39ca-43eb-9586-a810955ca62a\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship97d0e8ae-a1ff-4597-a3a0-af0022d1cf43\",\"$etag\":\"W/\\\"a8a5c6b1-1beb-4d5f-94d0-87b538a3e038\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipae00e7a5-c4dc-4fa5-a253-fb063762b9f0\",\"$etag\":\"W/\\\"8a7f2066-a7a4-4733-8a8e-00e8d9d13d26\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipd1e1c5f0-ceb8-4c7a-a516-f34844c18626\",\"$etag\":\"W/\\\"a0b953c7-4657-42e2-8770-33070cb4fa8f\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipd58e5df6-8840-486e-b895-ad53a207be52\",\"$etag\":\"W/\\\"1ee25c22-c7a0-437f-9f8b-180c15e73360\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipf2098832-2945-4f6a-ad97-58111d1f1396\",\"$etag\":\"W/\\\"cbee1870-1954-426f-a3b6-2489cd42d621\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships?continuationToken=FloorToRoomRelationshipf2098832-2945-4f6a-ad97-58111d1f1396_floorTwin276224&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "517b4ff5-5614-4ce7-9637-f36718ccb48c" - }, - "Response" : { - "content-length" : "278", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c29f8a205075d1e83f59f957d4b5d2e8-65493a5853beea59-01", - "mise-correlation-id" : "b73ce713-f7ad-4740-a5ad-aaf6da13fdc3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToRoomRelationshipf2ed62ae-dcfe-4ec2-8f33-6ad7d5852378\",\"$etag\":\"W/\\\"4cdc5f8a-cc0a-4929-a8f7-9f99eda5a8cf\\\"\",\"$sourceId\":\"floorTwin276224\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin594277\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/incomingrelationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3cf03940-da01-4148-af2e-30750280e369" - }, - "Response" : { - "content-length" : "3771", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-845c68182777be8638d9585846af154f-18d810fdd5b5ebc7-01", - "mise-correlation-id" : "9026b621-6d74-4524-af95-3632042eddb5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/incomingrelationships?continuationToken=RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f_roomTwin594277&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship38ba1d5f-11d3-4191-aed1-5bf9cdfef1c7\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship38ba1d5f-11d3-4191-aed1-5bf9cdfef1c7?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship398af84a-ae99-43ac-bbaa-07be98c4766e\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship398af84a-ae99-43ac-bbaa-07be98c4766e?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship482b532a-ae3a-428f-a2a5-b735af5a2d67\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship482b532a-ae3a-428f-a2a5-b735af5a2d67?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship4b232a82-7f16-426e-95d4-553a861246b2\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship4b232a82-7f16-426e-95d4-553a861246b2?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship4dff8646-3e60-45ca-a39c-7a77f5f3e3a9\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship4dff8646-3e60-45ca-a39c-7a77f5f3e3a9?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship5c9362a1-caf4-4f93-aad4-06f438cb33af\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship5c9362a1-caf4-4f93-aad4-06f438cb33af?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship5f234cc5-7405-44be-8506-6eaa48fbdb52\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship5f234cc5-7405-44be-8506-6eaa48fbdb52?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship65934e0a-92c1-4292-8d36-47d179930e3d\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship65934e0a-92c1-4292-8d36-47d179930e3d?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship74fb76dd-21bb-49ca-85b0-e391ab494353\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship74fb76dd-21bb-49ca-85b0-e391ab494353?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/incomingrelationships?continuationToken=RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f_roomTwin594277&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a59ee0b0-e6cf-4f02-87d0-2dad0c319996" - }, - "Response" : { - "content-length" : "3771", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6578783fd9dcaebda2f5136a077d9a98-d48b69e343bc1dfa-01", - "mise-correlation-id" : "991958f9-685b-4788-8ecf-a1615f9511dd", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/incomingrelationships?continuationToken=RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526_roomTwin594277&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship79813e4f-b2f6-4c82-ab19-50a6fe05fdbc\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship79813e4f-b2f6-4c82-ab19-50a6fe05fdbc?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship910ff413-71ba-48aa-a3a0-998aa2283275\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship910ff413-71ba-48aa-a3a0-998aa2283275?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship9b748d7b-6638-4d0e-a5c2-4d764c8fdfbd\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship9b748d7b-6638-4d0e-a5c2-4d764c8fdfbd?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipa712a9b2-2336-4e0d-9747-94579556436b\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipa712a9b2-2336-4e0d-9747-94579556436b?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipa841e8f1-2bae-4b05-a55c-7c1817170725\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipa841e8f1-2bae-4b05-a55c-7c1817170725?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipaf83853d-ccfc-4be9-907b-d081e41cbe28\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipaf83853d-ccfc-4be9-907b-d081e41cbe28?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipbca5cf13-f8cf-457e-88f6-1ff353aaeb14\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipbca5cf13-f8cf-457e-88f6-1ff353aaeb14?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipbd82e389-a476-4208-905e-7bb0f17e819f\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipbd82e389-a476-4208-905e-7bb0f17e819f?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipd33bcbd6-7c0f-4beb-85e5-9683315ae560\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipd33bcbd6-7c0f-4beb-85e5-9683315ae560?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/incomingrelationships?continuationToken=RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526_roomTwin594277&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "92184c76-7674-49da-a57d-5fee2f682c24" - }, - "Response" : { - "content-length" : "379", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0e6e2506fdebf6755e87d13afed1c439-901b9f976fd62667-01", - "mise-correlation-id" : "82a0788d-779f-4a0a-8eb9-8145812737e2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"RoomToFloorRelationshipdce137f1-acbc-475e-9979-beafdb4f6e68\",\"$sourceId\":\"roomTwin594277\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipdce137f1-acbc-475e-9979-beafdb4f6e68?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship96d5043a-9195-4315-8e69-7c02b75603a5?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3a971d36-cfb6-49db-a4f5-b4ff788ac820" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f0d421b3a73f924d3c8d09aff5f58ea6-1bf5cdcabd7629b2-01", - "mise-correlation-id" : "971b1a56-10da-46a8-9254-f91af5d00977", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship60149926-708e-4642-ae91-d1b19d9719cd?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d014550-99ef-40b2-9902-366534f27eb3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-90d4c656f825bff3884efbdd27fa019b-49b511ac336c5dcf-01", - "mise-correlation-id" : "6214886e-d907-4e0d-88ea-21da6548f5a9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:46 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship70b4ecfb-7651-4c52-a62f-8735b46d8ee1?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6e2d57b0-aa25-46e0-b82d-3e33be1ba1f1" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4e3fb641641adc90a6baa68de2b5ebf2-e1972a8ead02ed76-01", - "mise-correlation-id" : "d6ddd85f-966a-411f-81a2-083733c1892e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship97d0e8ae-a1ff-4597-a3a0-af0022d1cf43?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9348d13a-91bc-460f-bd31-34b12ebab420" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a715a9b520d83cd4c8c70784e7b753ad-aae6d63548c14e51-01", - "mise-correlation-id" : "36ae92a3-ac5d-4482-af4f-2965db863d87", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipd1e1c5f0-ceb8-4c7a-a516-f34844c18626?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd195835-8829-43cc-a4be-289601e0b102" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-006c593dc8b85a3b11bbabb48b8e7689-adf924316bfbb424-01", - "mise-correlation-id" : "30c80f42-1912-4d78-9ae0-d8b84878903f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship9530f640-8313-4c8c-a0f9-4e121f22784d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ccb627e4-5b74-4af8-b222-ae577f3b48e9" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8c88f3576dfa520d3058f9745f1096c5-7457293c07fa6642-01", - "mise-correlation-id" : "5b79960c-b434-4f90-8972-b035d6db9005", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship59bdde98-f188-4f6b-85bf-2a34eabf33ac?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ded82613-420f-4b13-b7c9-ba113a107ff2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-282606277dc4769f490fb135b2611c63-29486c712a164f32-01", - "mise-correlation-id" : "0da9296d-63e7-4207-be1d-cb03c4e4e82f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship7565f1e7-e7b8-4fe1-976f-3420928a8304?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1291564d-b7e9-427f-974a-5d7e4c9f43c7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2c9a3a04d9b775c3ef7c9ab5a0a202b4-7b69dbfbd8b47689-01", - "mise-correlation-id" : "4fc32856-d5c7-410c-9f94-a578de5ecf0e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipf2098832-2945-4f6a-ad97-58111d1f1396?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "df00bed8-5757-4a37-9b32-25073faab528" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cbacaec6079b6170d3f1754f20285570-a81f4a7f698d8fb4-01", - "mise-correlation-id" : "7a581bc5-8bbe-4896-8034-d5c1a9bd2069", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipd58e5df6-8840-486e-b895-ad53a207be52?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "270c004c-fdf8-4864-96de-0524c57af6b5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3760e6a76110048822d8605dee716bee-4cfa9fb2aeff2ef1-01", - "mise-correlation-id" : "c8729ff6-be73-45c6-b435-d8ffb358b053", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship41461b1f-f659-41cd-bb70-4666c92a7dfe?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6619c5a3-dcd7-470b-b756-5541741dca4c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7cef6812812aedcec2a6c02db7c6ffaa-3df62a002a3770f9-01", - "mise-correlation-id" : "c2e1c845-e22f-483c-9660-cb0c22e20fb8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship8cbcc85b-ce3b-4d0d-a257-e6cfdfabffb0?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "52373d9a-4a2e-4e38-81cb-f0b7292cf527" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f05e094a820e4ddcdd791eacfa7e89aa-bd4d26a8841a4f02-01", - "mise-correlation-id" : "1c6c5aab-b370-4f57-936d-0034d08168c1", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship65153845-a8fa-4f42-a11c-07a706b46014?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c3221ed7-8dc5-49ab-9941-4c428c0a707d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-29bee47dda8fbef57082b3ab1ea1e8c7-eaa0a8750bc1bff8-01", - "mise-correlation-id" : "a115ad92-bb19-4c85-894f-b09b43f4a7c3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipae00e7a5-c4dc-4fa5-a253-fb063762b9f0?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fa2c8c9f-2c89-4732-9349-a86f80cfdba5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5ede0958bdeeb2fe1dbf47d90be6bb90-fa051510bde16bdd-01", - "mise-correlation-id" : "6ffc03dd-c193-473a-95b4-496c424da0d6", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship0a0207ea-87f8-46b0-bbcd-c30c764ce08c?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "19ed994c-e673-4331-9017-0b00f0a9897a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-39f208372883142b7991f1816bf4a66c-0068a5a046db6ab7-01", - "mise-correlation-id" : "c96784db-732b-4a05-979f-2179bd1006e0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship410a48c0-7f83-47ab-9c6b-bf0635947536?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b44a96f7-2443-4d69-adb9-cdb9b44d8a61" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de1950acdf48851418bc8aed73e2bcb5-5ba6b15764c88be2-01", - "mise-correlation-id" : "fab706e4-5a41-4980-914d-32998f960934", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship03138814-2eac-4f85-b649-e8a7617ac179?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "68c94124-a5e0-4d60-8bec-97b75a60b7cc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4286351a46c42d914fc1ac51515092fa-568e552e5179b82f-01", - "mise-correlation-id" : "1f856f30-e8a3-42ae-a0e9-33bf4040f98a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship554f0937-6c29-4cfd-806a-30116bfb882e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "baf35483-524a-48ac-9625-f6c34e1fb864" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3ef09bcf23356739fb0ee04c095abeff-a3ca2585b5fc788b-01", - "mise-correlation-id" : "73c8ba6c-1e2d-4210-b633-7390db659d72", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:47 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship5e8d684b-2e7c-41a8-a66c-f2bc6d4d544d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "436e9e77-0afc-4038-9d08-43a76307fadc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-646b3cda2f3a4101553d9a907d66c56f-b2c305a45ef9d04c-01", - "mise-correlation-id" : "3818b604-856b-450a-9e8f-d4cab9b8cbd4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationship69a084e4-1be8-4dfe-85f0-4e74f1f1885d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0671232c-76d4-4877-ba10-166b9f4ce3f4" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-290024092c686d7f65295de0615cc49d-6ec424f230f96530-01", - "mise-correlation-id" : "a049ccad-16cc-4ac2-8516-0557d5bc017c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224/relationships/FloorToRoomRelationshipf2ed62ae-dcfe-4ec2-8f33-6ad7d5852378?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "81685bf4-a0ef-4726-815e-126e608ebef7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9a63cf5830105d81c4096c936073ef31-cfb1145baa863fbe-01", - "mise-correlation-id" : "f7cead36-a225-4fea-9683-f1041039a78c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship4b232a82-7f16-426e-95d4-553a861246b2?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f8c829f3-9e37-4d19-8688-67711448678d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-74b4b5cb5b3f5c99a913881ba113137a-63d549e8e9da63be-01", - "mise-correlation-id" : "5b7b462b-82f3-48f2-ba47-2978526c7665", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipd3e39a4f-5bd7-49b4-8f32-e6322510d526?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f9c36e13-ada2-49f2-aaee-c7168033838b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3beb38fac351618e6b6de67726427dfb-b1b50a3760b3bd98-01", - "mise-correlation-id" : "083a95fa-a39e-4557-b490-7bfb7e146a64", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship79813e4f-b2f6-4c82-ab19-50a6fe05fdbc?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1b6d85b4-2f04-4c37-911b-8a71f51bfc2b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eb4d3455e29e19f2e6ff2c4ce9883fd3-2421fc578ae1fcb4-01", - "mise-correlation-id" : "f4850cc6-3e33-49d0-b9e7-6d2aeb4fb21b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship910ff413-71ba-48aa-a3a0-998aa2283275?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b358e7c5-3e20-4672-9a29-df84faaaa58d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5c87baff87a6e4c8174783e1801fae7d-6602ddfe78b1898c-01", - "mise-correlation-id" : "18438323-3bae-4be4-8d5c-cf32550f3618", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipa712a9b2-2336-4e0d-9747-94579556436b?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "623f7444-2b96-486e-99f0-ef4222613337" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c4cb61e795d34f161c89348a5c5f11fd-f676e3675fc4e301-01", - "mise-correlation-id" : "f27f90b7-4f2f-41b5-b2cf-e691ae90dcfb", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship74fb76dd-21bb-49ca-85b0-e391ab494353?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9a7688c2-4ead-4051-94f6-e9f32a67ccf3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ccdb3f2d00a0c60eceb8a2c357c7e1f6-3ddea74923d0a63c-01", - "mise-correlation-id" : "c30e4763-da9e-483d-bb00-ad86aa3ccb28", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship77366d1e-aa24-45e9-9a09-6bf9e0aec31f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b34c919e-bf89-406b-8a69-9b6622f3b7d8" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cc17a3f5caaa02bafdec600e25600f2c-773b889592245b65-01", - "mise-correlation-id" : "4c5f13f3-be15-4c21-a769-9f141b8764c8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship398af84a-ae99-43ac-bbaa-07be98c4766e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8080f570-7285-4ed6-96ce-f141481e9dca" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-930442d478bee5a76d078ec32e3f18a2-26229805c0c4ec99-01", - "mise-correlation-id" : "1b2cfac3-ccf1-4278-b0c0-03dd506aaaf1", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipbca5cf13-f8cf-457e-88f6-1ff353aaeb14?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "486d204c-a141-4b82-974d-3cdebe443d9c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d6a3156503e0f27530fc6dd58475e6d8-9124dd41df9c5650-01", - "mise-correlation-id" : "b7a46469-1f1b-457e-9e72-3940b9b655b0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipa841e8f1-2bae-4b05-a55c-7c1817170725?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "98a25591-c5a0-4728-9ceb-eb9282a8c466" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-35ed9f7d363382681c3412de5d2a53e4-b0101f0a6681e803-01", - "mise-correlation-id" : "bff085ff-4e14-401f-9d81-5433116b24d7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship9b748d7b-6638-4d0e-a5c2-4d764c8fdfbd?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2e152b4c-2ef1-41e0-8ba4-f6a90e9158d3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a735a876428f7198c25d08f8c7cb180d-53d626e7f082aff9-01", - "mise-correlation-id" : "3c805277-9a26-4197-ad16-9f38107620a3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipdce137f1-acbc-475e-9979-beafdb4f6e68?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f4e665ac-4689-4ac4-a098-f77a2b9a3bea" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-24e92df025a66dc4bafd7c8d49a8a3bb-c9e152bf77ffc31c-01", - "mise-correlation-id" : "ea4393c6-f24c-4534-8e9c-c5ddde123ccc", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:48 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipd33bcbd6-7c0f-4beb-85e5-9683315ae560?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "01102c28-5877-41c5-b750-51cd2278d517" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d60ae7e74a39f873a82e045994cbd669-6cd94177cf8b7507-01", - "mise-correlation-id" : "3d061544-dde6-48c8-8cf2-933f64a7dee5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipbd82e389-a476-4208-905e-7bb0f17e819f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5808fc1c-2a48-4921-a201-911e5343f06f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eb2fdd047aceaa36fa5479d3cf25dd06-eb9f540854e9bb2d-01", - "mise-correlation-id" : "edf6b757-7b36-4e36-b55f-506aad8f3f3c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship5c9362a1-caf4-4f93-aad4-06f438cb33af?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "845ab513-1b54-490e-80e4-0a2d5b011195" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dd778442d2e1ddb5ff2c30471864cae1-bf58637e7c13430e-01", - "mise-correlation-id" : "22dad87b-97c8-4c37-a47a-98a24ff9ae0c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationshipaf83853d-ccfc-4be9-907b-d081e41cbe28?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "148d455b-a1bb-4836-82a6-c0d22fb93932" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2356393a96c0cf076137bcaa60bef088-1edf9e19710600eb-01", - "mise-correlation-id" : "980294f4-26d9-42fb-a036-2f0e029e84bf", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship482b532a-ae3a-428f-a2a5-b735af5a2d67?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6cf73ba6-52d2-4c47-88a6-56349730fcde" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-085a836dc6f96ba9fedc8d4fa752f1fa-959cb233b1b180e8-01", - "mise-correlation-id" : "caec56c5-4698-4b8c-818a-17afae5f596d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship65934e0a-92c1-4292-8d36-47d179930e3d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fece60b1-085e-4a6f-b379-3a55dc1a7ad0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-af2021b1bf12dc7759e8dffce9815190-8c394729ebdcf468-01", - "mise-correlation-id" : "e82a8bdf-efb4-4597-ae56-b465b2a97f62", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship38ba1d5f-11d3-4191-aed1-5bf9cdfef1c7?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7c046d6c-0394-4d28-a712-063576f1f427" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c8e3eff0c3d568e200a74391f5540cc0-fdd507089860520c-01", - "mise-correlation-id" : "990786db-9eeb-43a8-a106-588c14473391", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship5f234cc5-7405-44be-8506-6eaa48fbdb52?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "839af12f-9c55-4edf-b5a2-dc3ae660c0a9" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7a90eab0b314eaedf71c84f4c99fae3b-cc62108be24e2c0f-01", - "mise-correlation-id" : "ad0fe714-2e72-4d76-b70b-9a8f058d7211", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277/relationships/RoomToFloorRelationship4dff8646-3e60-45ca-a39c-7a77f5f3e3a9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "00a9d8af-cebe-4c1c-8735-f757e9c5bfa5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fe9e39c3af7883aa7fd2cc55c295a4d1-3efaa9dec30b8b7b-01", - "mise-correlation-id" : "d073d895-7012-4778-b42d-299b95c56d36", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin276224?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4bc612dc-13bb-4a77-9821-99b0254ec0af" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c445adf98b4b4ff65400c7276bac30d5-e1f24fd208707d3b-01", - "mise-correlation-id" : "5162615e-7cc7-485d-935f-05af0ba174ae", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin594277?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "952c311c-506d-46e7-93e5-163b98e6e26f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-524d28803d96b43b07c26f52831c6ab0-72d669ecb11ce8a0-01", - "mise-correlation-id" : "0c6a6afe-78b0-43d3-87d2-d2d99483ede0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin813481?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f1a6625c-b84c-454d-8210-e9fae8b2e637" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-886bd3925c0528a795738250a9efeead-63a9055566ae54e8-01", - "mise-correlation-id" : "a78a0bfd-fc2c-4650-a1d7-670f1f99a08c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1956719?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "427a3c22-4bb5-4af9-8458-91d0b5444165" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-940bb9e49d8602a69fe6c95d33b44d99-ce36e9e5b4a4cc8c-01", - "mise-correlation-id" : "b5119b2f-4f7f-4670-9c96-797bcae3afde", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1797609?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd121b0a-9471-4f81-98d0-13ebb6fa2f68" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-773c9830a3ade7d9d374d1cd0c4af4e3-c71fa0fa7ba5b739-01", - "mise-correlation-id" : "b9ff0fe0-6c11-45ef-bc2a-664919a7fc1e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1984328?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f0652882-604a-4d21-b5c9-e8b6b31dcaf0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6c7853614f9dbe6f610413c98d7a9f4c-d6d92a8ebdc6c799-01", - "mise-correlation-id" : "e4444644-4e0b-44ed-8f79-62cec91eef3e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:49 GMT" - }, - "Exception" : null - } ], - "variables" : [ "17893c", "919821", "10654b", "498446", "71649a", "03560e", "96d5043a-9195-4315-8e69-7c02b75603a5", "60149926-708e-4642-ae91-d1b19d9719cd", "70b4ecfb-7651-4c52-a62f-8735b46d8ee1", "97d0e8ae-a1ff-4597-a3a0-af0022d1cf43", "d1e1c5f0-ceb8-4c7a-a516-f34844c18626", "9530f640-8313-4c8c-a0f9-4e121f22784d", "59bdde98-f188-4f6b-85bf-2a34eabf33ac", "7565f1e7-e7b8-4fe1-976f-3420928a8304", "f2098832-2945-4f6a-ad97-58111d1f1396", "d58e5df6-8840-486e-b895-ad53a207be52", "41461b1f-f659-41cd-bb70-4666c92a7dfe", "8cbcc85b-ce3b-4d0d-a257-e6cfdfabffb0", "65153845-a8fa-4f42-a11c-07a706b46014", "ae00e7a5-c4dc-4fa5-a253-fb063762b9f0", "0a0207ea-87f8-46b0-bbcd-c30c764ce08c", "410a48c0-7f83-47ab-9c6b-bf0635947536", "03138814-2eac-4f85-b649-e8a7617ac179", "554f0937-6c29-4cfd-806a-30116bfb882e", "5e8d684b-2e7c-41a8-a66c-f2bc6d4d544d", "69a084e4-1be8-4dfe-85f0-4e74f1f1885d", "f2ed62ae-dcfe-4ec2-8f33-6ad7d5852378", "4b232a82-7f16-426e-95d4-553a861246b2", "d3e39a4f-5bd7-49b4-8f32-e6322510d526", "79813e4f-b2f6-4c82-ab19-50a6fe05fdbc", "910ff413-71ba-48aa-a3a0-998aa2283275", "a712a9b2-2336-4e0d-9747-94579556436b", "74fb76dd-21bb-49ca-85b0-e391ab494353", "77366d1e-aa24-45e9-9a09-6bf9e0aec31f", "398af84a-ae99-43ac-bbaa-07be98c4766e", "bca5cf13-f8cf-457e-88f6-1ff353aaeb14", "a841e8f1-2bae-4b05-a55c-7c1817170725", "9b748d7b-6638-4d0e-a5c2-4d764c8fdfbd", "dce137f1-acbc-475e-9979-beafdb4f6e68", "d33bcbd6-7c0f-4beb-85e5-9683315ae560", "bd82e389-a476-4208-905e-7bb0f17e819f", "5c9362a1-caf4-4f93-aad4-06f438cb33af", "af83853d-ccfc-4be9-907b-d081e41cbe28", "482b532a-ae3a-428f-a2a5-b735af5a2d67", "65934e0a-92c1-4292-8d36-47d179930e3d", "38ba1d5f-11d3-4191-aed1-5bf9cdfef1c7", "5f234cc5-7405-44be-8506-6eaa48fbdb52", "4dff8646-3e60-45ca-a39c-7a77f5f3e3a9" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json deleted file mode 100644 index 45f42dba5f549..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipFailsWhenIfNoneMatchStar[1].json +++ /dev/null @@ -1,418 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1923678?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0e551bb7-b52b-4172-ac75-59b4d6a387a5" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-60b7cfb8a9c856a9edbaecff21dd2e7a-1e544b37205880e0-01", - "mise-correlation-id" : "f8c34ab8-0fa2-40c7-ab92-d40686edf1d3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1923678. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1882543?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f4cf34b9-dde9-44d4-afee-6b6a4a23f300" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-01c0a65855936c511873b0ff86d8992e-1a44784eb10b473c-01", - "mise-correlation-id" : "cfedac8c-f800-4b27-bad2-27d8518f41a2", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1882543. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1821876?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a7117f4c-8339-43a5-9b35-49fc487c944b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2395e0e1c38d42111bbb071221faefbe-ddd24814ccf2a96b-01", - "mise-correlation-id" : "90c6d73c-78a7-4169-b3b9-26850d43465c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1821876. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b6a0071e-c138-4adf-bad2-7ced5a8f6f2f" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9ad4a51bc8281f7d6cc7e9af9c2ffa02-ec758b6c4d8bc1ce-01", - "mise-correlation-id" : "22d53831-b2fd-4093-8721-430306b1a0a6", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin096703. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin404573?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c474cb1c-b5db-4066-9487-a5ec52bed6c5" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-65d220c658916737070cfa14d9d30652-44e1169db5011151-01", - "mise-correlation-id" : "49e3375d-1d04-4590-ab6c-ca236ff27124", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin404573. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin486932?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d55b25fb-e65d-4d01-b366-554ef1620dd0" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1fcdda93566041919688447676c7af4c-54b6f8df90f20553-01", - "mise-correlation-id" : "6162d5ce-c7bb-42c4-aaab-18b3a8cdcca3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin486932. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f3b7b9e9-7e39-453b-828c-f9ad36adf7f0", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c799f9e71e6529344df77d9cd40bcf83-3bb5f472c34e9db7-01", - "mise-correlation-id" : "40cc573f-2ba5-49a2-904c-486af051e0d2", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1923678\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:00.2379905+00:00\"},{\"id\":\"dtmi:example:room;1882543\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:00.2380355+00:00\"},{\"id\":\"dtmi:example:hvac;1821876\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:00.2380586+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b6083703-8d21-4d68-b45f-c54d9efcdfc2", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"10ef8df5-4270-48d7-ae90-6a83d28f8850\"", - "traceresponse" : "00-cef68d2f381153e4116a10b3905c25e6-8fdccd53c3d44d23-01", - "mise-correlation-id" : "60fa0a70-4306-4ee1-a3a8-182e5c66803b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin096703\",\"$etag\":\"W/\\\"10ef8df5-4270-48d7-ae90-6a83d28f8850\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1923678\",\"$lastUpdateTime\":\"2022-06-29T13:43:00.3196113Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.3196113Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin404573?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "972185c0-fe9a-4bbb-974b-91f24d8d7786", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"7b5c0e86-a4d2-486a-a590-18f553d25994\"", - "traceresponse" : "00-561cdbb57f25f631fd4ed6826f2424a9-f3930f418a032e05-01", - "mise-correlation-id" : "65cd0c40-02a1-4c4c-bc81-2f2999b48299", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin404573\",\"$etag\":\"W/\\\"7b5c0e86-a4d2-486a-a590-18f553d25994\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1882543\",\"$lastUpdateTime\":\"2022-06-29T13:43:00.3921725Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.3921725Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.3921725Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.3921725Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.3921725Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin486932?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1eb7c386-ef65-48d9-b406-b50c3f2fd445", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f3c4a7f4-8b4e-4dca-b0fb-57abfdff619d\"", - "traceresponse" : "00-e1b1aaaf4474a5cae280aeff49ce449f-e54bdca231ce8ef1-01", - "mise-correlation-id" : "69c75dbb-e95f-4aec-ba90-c45ece5b933c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin486932\",\"$etag\":\"W/\\\"f3c4a7f4-8b4e-4dca-b0fb-57abfdff619d\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1821876\",\"$lastUpdateTime\":\"2022-06-29T13:43:00.4711227Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.4711227Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:00.4711227Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "84d87fdf-451c-4897-a57d-063c3853c555", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"58a35512-1dee-4200-9860-a2c5cb5ea4dd\"", - "traceresponse" : "00-b8920eaf2becd348a202864d1f921e71-fdde844707e0ffc2-01", - "mise-correlation-id" : "e17b5bdf-1c87-4479-ae93-a1d97ab3ef21", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"58a35512-1dee-4200-9860-a2c5cb5ea4dd\\\"\",\"$sourceId\":\"floorTwin096703\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin404573\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d5d86714-bd1d-42f4-ab0f-3acfce14c99c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "199", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-83dae6dfc0891cf7c48d371a262e435f-d7f7647f8e001e74-01", - "mise-correlation-id" : "6dca8109-bc2e-42dd-bdf6-c7b37d04e97b", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"If-None-Match: * header was specified but a relationship with the id FloorToRoomRelationship was found. Please specify a different relationship id.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9df84db9-1022-4245-9fdd-cd505db3513b" - }, - "Response" : { - "content-length" : "242", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3a75556681278dfa26325c5bcb51c5e3-c4f6ad658cab0e4c-01", - "mise-correlation-id" : "87b9eee7-2d50-4681-a8e8-145a4a4d8996", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"58a35512-1dee-4200-9860-a2c5cb5ea4dd\\\"\",\"$sourceId\":\"floorTwin096703\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin404573\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin404573/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "433a6cbd-b195-4932-8a82-f42efeafca48" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6efb62888c2ffd215250e58e9b5937ab-0911fb0f408a96b3-01", - "mise-correlation-id" : "bdef008d-d714-4a72-a7fa-4c748d5f837d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin486932/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f535b1d1-c382-48c3-aa95-065ebede1db2" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-589da24a8a009e620a4b11b81b6ce9c4-a25b1f469a3ae375-01", - "mise-correlation-id" : "8dfbac73-aa25-4d65-8fe4-f082a453ff97", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6fc6cb8b-40d0-4ea6-acf5-0312dde995a7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ce0b1f5587ff78c93fa931fe50dd36d9-22e734bea68ae364-01", - "mise-correlation-id" : "e5aeb943-2f3b-4bce-808b-bc94e963f514", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin096703?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8299df1c-8cf9-4d43-afc4-a3574922d55a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d5596c86e2b13c69696ddc486a59dfc6-d8932e8853f77602-01", - "mise-correlation-id" : "a6a2103e-50dc-4dae-aae1-90746a3e2e7c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin404573?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a3de538e-f4f8-466d-be24-c7eb7be451d1" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-737fb97edd20504a6c8d12b1c0ff5ffe-81d2837908d85d33-01", - "mise-correlation-id" : "b5c0454c-ba7c-457f-ab96-40e60adc0a82", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin486932?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e8eafc93-fb85-4f16-9212-01ce2ce18ab5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9118f132c8efc383b82fc8082d7ccfd9-9188b60fecb4bbe0-01", - "mise-correlation-id" : "0534e07b-e2de-414f-af3a-29116ed2349d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:59 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1923678?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d19908a5-12bd-473d-bf32-2285687cf29e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-18e213729a2417601ed4cb11439472fd-3a6697fe16d296de-01", - "mise-correlation-id" : "5674e00b-562f-41fb-993b-f438cdd5ea58", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1882543?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "986a9e91-838a-4cfd-8a66-d779f2cbd143" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-948dbfffd5d7a8902ec11df6d6b28ae7-66018a04f8c1dab5-01", - "mise-correlation-id" : "83095b1d-6f87-495a-9151-4d1c8d3309ae", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1821876?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5a39636e-54ab-4629-a3b9-1a0cd9c8bc31" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a45c6b66fe6ac5fbd7cc4ab47cf3f36d-01ff626828be1611-01", - "mise-correlation-id" : "17bba9ca-8a37-440e-a665-303b5a81ff60", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT" - }, - "Exception" : null - } ], - "variables" : [ "14589b", "004765", "043098", "218925", "626795", "608154" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json deleted file mode 100644 index b3a05c7032a2a..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.createOrReplaceRelationshipSucceedsWhenNoIfNoneHeader[1].json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1850848?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "904e9ae2-447e-41ff-95f5-a38b90c46c34" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3030daa54b84ad30eb0467b571d79f94-9db36ce601bc10df-01", - "mise-correlation-id" : "c169da06-421c-4aaa-aa71-100809b579f5", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1850848. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1043077?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "54a92b43-5be3-4ae1-a9bb-badf7f1ee4b2" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3526ef39dc656a5b329b5c963554945c-e43e98241af2d501-01", - "mise-correlation-id" : "3f22da5c-3400-4814-9208-7a613c785894", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1043077. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1845712?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b66e4403-6046-4235-bf4b-b9fbefb98128" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2b0b997bba64ef0df436015193bfadb1-649e00a8e342a683-01", - "mise-correlation-id" : "4946bfe4-5ea8-4541-8221-b9492ce5d16f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1845712. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin310289?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "97662a6e-6b34-42c0-a76c-8fe9ac29e5fc" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f7a187e040ab22a26d66bc923ec4430b-c9737bd05cbb8140-01", - "mise-correlation-id" : "09d4e9ae-51c7-4fc2-b78e-241b412f2004", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin310289. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin916102?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6f93012d-6c65-43e1-836f-4f39505b493e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ce2a6fa1c037fed4c12ace6e8f54d150-77039e892648af32-01", - "mise-correlation-id" : "d05bd277-b660-49b5-9186-9368a97cfb3c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin916102. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin846555?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fccaa755-061f-41ce-ae4f-a83435fa7afd" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3d02f237a149041c2c23464c78c8a787-e8d865dd4b424b81-01", - "mise-correlation-id" : "de43bd08-64ba-4d81-8f34-617962b7e825", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin846555. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b964e671-597b-4aeb-9b61-e8021bcd57f8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "565", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de1d1fe46ee1d3632232f6e3ffd4db11-c002cd1dde1e46e5-01", - "mise-correlation-id" : "19da7bc8-4cd1-4381-ba2c-83e459bdba87", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1850848\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:58.820777+00:00\"},{\"id\":\"dtmi:example:room;1043077\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:58.8208104+00:00\"},{\"id\":\"dtmi:example:hvac;1845712\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:58.8208318+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin310289?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "45baf684-7188-4410-a14a-abb2aacfda0e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"29d7d994-faba-4654-9ad1-9109f0ee8bc5\"", - "traceresponse" : "00-255335ce206dfb8ee669d6628fe78e41-c9c9d6e0f08428c9-01", - "mise-correlation-id" : "8677af89-2a26-4eb7-ac5f-24adf109c8ab", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin310289\",\"$etag\":\"W/\\\"29d7d994-faba-4654-9ad1-9109f0ee8bc5\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1850848\",\"$lastUpdateTime\":\"2022-06-29T13:42:58.9113318Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:58.9113318Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin916102?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8704a0b5-df5e-414a-8c79-e9967af39be5", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"20b9dd1d-7172-49d7-8acb-7bda691cae23\"", - "traceresponse" : "00-7f1664367c263cdd19c4187487200b29-7778489691f34867-01", - "mise-correlation-id" : "0e657f40-5ce4-42de-93fd-9c8e4c7492f0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin916102\",\"$etag\":\"W/\\\"20b9dd1d-7172-49d7-8acb-7bda691cae23\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1043077\",\"$lastUpdateTime\":\"2022-06-29T13:42:58.9864878Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:58.9864878Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:58.9864878Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:58.9864878Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:58.9864878Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin846555?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "80d1a326-7b0c-42e0-9eff-04dd0079a213", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1d10487c-e2cc-4a73-ad25-6c63ffa65928\"", - "traceresponse" : "00-1f212bb15f4204c9bfc83a57eb06bda6-6c368827c4c27588-01", - "mise-correlation-id" : "2c2b0990-a49f-4563-ac8a-8d32cbf6039e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin846555\",\"$etag\":\"W/\\\"1d10487c-e2cc-4a73-ad25-6c63ffa65928\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1845712\",\"$lastUpdateTime\":\"2022-06-29T13:42:59.0651185Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:59.0651185Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:59.0651185Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin310289/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5fb1e9b9-aea7-45db-9da1-1cf5025ed835", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"43dae546-1581-4904-bd46-f1b8ee713198\"", - "traceresponse" : "00-0711a67f72d7d686eac7849ca75aff62-5f457b6dd22445cb-01", - "mise-correlation-id" : "7ff45e93-b787-4f30-916b-dbc2b5ff7d2b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"43dae546-1581-4904-bd46-f1b8ee713198\\\"\",\"$sourceId\":\"floorTwin310289\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin916102\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin916102/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ea2909bb-93e5-43e9-b1ca-7e3d171e31ed", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "191", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8ae18276-112d-4a26-bbb3-2992149cf6a3\"", - "traceresponse" : "00-a94a142f540924efb2a5ded18491e7ef-251b7be98a376194-01", - "mise-correlation-id" : "29840eb7-4a61-4ecf-b0d4-e76d36bf62c8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"8ae18276-112d-4a26-bbb3-2992149cf6a3\\\"\",\"$sourceId\":\"roomTwin916102\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin310289\"}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin310289/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cdc85d19-641a-4d1b-9093-5a2f8ce0b918" - }, - "Response" : { - "content-length" : "242", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3bf9cbccff21dcfff522f742ade17a78-a9403b17ffc22503-01", - "mise-correlation-id" : "5e24043d-3903-45cd-a26c-2ad116549e85", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"43dae546-1581-4904-bd46-f1b8ee713198\\\"\",\"$sourceId\":\"floorTwin310289\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin916102\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin916102/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "797c6cc0-8219-4adf-88be-e2e8c3460f33" - }, - "Response" : { - "content-length" : "219", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-36f7f9a907f05f3e8e5eaaced91ee932-0536becf8ef6265a-01", - "mise-correlation-id" : "175c9c84-26c2-41ca-93b4-50f753ee86d0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"8ae18276-112d-4a26-bbb3-2992149cf6a3\\\"\",\"$sourceId\":\"roomTwin916102\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin310289\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin846555/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a56b1c56-600a-4883-9b4b-abf691321d5f" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bb3c39ce52e93eb98c8580a47b9a01d8-35a436b78dd36297-01", - "mise-correlation-id" : "d8be6b08-713c-4e3a-8208-4060e94bb895", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin310289/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b2749558-3335-4ca4-926c-d6eb2307fe5c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9e948b717afabba0e6624ae40eca46d6-5b665f0172e27330-01", - "mise-correlation-id" : "23d9b040-f24d-470a-a2e6-9c6f79d79420", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin916102/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6626567c-4d64-433e-aadb-fbc413819984" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0cd2eb257d27749004b59413181325a8-79cdd02514913731-01", - "mise-correlation-id" : "7c283803-2b3f-4439-88be-f8acccfc5cc4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin310289?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d0729975-247d-41ff-aba1-6f9a0c00e9cb" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-008b78122b7e17055bd7987a801cdd61-e56a040ed0ea887a-01", - "mise-correlation-id" : "82caa8f5-3545-422d-a75e-259145034017", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin916102?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e6c433fc-1c09-4109-96e4-8c455edcb137" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9699ee6f199392d04daf3f8201ee882f-c487b3c10b4a41c8-01", - "mise-correlation-id" : "9db46af8-1788-422e-b363-a1d6745ad4e9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin846555?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "49f65019-4db1-4452-821b-83a5f44965aa" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1807cbd28956c4121c1b5fc861afdb22-081be0c05b3c5dc3-01", - "mise-correlation-id" : "190d472c-1da2-4121-9343-061802f7c03a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1850848?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "74a71c49-c227-4db4-8860-733b756b3de2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f19487bb41490ca5c5912e127382089b-b5b5e48f5da29c5c-01", - "mise-correlation-id" : "d02d86e8-1544-49b4-8947-bb8829315ed3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1043077?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c5048c56-7e03-46ea-87a0-4bd72a56543f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6e0cf2d2b5dfe4d1d023c7887176030b-7d43cc412ae7f3fd-01", - "mise-correlation-id" : "fadfd7fd-8c8e-47fb-abf8-c29bc9d72491", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1845712?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "050ccff1-2ff1-49de-a581-cf70503175d0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-07b025683a903ab9e652ae43037a3148-cf49776d2c3917a7-01", - "mise-correlation-id" : "032e4db6-20fe-426c-8eef-c6d6a7af8893", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:58 GMT" - }, - "Exception" : null - } ], - "variables" : [ "072060", "265299", "06793f", "53240c", "13832f", "068777" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index ce2c447e50481..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1026192?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c7871603-199f-445c-ab76-6bd680df1b11" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1c607915939fc1ec49c65ed06c7d5262-000c5b848e09e228-01", - "mise-correlation-id" : "b7a715f7-8cf2-4143-8818-22de0da18869", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1026192. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1137037?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "df3b95ef-7c3f-45ea-87d1-d4871e21ccb0" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-05afbc854dadedaf34f002dc2a5166c1-25c23cf30ec1000a-01", - "mise-correlation-id" : "03fa5231-ac34-4b31-ac5b-54f62dadf834", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1137037. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1779803?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "45583d22-c99f-481e-8347-d6100d585a52" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-aaceb193551dfe5e8f7d295da6ffcb1b-c517053ea13a8110-01", - "mise-correlation-id" : "4128be7a-b3c4-41eb-b6b2-4e70337f074c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1779803. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c540f25-d564-4f33-883a-74d470d2d13f" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-489a64b82c3cc112a5ba5d51747b2ed9-55d342fb6c0462d4-01", - "mise-correlation-id" : "a992a671-5cc6-4b08-95b7-5c24fb6d65e9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin969274. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin630995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "38742ea9-65e2-4e59-80d4-de465c0ecf5c" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a8ded235a0df71d4a4d0ae00939404f5-9ed94d2d288d40d2-01", - "mise-correlation-id" : "e89ca05b-7d0f-40a3-acb3-6db3af190b3e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin630995. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin214561?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7a7c1f90-0c00-449a-8c28-4c54b8d5042e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1713b6a8388ef4280480be9062488b46-e5d5f334b64fb0be-01", - "mise-correlation-id" : "99edfb19-2b05-44ea-88ad-bd1eeab18629", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin214561. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c28039b9-0a0b-4249-b51c-e555956441c9", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8346d43b8736d82fa7cd9646eed80207-010d5cdc5a20e9fc-01", - "mise-correlation-id" : "4b7dd456-40a2-4eee-8cb1-2c64a574b175", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1026192\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:18.1341803+00:00\"},{\"id\":\"dtmi:example:room;1137037\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:18.1342127+00:00\"},{\"id\":\"dtmi:example:hvac;1779803\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:18.1342339+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1ee88776-752b-4402-beb0-29036ac24fec", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"626a625d-121f-43e9-8116-fec35f0ba9b4\"", - "traceresponse" : "00-1488da9754cb29c0c78fe3af2e70ae69-8ddb4e7e62acc5b8-01", - "mise-correlation-id" : "1e36d934-87be-473e-b826-6cfccf872356", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin969274\",\"$etag\":\"W/\\\"626a625d-121f-43e9-8116-fec35f0ba9b4\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1026192\",\"$lastUpdateTime\":\"2022-06-29T13:43:18.2172016Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.2172016Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin630995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2ed2fb00-d154-4a96-bec8-be0985fd4637", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"902fad12-2cc5-4dca-be10-129165134989\"", - "traceresponse" : "00-5fa1abbd9aba438843a6ce0a0b3103b6-dffb7f2ba6ed75ba-01", - "mise-correlation-id" : "84380650-1971-43c9-b16f-b3838798f750", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin630995\",\"$etag\":\"W/\\\"902fad12-2cc5-4dca-be10-129165134989\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1137037\",\"$lastUpdateTime\":\"2022-06-29T13:43:18.2899564Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.2899564Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.2899564Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.2899564Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.2899564Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin214561?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bc263b71-4ab9-4bdb-bcee-866a895f7b50", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"80174fcd-4fef-4964-b148-3c62bfc70287\"", - "traceresponse" : "00-637cc3de9d2ada900ce4fa2d1a25dcb6-ce2f54808a11297c-01", - "mise-correlation-id" : "c7e21f38-2f6f-453d-bce8-aeb5a6a6a827", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin214561\",\"$etag\":\"W/\\\"80174fcd-4fef-4964-b148-3c62bfc70287\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1779803\",\"$lastUpdateTime\":\"2022-06-29T13:43:18.3815986Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.3815986Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:18.3815986Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9481552-59b1-4d2f-9b97-7bc850b0288f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1073d7a7-af21-43aa-8158-9184ad93378b\"", - "traceresponse" : "00-1a93e714750d5cedb87e9479a9641752-9ad6991dea13753f-01", - "mise-correlation-id" : "8cdb2163-da7d-4984-9eef-e0b154516399", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"1073d7a7-af21-43aa-8158-9184ad93378b\\\"\",\"$sourceId\":\"floorTwin969274\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin630995\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3b15a2bf-4a8f-41ec-ad6c-ccf072322a04", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"76f118b9-11ea-4a04-b49e-f38d4933839d\"", - "traceresponse" : "00-9e855a910493073fcbf9e7847922d7fc-b05a9ecdd7526a7a-01", - "mise-correlation-id" : "6e213e44-0cd6-4eab-bef5-e6c6f8cb9a8a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "358ed41e-7ab9-4401-a9dc-7e6eaeaad638" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2c9e565a5fbc4dddc4e0424710998201-47170ef1091b10f3-01", - "mise-correlation-id" : "197d4a9a-285a-42b9-a7d5-36407c3adcf3", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"1073d7a7-af21-43aa-8158-9184ad93378b\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9a7016f2-50c7-4764-80e8-62517ef1012b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3a7c0ff5bf179d77004926e6809a4295-64d76229e96315f6-01", - "mise-correlation-id" : "c3285c77-f9ab-4925-a554-dab4a9a6b818", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e0ecb9c8-f066-487f-9281-4d86f6aee18d" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cdd3864c4cc4f1b35dbc46e878d16bda-a3fca56a8b5dd82a-01", - "mise-correlation-id" : "4ef0d7c6-fbf9-40ed-b80b-23166717305c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin630995/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2b4d656f-0155-4ab9-ab38-9f4f1a553de5" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-16734907b989e8455a2c3fc62740fb52-97ca52d13085a4f0-01", - "mise-correlation-id" : "94acf031-9510-4fbc-9966-0579a0d1ab2c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin214561/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0ffcd574-3949-4264-b739-1122708545bb" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e75b069baab1eb39f2398fe3ff0cb9df-a42402027dc5685f-01", - "mise-correlation-id" : "7583284d-18b4-4e92-a552-523e4c224dd3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin969274?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2008dc09-be1f-46c5-8871-92f41f718657" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-18958153a333cd4222719b24999f7774-56d0f82de2e3d7f0-01", - "mise-correlation-id" : "3cf922da-1746-4749-841e-920473389318", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin630995?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6f1a0081-36e6-4efa-91f5-c3078dd66ab2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7d55ed5cb7246437c82c0c6742a9cc0f-14bcce49a10d4221-01", - "mise-correlation-id" : "9d3de4cf-f76d-4ecb-868f-3142aea2ae64", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin214561?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "69924811-451b-44f9-9400-459672299f98" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c3d8bbee6239da4336385e8365bd289b-3ab5f11b1d10f268-01", - "mise-correlation-id" : "c936234e-39da-4dd2-905a-81ae40b283c9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1026192?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "65d21acc-f78f-43df-bafa-674b3f8d08f5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a62d672a7ffed597ec410bf66e17ca09-fa253d4ff506bfc4-01", - "mise-correlation-id" : "af8e2491-0945-4757-9dc4-20a7d92f248c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1137037?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "54385dd5-0a07-41bb-bfd3-d8c6e69a0dd9" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d7d07db539b792e96cb6f64b71922e34-2d275c9e5cd62348-01", - "mise-correlation-id" : "f4eca1c4-862e-4de7-a3d6-cc5d33966503", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1779803?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9632b5c9-4bcb-4343-bfaf-1f86913b35d7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cf7e1d0970d350fd8edff69e58390ad8-5e23da3c10a955da-01", - "mise-correlation-id" : "7c774fc4-db18-4228-9561-d5c9750d04e0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT" - }, - "Exception" : null - } ], - "variables" : [ "248314", "359259", "991025", "181496", "852117", "436783" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipSucceedsWhenETagMatches[1].json deleted file mode 100644 index 8502b02f15442..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.deleteRelationshipSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,417 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1402179?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "932d5b68-e59a-458e-b5b8-5591d2830b37" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-489ade786d44c3cdabe5899dfc74618a-ea9edcca4e6c9ce8-01", - "mise-correlation-id" : "ea045e84-5a06-40dc-942c-e71bd20379c5", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1402179. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1209357?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "17c96f5f-5bb4-48fb-bec8-648e9d66f31e" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-31232fa42ceae6e521cf2717dad546a9-1d14adb6a59bc95f-01", - "mise-correlation-id" : "eca909ab-a7a3-46e6-ace7-c6b39b6165fc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1209357. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1394809?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ed21764a-a174-4b7c-bf63-9bf14f1a3d99" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e1845996a081cd7cecb5f48b1e283dfd-d7b2cd5aa9ca79bf-01", - "mise-correlation-id" : "8c749261-c8a9-4454-afa9-84a6dc33dcd0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1394809. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fea606ee-1def-4190-b0f4-1ecd02fa7baf" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fcc130e02c1c436d2051f06c8d3bd92b-a80a016e74eb0bc6-01", - "mise-correlation-id" : "c3ea5c0c-c6c7-4686-82e0-702e160b9387", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin344811. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin464129?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1d74b3b1-c1aa-4315-bfdd-3331de1ebde9" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-47c13e833556e78d0c62b6f994fad505-41d3139fd5a08774-01", - "mise-correlation-id" : "b180975e-3888-4441-8b33-81cbb6c1efbd", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin464129. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin026362?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "30e7bc01-a20d-42ff-b5e4-e6c70f21ed0f" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4a05d1902e9e8adba33b3a4f0320a08e-088320360016b675-01", - "mise-correlation-id" : "20c82b0e-970c-42ef-9228-5873cc3fb7a0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin026362. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cb208a0d-26c1-45e5-85d6-bdd87ee8f625", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a7de9123975df3dc517611403b372645-73ba988513fc1c7e-01", - "mise-correlation-id" : "3454b6c1-f7be-4ca0-b6af-6798942861db", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1402179\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:20.8798746+00:00\"},{\"id\":\"dtmi:example:room;1209357\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:20.8799092+00:00\"},{\"id\":\"dtmi:example:hvac;1394809\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:20.8799329+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "71c8a695-8e9c-4004-8932-db63068ddaf0", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6ec98339-942d-49ca-9d46-071073f7fb52\"", - "traceresponse" : "00-ee591fe2737cb8255ca658895b98b137-16bfb75c843b0c25-01", - "mise-correlation-id" : "c2b47d2a-3202-47e3-be27-80b4104bd40f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin344811\",\"$etag\":\"W/\\\"6ec98339-942d-49ca-9d46-071073f7fb52\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1402179\",\"$lastUpdateTime\":\"2022-06-29T13:43:20.9572736Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:20.9572736Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin464129?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "68d9a2dc-2f58-481c-a776-85d81a6671ed", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d2edc3e9-7586-4ae9-a491-c8984c853e63\"", - "traceresponse" : "00-90ffe8004261fbd7278425497601ad16-ab256f38b367a391-01", - "mise-correlation-id" : "1d5fc9f7-bf18-4e59-bf3e-03839301cb40", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin464129\",\"$etag\":\"W/\\\"d2edc3e9-7586-4ae9-a491-c8984c853e63\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1209357\",\"$lastUpdateTime\":\"2022-06-29T13:43:21.0302189Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:21.0302189Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:21.0302189Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:21.0302189Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:21.0302189Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin026362?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b0de1912-de65-40a3-9ec1-1563dce87372", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"433cb3b9-9920-4cfb-8b77-5eebcd380ac0\"", - "traceresponse" : "00-a5199e7615f3617fd0b0fef01a21c288-40ca82848a77ed8c-01", - "mise-correlation-id" : "5fe2ca1e-a8bd-44d4-8852-cf83d661eef1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin026362\",\"$etag\":\"W/\\\"433cb3b9-9920-4cfb-8b77-5eebcd380ac0\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1394809\",\"$lastUpdateTime\":\"2022-06-29T13:43:21.1028888Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:21.1028888Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:21.1028888Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bf9ec252-e94c-4cfa-b1ef-f7cf35dfeea3", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3caee264-a910-4433-9b68-4fc6175ebf57\"", - "traceresponse" : "00-d2ec077a40d710d970a4157e1d274b61-4eaca94db254156b-01", - "mise-correlation-id" : "381d2226-4976-436b-8a9f-f8ed0f948652", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"3caee264-a910-4433-9b68-4fc6175ebf57\\\"\",\"$sourceId\":\"floorTwin344811\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin464129\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d0cdee42-9bd7-4ab7-92f0-290e78524ddf", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f5b78d33-7203-44a2-a8f7-8109c6bce60f\"", - "traceresponse" : "00-084f3846f8800e333b66a9ed2bd8c302-0a4a3e77fe4d794f-01", - "mise-correlation-id" : "23c6f3aa-78e2-492b-a2c0-b1d5cdeb5736", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "db5856f6-a143-479d-873c-b4a3f4759ebc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-90c295d9fd1400541024d3a04cbd7280-a30662af3e6cee6f-01", - "mise-correlation-id" : "a274bc2d-2630-4d11-bf3f-56ebea572eb9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "83e36da4-e6ab-4a5e-9bbd-7c68badab1d3" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c72cfb654ab8b2c478579b5dfd74dfff-dbe644f2ddfd9a7d-01", - "mise-correlation-id" : "d8c1a582-8de7-4b88-9863-35a0c5d0cc2e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin464129/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d54d2f7b-fcd8-41a4-a97f-0c8d7ee0c53b" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9b6e9609612c37f838acc5140beba041-4d905c867091a4c3-01", - "mise-correlation-id" : "b9a6433c-40a5-40dd-938d-b74c0030daa4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin026362/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6258660f-8cd1-4fc7-9dcb-438f9bd2eb2e" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0c3ed914fd9e1d7157c74c68a4191e94-d28932cef53bc512-01", - "mise-correlation-id" : "f3bcc966-a677-43a4-b3d2-aa5f8ac4eba1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin344811?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f3656c4c-4ba5-4f38-a3ba-3d56e6c569a8" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-32fe84616a96062a459274ba60c9af86-7ffee95bd55aa5f1-01", - "mise-correlation-id" : "4e9ea76c-ec72-4d2c-a062-06876b82c7e9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin464129?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "025e3edd-eeff-49d0-8d48-62ce504414f4" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2535bc260027ed8f9574ea7e4ee7cdfd-8c152259b82bc59e-01", - "mise-correlation-id" : "6a9ed29b-7687-412a-a4d1-b2d7e5a15616", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin026362?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d94f088-66e5-4333-846a-3d9f741715f9" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e716b2e8c37f86ca83bf79735a69b4c9-e38737d238aeb5b2-01", - "mise-correlation-id" : "80e4a760-4d48-46f9-9f10-0ecbc6e0ee84", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1402179?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b1df5b5d-a415-4716-8da5-8ad2298593d0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7d7393721124c3c17ef81f0d6cc42727-172e71a6145105b1-01", - "mise-correlation-id" : "bd47040a-e679-455d-bb46-b358b379740c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1209357?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f9d01915-f26a-4f18-a131-6db4ccffe631" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fb13929f1ceaa8932452ec2b8c1d80d0-2b21d68e1ef39a8c-01", - "mise-correlation-id" : "14551e0b-1d29-46bc-a55a-0a02fe9b0c1a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1394809?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f4313117-64c0-42bb-ba88-04bf28de67cc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e70235881a14fea9a1319e361f986d5d-d0b691222ce6fa87-01", - "mise-correlation-id" : "b56acf51-70cf-422f-a3a2-5f6daee70bc9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - } ], - "variables" : [ "624391", "42157a", "516021", "56603e", "686341", "248584" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index db211d849a0aa..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,437 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1119974?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9fd06c3f-1483-47cf-a03c-63adb6a6020e" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-557b5ab471d7fd472325964a8b9690f2-32d4455c7e1e4a6c-01", - "mise-correlation-id" : "146084f9-294b-47a2-93d7-ef01176e5e6a", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1119974. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1687251?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6160981b-e54e-4613-bbd3-d64d439f5816" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-159482b3701fa86ab1ffad545eab50f3-b07f592de8587658-01", - "mise-correlation-id" : "ace7a39f-d159-4175-aad9-1185db33e02d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1687251. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1284457?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6d7ccd12-8c1d-413a-b492-74bdc31b6f89" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-06784c07d5a6b2626573b3e0c24f2189-9efa9ef94cf69d22-01", - "mise-correlation-id" : "e683a0b2-cd6b-41b7-ac1e-0c6b17f8099b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1284457. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "25270154-cf13-42af-98f8-b510d717553e" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-86c6597304cb7fa77a4a3d1153bf765d-d451c3103a7934e5-01", - "mise-correlation-id" : "cb257753-e6bf-4b17-a1fd-1a2210c47e82", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin456358. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin014344?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f119b3f0-3e81-4888-b492-d0ff192f1a90" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7e8ad0df790704e7a8754b23414f70aa-2224da9b97767bc0-01", - "mise-correlation-id" : "0ac7af68-bc1f-4c16-b96f-1481b4ac91b4", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin014344. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin028600?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8b817604-5132-4222-ab61-a81639e3e83d" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4ff5741377e3f7a217a5692f55db0ef1-dcbd697b547e6d41-01", - "mise-correlation-id" : "a4d64d72-e759-49d2-a3dd-05ec669d78f9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin028600. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "607acde5-5504-4b77-b47a-b8b45b47a0e8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-926b180bda755fd4d35a1dd11148cad5-a29b5d7a3b6c0a42-01", - "mise-correlation-id" : "a1fa69b1-95ca-41b1-81c0-3281d4ca1cb5", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1119974\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:55.2375371+00:00\"},{\"id\":\"dtmi:example:room;1687251\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:55.2375686+00:00\"},{\"id\":\"dtmi:example:hvac;1284457\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:55.2375912+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "56fdd1a1-160d-417b-8b34-888a535f42fb", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"26c38b45-b2cd-410c-a952-ca810487a079\"", - "traceresponse" : "00-4eb303e18a4123364c28109ba908fd8d-1bda90f1b3df08c6-01", - "mise-correlation-id" : "36186b8f-a105-46f6-aa5f-44b03a98ddd9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin456358\",\"$etag\":\"W/\\\"26c38b45-b2cd-410c-a952-ca810487a079\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1119974\",\"$lastUpdateTime\":\"2022-06-29T13:42:55.3183315Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.3183315Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin014344?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5bb7a7e6-4522-403d-992d-e0593e16a5ee", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"a5612e74-52d0-4cb0-99fc-6b952347dd3f\"", - "traceresponse" : "00-6b8e4911592fcb59939fbd2e8757465b-7a599d0a1ec41701-01", - "mise-correlation-id" : "db8ac28f-1d67-43e1-9502-3055df0b37ee", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin014344\",\"$etag\":\"W/\\\"a5612e74-52d0-4cb0-99fc-6b952347dd3f\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1687251\",\"$lastUpdateTime\":\"2022-06-29T13:42:55.4034138Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.4034138Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.4034138Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.4034138Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.4034138Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin028600?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b2411159-8b36-4ca8-b2d3-bc9044612d3f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"da01f09e-c1ff-4c8b-bef7-bb7cf01708fc\"", - "traceresponse" : "00-b361366b1267de18122987b2822bca75-e288c238f0b10bda-01", - "mise-correlation-id" : "3d95b800-7580-43ed-9a38-7ff61cd0bd88", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin028600\",\"$etag\":\"W/\\\"da01f09e-c1ff-4c8b-bef7-bb7cf01708fc\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1284457\",\"$lastUpdateTime\":\"2022-06-29T13:42:55.4850112Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.4850112Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:55.4850112Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "999c495e-d6e7-4824-a1a0-885b4f3a39eb", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6c7cdf23-36cc-4c73-a4d5-bcc1afca8fa0\"", - "traceresponse" : "00-b786e640d50ec5552e65e396658e0586-b548cde2cdb9d7a3-01", - "mise-correlation-id" : "7b0a036e-64b7-4be1-ad4d-5ba558aa00f0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"6c7cdf23-36cc-4c73-a4d5-bcc1afca8fa0\\\"\",\"$sourceId\":\"floorTwin456358\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin014344\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "be57cea5-9d5b-4dc7-a394-4bc4f564a272", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2a4ac97d-af99-4e83-b9d5-24f95cfcae44\"", - "traceresponse" : "00-585806d2ccd291eb65d58f43394f4e88-5d49b367f7575b4b-01", - "mise-correlation-id" : "5a3e09f8-339c-49ec-9503-72a43c184036", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "80d590a4-7f08-4e24-a23f-21ee4008dee7", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-da22f2bb7e8629e9e256aa7555c2ad46-81bfa861d8935865-01", - "mise-correlation-id" : "4a445a3b-b067-4d96-8bbb-d5f0ad27e511", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"6c7cdf23-36cc-4c73-a4d5-bcc1afca8fa0\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4eb6a28f-eadc-4ebd-a09b-a580ce63ce0f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a166b1bc95b6ae68adc78b1568433122-0af3de0fc9c69410-01", - "mise-correlation-id" : "08061795-4b81-4231-8969-b3c9fb64fd16", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:54 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "571abff4-a62e-47b9-8fd8-b91f514a3eb0" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-771704f3f3fe473fffac331be426bb8b-564c6356d69450be-01", - "mise-correlation-id" : "e2420275-d2fa-4fc7-ae6c-62f19ffefce2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin014344/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6de3cdba-36c8-4c76-9151-93be35f9de7e" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-98d421864b6a013d0118058f2a934f8e-7e661a19599932aa-01", - "mise-correlation-id" : "494f501e-033c-4c99-8e32-052420993184", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin028600/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "794b7a65-e575-4ee7-9045-05ec551e815c" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2af6aacd0c3d236e8c63922c61fcc287-8e70237b202008d4-01", - "mise-correlation-id" : "f7d44acb-edc1-4647-8723-cb6afd1ce01f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin456358?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "caca8b76-647e-4368-a7c6-cff041589543" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1ebe280f4170b5f1361640993bb2e2a4-2e9a0efaea5802b9-01", - "mise-correlation-id" : "acccb6d9-87ea-49ce-bcd1-804c9a9b8ca0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin014344?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "07da2ff9-e470-4bac-bda2-1221089b5099" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-23dede65541b7b1b755bf1d68cdbb991-7634973360721ac8-01", - "mise-correlation-id" : "8fb7ff6e-5b29-41c3-960a-e1e77bbe5949", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin028600?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3039a248-089f-48ae-a138-f2faca7cb994" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5d9fd1108eb5e8bee736d6cf3f521075-6482bfeba3e20ad6-01", - "mise-correlation-id" : "e6c77b3f-088b-4e42-a0ad-0e34cbcd76f6", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1119974?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c7596fee-a583-433e-9dbb-4fa5c4268a20" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-facb212d3ab80eb183fe7e726d061e1e-37313e24573990be-01", - "mise-correlation-id" : "49a73855-e6fc-4580-9a3b-2a977116ddc9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1687251?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5b60177b-6033-4e40-bf4a-656fd0905220" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-815749c441dcb7c203f2c2dc628bf052-def45029194afd13-01", - "mise-correlation-id" : "d86202b9-80ae-4f00-bdc8-adca581f4aed", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1284457?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3e5213b4-b4e4-4644-baa8-2afb8be8e999" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-31f7f352860cfca4fe02974d8a184826-25fb0385e10fae4c-01", - "mise-correlation-id" : "85f4619a-3eb3-457f-8d49-85c2cea93779", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT" - }, - "Exception" : null - } ], - "variables" : [ "331196", "809473", "40667a", "67857b", "236566", "24082d" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipSucceedsWhenETagMatches[1].json deleted file mode 100644 index 83f927b092761..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.patchRelationshipSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1584700?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bfb2b62b-ba7a-450f-9016-109fc0fe3222" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-815689d21bda1a7ca01fa6941c177361-1bdc6e7f13983fe4-01", - "mise-correlation-id" : "b4048f0d-5a7e-480e-b6ae-230b785d4996", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1584700. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1500307?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8c0b91c-4abb-4cfc-ab91-e975f74d3a85" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-db742089cec107ad50a5998772fc9b7a-97d7a5d32cb05515-01", - "mise-correlation-id" : "f32587d2-c35b-474d-8d8d-6e24fb4be684", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1500307. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1405010?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5c35570e-4008-4245-9d67-b47c1d917ca0" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa44fd14747ebd913b4774d66aab3695-0c6e155534ea1880-01", - "mise-correlation-id" : "33325c7a-0194-45f9-9f56-7e757f29a594", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1405010. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f8374e05-3d6b-424f-82d8-663543f551f4" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d8ee3da432fbde58704af163ed2245e7-119b182d48d837a3-01", - "mise-correlation-id" : "6418ecc7-9bbd-4b6f-a3fe-3f65f5351d5c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin614789. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin462960?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dc9db0e3-c7a5-4a68-adee-3998512c02f1" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-39d60473e5e2579754188ee4a624dac0-645e3a351a63fea9-01", - "mise-correlation-id" : "3c56b803-b0e2-4338-9076-a98ac401b082", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin462960. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin190088?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b5f23e07-c8ec-43f7-92f9-a395af29cf42" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6f53821e04ddea01b32cd6723125d960-9c6d4abf2d3b5fc3-01", - "mise-correlation-id" : "1297083b-b347-43f1-9d3a-c3b24e065ba0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin190088. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "65cb864d-527b-43c4-bc61-21c340b336c2", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "565", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f01348f4a2cfffbc928f687c81c436ad-61f89cb2ca990b21-01", - "mise-correlation-id" : "d8e899b2-e6ff-49d7-a8b9-38bbc6961efa", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1584700\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:19.4997764+00:00\"},{\"id\":\"dtmi:example:room;1500307\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:19.4998135+00:00\"},{\"id\":\"dtmi:example:hvac;1405010\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:19.499855+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "73b7db1a-2058-4948-b0c3-7dce6fdbadda", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"dc7937a4-1f46-4e98-8030-e15d3b7feb75\"", - "traceresponse" : "00-4c014458a077a2d4a198480ac13e7cc6-f77272739f69f737-01", - "mise-correlation-id" : "a1d55a44-6e91-4384-b1be-e7919158119f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin614789\",\"$etag\":\"W/\\\"dc7937a4-1f46-4e98-8030-e15d3b7feb75\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1584700\",\"$lastUpdateTime\":\"2022-06-29T13:43:19.5771232Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.5771232Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin462960?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d415f3e6-a25b-4c03-b373-888076fb6fb5", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fa261120-939d-4411-b08e-4d777d3d178d\"", - "traceresponse" : "00-4f860e62c6794a633a6ea8a369dabd2c-8db11baa47027351-01", - "mise-correlation-id" : "81ddf5b3-b08f-4816-bec9-53fb7a6c2728", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin462960\",\"$etag\":\"W/\\\"fa261120-939d-4411-b08e-4d777d3d178d\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1500307\",\"$lastUpdateTime\":\"2022-06-29T13:43:19.6517491Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.6517491Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.6517491Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.6517491Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.6517491Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin190088?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "46b147b3-90ac-47d0-9480-d023668f1c9c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d361f206-0ca6-4c1e-88ec-18e1a5ec2345\"", - "traceresponse" : "00-23c7862f5184b301dc6baa94b008635c-ce49f619c5fe6ae9-01", - "mise-correlation-id" : "48d147ca-c712-4568-b8a3-2a11129932c2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin190088\",\"$etag\":\"W/\\\"d361f206-0ca6-4c1e-88ec-18e1a5ec2345\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1405010\",\"$lastUpdateTime\":\"2022-06-29T13:43:19.7244823Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.7244823Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:19.7244823Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d60d3a44-d1ac-4044-b134-19f8d8d65722", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6d645d77-b5c1-4968-86a8-e7872f366f30\"", - "traceresponse" : "00-9ee5980686489f782fbe38e9e3ee6200-2297f7fe76baa801-01", - "mise-correlation-id" : "f9066bc8-12d2-4382-b5ca-3acca098edd8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"6d645d77-b5c1-4968-86a8-e7872f366f30\\\"\",\"$sourceId\":\"floorTwin614789\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin462960\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e3d859d6-4bc1-4dcb-a47b-7f8e94194f28", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"228f65d2-f121-473a-a627-b704fcd7863c\"", - "traceresponse" : "00-416a2e8ff51dd21cb3cca4d64296db50-11094369f869bd86-01", - "mise-correlation-id" : "3e8875d2-6787-4250-a884-f824cb19d237", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dce51611-3fe9-477a-870e-bb2f40d16381", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3c22c70c-1d9f-452a-ae2a-87de32ae90e3\"", - "traceresponse" : "00-6fe96df50b942b6d0295fe08cf460200-81e06433522d5cec-01", - "mise-correlation-id" : "657adbbc-d435-4694-a35d-ae72029228b7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "860c59db-37cb-439b-b777-41c0203df344" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fcabc603ad966d8bb9e7d44e96115ac7-88cb4e4d7238de8c-01", - "mise-correlation-id" : "c51b0aaa-05fa-47c3-bc7a-0e1c45e23e2d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dbf3b5c4-2156-4e1b-bd2d-499078bfeae7" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5cdb236e06c3b83c2f08e796c684aed9-306d745af8d6ffc0-01", - "mise-correlation-id" : "b5977490-b4bb-4b33-9f5d-f416e91873ec", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin462960/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "24940f38-c64e-40f9-94be-833dcbf37c53" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e9dc3c210eba24f2b348083235cdb785-b1b16a340c069716-01", - "mise-correlation-id" : "235b635f-7b71-48ea-bbe2-2ed189c3f1eb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin190088/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d6f02d0d-8d16-431e-a5fa-f0b8244aaaba" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e3603ee79e731297af0341f52e550748-d0cf1229fbf10ba7-01", - "mise-correlation-id" : "514174f9-d30a-46c7-8234-83b9e91b96eb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin614789?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8bcab4c8-3c43-43f2-857b-abb427c13c92" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f1f990058d2227a516a2d3654f072eab-be18defba3689b10-01", - "mise-correlation-id" : "2aff173c-3143-4821-a575-84ea4c72488d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin462960?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f0f89304-b1f5-4a42-b81b-7e8328c56440" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2ff8141bfad368c2b523a53c48bfa222-b79eb06f531eee7a-01", - "mise-correlation-id" : "67a0c32a-8c3a-4363-bace-c6db9f204175", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin190088?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d7e6d98e-5245-44e9-a42e-4856e953e8b0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2a3c4c06c7cf09d5519936971869f888-775cf4e519194410-01", - "mise-correlation-id" : "8b62bc7b-006f-47b3-be71-eade555dd22e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:19 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1584700?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e06aeaf2-fdce-4ddf-9634-bb53b47ca8d8" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1181538995dd317f020728959245c8ab-558c3847a09f16fa-01", - "mise-correlation-id" : "2ecfa540-aa5b-4431-bf6b-c92614f94adb", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1500307?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c098c13b-e5d4-4fcc-8e7a-b59e41690097" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-465b064b831f2f08becabd33452b1d53-1515251b40f34d1b-01", - "mise-correlation-id" : "73ceede4-67da-4a48-a0eb-8b1b045458df", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1405010?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3e4034c5-0b08-4ce5-83c2-011045767eba" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d8917844247a8112a43848b16bdd0023-45b1109be41d142a-01", - "mise-correlation-id" : "6a77083a-8cd1-49b5-b00a-41c57d52fcdc", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:20 GMT" - }, - "Exception" : null - } ], - "variables" : [ "706922", "722529", "627232", "83690c", "68418d", "312200" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipLifecycleTest[1].json deleted file mode 100644 index 4cbbe1e912bb3..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipLifecycleTest[1].json +++ /dev/null @@ -1,666 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1779735?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ea26b13e-523c-4fc0-b0f0-3ce61bbfb1d3" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6beea2a8016fc3b43f004622602efd3c-55fb37c9bc3905c1-01", - "mise-correlation-id" : "aba57350-9ae2-47a0-9658-7da91e120795", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1779735. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1100927?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "12c4428a-d64e-42f5-aa39-8cdcc36691b4" - }, - "Response" : { - "content-length" : "682", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b239e400c45c87b5442ed5888a289d69-e5ddad3b5427b0ae-01", - "mise-correlation-id" : "3d041445-2ad2-4c75-9e12-3a380fe769e7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:room;1100927\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829497+00:00\",\"model\":{\"@id\":\"dtmi:example:room;1100927\",\"@type\":\"Interface\",\"displayName\":\"Room\",\"description\":\"Anenclosureinsideabuilding.\",\"contents\":[{\"@type\":\"Relationship\",\"name\":\"containedIn\",\"target\":\"dtmi:example:floor;1911968\"},{\"@type\":\"Property\",\"name\":\"Temperature\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"Humidity\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"IsOccupied\",\"schema\":\"boolean\"},{\"@type\":\"Property\",\"name\":\"EmployeeId\",\"schema\":\"string\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1821336?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e693e137-40ca-4981-88b3-55db548d2b40" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c76b3905b4f9e34158d486295085fecd-a070f2f968c7cc53-01", - "mise-correlation-id" : "14eb2969-270e-4003-b3e8-28f1d9b359fe", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1821336. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1836980?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4b3fb508-94e6-4883-8d61-65264ceb522b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dde9de88aff5e119e234e901f7762d80-b8a02a0e63c4b23a-01", - "mise-correlation-id" : "53962b76-1d6a-4998-b86f-5526b4ae98c3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1836980. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8b615f61-9b0a-4fc1-be2d-000e099ca03f" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3e6adc72455f399e0b6f85973ae91e4a-6854d656b4557ced-01", - "mise-correlation-id" : "f692fd86-442a-4134-b570-520e8e0eff77", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin250042. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66ef19ca-815e-45e5-a212-7d8e246fb720" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4a49f3e7cb506e2e66bb6338eac265d5-79acd2d8202c7fce-01", - "mise-correlation-id" : "fe3a9483-9a95-4098-850a-96db538b6ad8", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin349068. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "571b32ba-4a50-467e-9711-24c84cae1aae" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d3ac3b35acd0b0befd31f442e5c7aade-fbfb6b0999846a3d-01", - "mise-correlation-id" : "d9cf0e88-099d-4f60-8bd9-1419fc006fef", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin283679. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c85b2e47-76f2-49a2-af7d-edfe71986ba6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6ef2aaa6b82949e90b0de8942f61ae50-8d5ffb1428f09ceb-01", - "mise-correlation-id" : "574d7cd5-8396-4a94-9bde-43c714b4e113", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1779735\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:56.7207769+00:00\"},{\"id\":\"dtmi:example:room;1821336\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:56.7208141+00:00\"},{\"id\":\"dtmi:example:hvac;1836980\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:42:56.7208374+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:42:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "06a76414-be8f-4212-929b-c87eb4805158", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f0bdd0e8-b46e-4309-b9f9-80de6a286e40\"", - "traceresponse" : "00-f22b700b10070c662512181b17080996-8ee4e5bcf0cdaee4-01", - "mise-correlation-id" : "97c71c6b-c34b-4ecd-b960-c0a93867cab7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin250042\",\"$etag\":\"W/\\\"f0bdd0e8-b46e-4309-b9f9-80de6a286e40\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1779735\",\"$lastUpdateTime\":\"2022-06-29T13:42:56.8027547Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.8027547Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6da6d967-b702-44b0-bf64-fbea6333ac6a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8cebbf01-aad1-406c-957d-eae287b1e1c0\"", - "traceresponse" : "00-ca4237ac76ff81f08e8e2779e97ced9f-7a24a0c25e295abf-01", - "mise-correlation-id" : "40d5aafc-1b78-4a34-8f54-c4db15d25bb0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin349068\",\"$etag\":\"W/\\\"8cebbf01-aad1-406c-957d-eae287b1e1c0\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1821336\",\"$lastUpdateTime\":\"2022-06-29T13:42:56.8779167Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.8779167Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.8779167Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.8779167Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.8779167Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "50b8a8c5-b1e3-46b2-9a46-f6df2a5f8817", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2cf22802-bc8a-4126-b741-ce822ce2bd11\"", - "traceresponse" : "00-353b46a6504b39f9a875ebe82348b50c-ecdd49e5bfd905c9-01", - "mise-correlation-id" : "cb02c780-067f-4297-ba35-41640ca293a8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin283679\",\"$etag\":\"W/\\\"2cf22802-bc8a-4126-b741-ce822ce2bd11\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1836980\",\"$lastUpdateTime\":\"2022-06-29T13:42:56.9665752Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.9665752Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:42:56.9665752Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8127540-2a4a-4c0f-867a-b7b538b22dc9", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c876f204-82a0-4b09-a15b-ecf023bbf42d\"", - "traceresponse" : "00-ee3b6c6d392884c2e70138438a230e65-b89fa9693d9f235d-01", - "mise-correlation-id" : "91f1342d-30fe-47d9-adbb-34470ee2e398", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"c876f204-82a0-4b09-a15b-ecf023bbf42d\\\"\",\"$sourceId\":\"floorTwin250042\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin349068\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToHvacRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "46edc021-3b6c-4186-bef4-61f5472097a3", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "188", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"84ab59ee-b115-4d00-ac13-fb7bf20d4f38\"", - "traceresponse" : "00-2690dacac35dcca7e3dc80bfbf737650-e44888ab1809eb8e-01", - "mise-correlation-id" : "23c12cfe-ab70-4828-a6f7-389791c386e4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToHvacRelationship\",\"$etag\":\"W/\\\"84ab59ee-b115-4d00-ac13-fb7bf20d4f38\\\"\",\"$sourceId\":\"floorTwin250042\",\"$relationshipName\":\"cooledBy\",\"$targetId\":\"hvacTwin283679\"}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679/relationships/HvacToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b4139468-c796-4703-a507-d34e40e6a357", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "185", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0477d899-bf4b-4867-b907-e4c9e99d77f6\"", - "traceresponse" : "00-68b6ec33f38917e51169af0dc989d883-0345c61f51d566e3-01", - "mise-correlation-id" : "6a064f5b-ecf3-49fd-a252-ba45c5b6d55c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"HvacToFloorRelationship\",\"$etag\":\"W/\\\"0477d899-bf4b-4867-b907-e4c9e99d77f6\\\"\",\"$sourceId\":\"hvacTwin283679\",\"$relationshipName\":\"cools\",\"$targetId\":\"floorTwin250042\"}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0624b75b-fe63-483e-bcc9-26c1caf13a31", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "191", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"30bfbce7-298c-4fd4-a5c2-4c38d9aeafa8\"", - "traceresponse" : "00-fbd8705be5579bfb0927f3ffe79c7366-64f7690c2c628039-01", - "mise-correlation-id" : "274766fb-274d-48f0-ac68-c0d15764691e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"30bfbce7-298c-4fd4-a5c2-4c38d9aeafa8\\\"\",\"$sourceId\":\"roomTwin349068\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin250042\"}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d2ffaa2a-badc-4778-863c-288a29c9bb55", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "199", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-990ff598a4991d0008c06ddacbb49132-8f736ec1dff4f8b5-01", - "mise-correlation-id" : "b4bc62dd-f795-4b2f-b4d1-5579650f6855", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"If-None-Match: * header was specified but a relationship with the id RoomToFloorRelationship was found. Please specify a different relationship id.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ca5a17c7-e0e6-4716-be12-68ba1bf7867a", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"013b5844-2700-4489-ad8f-0cf87198b738\"", - "traceresponse" : "00-dbe1442cff46f890fbf667176c484eef-4dff7a4d22f7a9ae-01", - "mise-correlation-id" : "0a3f12bf-92da-4553-b816-a03855582916", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "926c5861-15a4-4318-b0aa-f005de3437a8" - }, - "Response" : { - "content-length" : "215", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"013b5844-2700-4489-ad8f-0cf87198b738\"", - "traceresponse" : "00-c19028fb9ada5a5a27bb5c5edc525cda-86bd228fe86ef713-01", - "mise-correlation-id" : "b69cbbdc-49f6-4bee-b3b6-8027afc78032", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"013b5844-2700-4489-ad8f-0cf87198b738\\\"\",\"$sourceId\":\"floorTwin250042\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin349068\",\"isAccessRestricted\":false}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/incomingrelationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e519e9bf-f26d-43e5-bbd4-880d5f555c79" - }, - "Response" : { - "content-length" : "581", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c6052dc126ff3887f953a1dbf0b9f92e-ae1882f87bcd71ce-01", - "mise-correlation-id" : "98812fdc-c5f1-44c4-affb-758c5531ab60", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"HvacToFloorRelationship\",\"$sourceId\":\"hvacTwin283679\",\"$relationshipName\":\"cools\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679/relationships/HvacToFloorRelationship?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship\",\"$sourceId\":\"roomTwin349068\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068/relationships/RoomToFloorRelationship?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4010caaf-d00d-4243-8f8b-77fec9f9ad03" - }, - "Response" : { - "content-length" : "432", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-36b154c6ef52a19cf031198e6bf90dc6-2cf6da6be6fb5c39-01", - "mise-correlation-id" : "9eebec6f-8c7b-4410-9b82-6c49d8ddcbb2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToHvacRelationship\",\"$etag\":\"W/\\\"84ab59ee-b115-4d00-ac13-fb7bf20d4f38\\\"\",\"$sourceId\":\"floorTwin250042\",\"$relationshipName\":\"cooledBy\",\"$targetId\":\"hvacTwin283679\"},{\"$relationshipId\":\"FloorToRoomRelationship\",\"$etag\":\"W/\\\"013b5844-2700-4489-ad8f-0cf87198b738\\\"\",\"$sourceId\":\"floorTwin250042\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin349068\",\"isAccessRestricted\":false}]}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068/relationships?relationshipName=containedIn&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1a7bc5e2-88ee-4636-bf75-2d4f5aa90189" - }, - "Response" : { - "content-length" : "219", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-56bac7b588ef5d0990ad68f9b7e0f256-c4dedde8d5cd65fd-01", - "mise-correlation-id" : "01ce1c6f-4e6c-4363-9eb2-5477883863e2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship\",\"$etag\":\"W/\\\"30bfbce7-298c-4fd4-a5c2-4c38d9aeafa8\\\"\",\"$sourceId\":\"roomTwin349068\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin250042\"}]}", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6c4ccf2b-e187-4b4f-9c20-47ecc25bbd96" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ebd6bb42b9512724d54b00d4f0f53676-e0ee879793d4b0f7-01", - "mise-correlation-id" : "40825ce0-2b42-4b2c-be53-dffcaf640787", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068/relationships/RoomToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "47687ed9-fc96-4c72-a767-4ed8d6d83762" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-278870cf70adf4642846e590155c1961-700315b788eab64a-01", - "mise-correlation-id" : "cb245151-8c9d-410a-95b7-af4e993f0d72", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToHvacRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "238cf48a-ac81-42f4-9988-56153651e11a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0afe7d95950dd2477d4a05c11b4050b9-e8968370d7d4ed14-01", - "mise-correlation-id" : "cf6e69e3-80c5-47e5-a6c3-26816d9cc27f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:56 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679/relationships/HvacToFloorRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ec8aff55-f6c0-45eb-a3d3-e55ec58f4e1f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d942c11a37f02e826eed4104b3bb5cf7-e5f7e5d644f3cc37-01", - "mise-correlation-id" : "32f9f2fc-4b65-4ff2-8670-20361cf65511", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships/FloorToRoomRelationship?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "39724d94-27ee-4141-ab38-09a8fa88fe32" - }, - "Response" : { - "content-length" : "307", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-08627d2a17ded1e0b5e0e5ffe416fbfe-be6a4332d90f6cee-01", - "mise-correlation-id" : "ba246579-852f-4291-9dc9-a835b7a0f7f5", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"RelationshipNotFound\",\"message\":\"Relationship FloorToRoomRelationship not found on twin floorTwin250042. Please verify that the relationship id is valid and ensure that the relationship is not deleted. See section on listing relationships in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5cc16d16-d449-4bf0-bbac-7ab89d13f623" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-81bbb52fa386cacd91dc1292f871db73-715a9ad5849f72c4-01", - "mise-correlation-id" : "199ed075-4fcf-4891-a6d4-98f7ba78701c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8e07cd66-d2ab-4739-a65a-67c90c37c2b2" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c9da6a45965b767c69a58254678c1409-9bc18327281231a2-01", - "mise-correlation-id" : "28dfd2c3-b0c2-4821-91c6-1ab413179a0d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e6e8b9d0-f2f0-4db7-8e41-dd668faf447f" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d57ef39465472d915900058efd74e5ee-c6ed7289b2389c50-01", - "mise-correlation-id" : "63f170b3-3d3b-4a05-8135-f81b07097344", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[]}", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin250042?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0712d0c2-c752-47b8-9b99-9a5064add003" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0e9b2c5f95d503e57a08668a42f5fb9b-5d93d9efe20147e2-01", - "mise-correlation-id" : "cd0b6ad0-d5f5-4519-afd3-3cbc7063a74b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin349068?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d164d8a-8398-454e-aa43-c988c1758535" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5e8c67e7adf0fbc18ef6885120a00b85-272e1c6dde146e84-01", - "mise-correlation-id" : "438ce102-f8ae-43c1-92d1-d5e3849ff637", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin283679?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bbfe43aa-66f2-499d-a971-fb9a4043c6d7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f522ccea4eb2d286adf93c73bbf6c4e1-9ef2113f9a9a8caa-01", - "mise-correlation-id" : "60799a1e-d084-451d-81ee-37bde47ec2e7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1779735?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aaf479ec-a85a-4214-aafb-415e0b116d3a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cbe091a5dc56d1dc07535d740e356b4c-4be27344a176a3f0-01", - "mise-correlation-id" : "c30464be-2409-40b8-ab80-c3fcc6f8d3a0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1821336?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "93a04518-4cac-4034-a5d3-283ac2f39631" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ffeaeaad34805d79e3682ce2108b8ab2-ae6e99acc018edfb-01", - "mise-correlation-id" : "a7a19a26-760a-4fbf-909b-fb9345baa3b5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1836980?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "565ee9b8-8126-4c34-b6be-931c6ca07d78" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-474bf1973181bd5ac030ffcb6a6850e8-d121baafa8e7905f-01", - "mise-correlation-id" : "7512721f-fe98-4a9b-8694-e1589ac2013c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:42:57 GMT" - }, - "Exception" : null - } ], - "variables" : [ "991957", "322149", "043558", "05810d", "47226f", "56128b", "40589c" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipListOperationWithMultiplePages[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipListOperationWithMultiplePages[1].json deleted file mode 100644 index 053bcc0695e3f..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/DigitalTwinsRelationshipTest.relationshipListOperationWithMultiplePages[1].json +++ /dev/null @@ -1,2013 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1788367?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e3e63fd7-611d-4bff-ba61-1ddc8311a589" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5d10289ad61d4cb67ced52552e7cdeb8-c5d3cd4dd6e12659-01", - "mise-correlation-id" : "8f9887bf-6c6c-420c-a870-cd458c3e970f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1788367. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1116959?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "298af839-0f83-485a-b1b4-2819c86ff4da" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6de59e6d713b8808cdfaeca81ee12a93-d6deff7c7ffd531f-01", - "mise-correlation-id" : "19e51220-9658-45d5-a88f-84e0d21a4b2e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1116959. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1454541?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "12bc046d-13ad-4e34-8268-6e84e0580d78" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-91f1f95ca861a7195e66f545d7c6d1ce-397834de7bd3ee01-01", - "mise-correlation-id" : "8bc4e7fb-568a-491d-ae23-0a0c4b7147c8", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:hvac;1454541. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "33bea5b8-8811-4c65-b924-4bf84002d8c9" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4614202853317fba99f5722bc7254ddd-096315f9ddc1ad1a-01", - "mise-correlation-id" : "b86bb65d-4ce5-4341-b46d-4512303e124c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin639960. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9dd40179-f93d-4697-9c8d-703f99162846" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de6705b97bc3f969812fe4d565566bfe-262a3b6c575b9509-01", - "mise-correlation-id" : "126ed3bf-a37d-496c-99d0-1d8bccf7b4b0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin526457. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin743228?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3cb98330-1726-43f1-a9bf-e7129837c9e7" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-43aab1a67de85983191174ad5fe50b4e-1d62d57314a0ba40-01", - "mise-correlation-id" : "7b3127ed-a9ae-4689-bfd1-923bf4465e57", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID hvacTwin743228. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "175203a1-3bf3-497a-87a4-ee4ea12bbf87", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "566", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-23fce478e7f5efe989ec6bc8685b3a67-2e95ca90e259acfd-01", - "mise-correlation-id" : "c5cc5e66-79d5-48ee-a972-310a49c81ca9", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:floor;1788367\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:01.5682186+00:00\"},{\"id\":\"dtmi:example:room;1116959\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:01.5682557+00:00\"},{\"id\":\"dtmi:example:hvac;1454541\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:01.5682806+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "21b26393-30be-4dc7-8230-7f2bd3922219", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"95eb3a06-d230-4f26-ad74-1c3fd51b24e4\"", - "traceresponse" : "00-a7d3bec2eb5d37a642227ba962e144cc-fc5f19e76279f7d0-01", - "mise-correlation-id" : "bc17d168-ad9c-42c0-b401-b2c111918a98", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin639960\",\"$etag\":\"W/\\\"95eb3a06-d230-4f26-ad74-1c3fd51b24e4\\\"\",\"AverageTemperature\":75,\"$metadata\":{\"$model\":\"dtmi:example:floor;1788367\",\"$lastUpdateTime\":\"2022-06-29T13:43:01.6443696Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.6443696Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a7d5e9c3-e059-4407-ad76-2127da67bd4e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d0dbe686-405d-4697-85e2-d3fbeb531168\"", - "traceresponse" : "00-35d50dcbaf99f336bc1741754b42c6df-12bfe4386b05a761-01", - "mise-correlation-id" : "44c5bd6d-79c0-4fd1-bccd-aa114605462e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin526457\",\"$etag\":\"W/\\\"d0dbe686-405d-4697-85e2-d3fbeb531168\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1116959\",\"$lastUpdateTime\":\"2022-06-29T13:43:01.7176148Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.7176148Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.7176148Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.7176148Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.7176148Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin743228?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8923ffe5-94ed-420c-9033-9c1357289bfa", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "359", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"6e0844ca-50c7-40c9-ad5b-e0cf30142b8a\"", - "traceresponse" : "00-8a27193b3f05f49767f186dc1671ad93-a346a22551bfc324-01", - "mise-correlation-id" : "658444f8-7e57-4171-b76b-4679929b2273", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"hvacTwin743228\",\"$etag\":\"W/\\\"6e0844ca-50c7-40c9-ad5b-e0cf30142b8a\\\"\",\"TargetTemperature\":80,\"TargetHumidity\":25,\"$metadata\":{\"$model\":\"dtmi:example:hvac;1454541\",\"$lastUpdateTime\":\"2022-06-29T13:43:01.7991746Z\",\"TargetTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.7991746Z\"},\"TargetHumidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:01.7991746Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship4d5b39a7-41be-43d4-bd61-44baae24e9ad?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4696ef68-9d8d-4170-9077-e658bba14d53", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"78c3357c-3e0b-4429-a87e-93a065e12481\"", - "traceresponse" : "00-5ce278e5b0332c7aaf5df0848b24193e-e8c059f8a58500dd-01", - "mise-correlation-id" : "bc672237-67b0-4e5e-b79a-5150bc9384ae", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship4d5b39a7-41be-43d4-bd61-44baae24e9ad\",\"$etag\":\"W/\\\"78c3357c-3e0b-4429-a87e-93a065e12481\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship0f67b5a8-eb79-4169-bf05-8db7fd880691?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e20bd687-b4a0-4780-8464-3735579ae36d", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"277a0f11-27bd-424a-9cf5-bed63d589c05\"", - "traceresponse" : "00-c7067d60f442489656aae7f6a1890ac9-c513e683291bcd13-01", - "mise-correlation-id" : "fc9f99e6-2af3-4189-9cfe-749d3babdffb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship0f67b5a8-eb79-4169-bf05-8db7fd880691\",\"$etag\":\"W/\\\"277a0f11-27bd-424a-9cf5-bed63d589c05\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:00 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipb0c41396-ec8b-447a-bb50-0e6853546f22?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9bc7958e-3a46-42c6-873f-4b42150279b8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e8df12dc-1747-41ab-b043-a5247fdf7008\"", - "traceresponse" : "00-f2d0632dce707043093a3795f26a7a6f-318675bf2872785f-01", - "mise-correlation-id" : "6d154bb7-254a-4d75-a9f7-832f934a64fe", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipb0c41396-ec8b-447a-bb50-0e6853546f22\",\"$etag\":\"W/\\\"e8df12dc-1747-41ab-b043-a5247fdf7008\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipa5ebbbd9-62c5-4964-b808-8e74e4e3d9f6?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ecefa4e3-77e0-4f8a-9337-b4a9a9fbe07f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ffdb6746-2b29-4eda-90bd-30beb997b2a1\"", - "traceresponse" : "00-b344e3816d17cf6be066bc3505d12705-9d704d94273df32c-01", - "mise-correlation-id" : "da666cc4-b5a4-444c-924c-e68ff6a69120", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipa5ebbbd9-62c5-4964-b808-8e74e4e3d9f6\",\"$etag\":\"W/\\\"ffdb6746-2b29-4eda-90bd-30beb997b2a1\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship56c81203-9e6a-4a31-8bb6-494e4fe328cb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cacb467b-2299-4a5a-b468-388fd301b093", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e7f70dab-6ec9-47e8-a225-c418b084bd24\"", - "traceresponse" : "00-d4502bfb3012353fb846670707ba73dd-be2a4f79f7ebaf91-01", - "mise-correlation-id" : "be264c8e-2104-4443-a8ca-71d93488cd5f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship56c81203-9e6a-4a31-8bb6-494e4fe328cb\",\"$etag\":\"W/\\\"e7f70dab-6ec9-47e8-a225-c418b084bd24\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipb0792c09-7adc-42a2-9686-94257acc6827?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "232a5aa3-2d7a-4edf-8f95-4f3ea0761f9d", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"0aa6ac7f-cb4e-4a1e-ae8f-34af33a682b9\"", - "traceresponse" : "00-b7cdf41282194027ef26e633cd359108-d28b267eeb9f0de1-01", - "mise-correlation-id" : "ba7830da-50c9-4aa6-a7c5-49e01490361c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipb0792c09-7adc-42a2-9686-94257acc6827\",\"$etag\":\"W/\\\"0aa6ac7f-cb4e-4a1e-ae8f-34af33a682b9\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipd955544f-10ee-4153-91f4-8a1f3dee9b02?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "697f9891-f016-4a26-b5d8-e612e10e6969", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"74c8629c-db03-4e7e-adb7-dafe79ce0f97\"", - "traceresponse" : "00-254df385d96308ef6ecb5d295f377f30-134d19647fb285d3-01", - "mise-correlation-id" : "f39f5678-1f61-4086-95af-683dc4ea6319", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipd955544f-10ee-4153-91f4-8a1f3dee9b02\",\"$etag\":\"W/\\\"74c8629c-db03-4e7e-adb7-dafe79ce0f97\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe9ac1fe3-91fa-4435-8755-bc30b06ebc16?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f47b1006-1a61-439f-8b9f-a32d2d4b2701", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"24666f75-37a4-4e07-8cfc-64bfad5714b0\"", - "traceresponse" : "00-cc5a57a9c7fda3119c6ff9ad9934b75f-9ccb760fdec499b6-01", - "mise-correlation-id" : "7d13be8a-eabc-448a-8eff-a9b68408f2e9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipe9ac1fe3-91fa-4435-8755-bc30b06ebc16\",\"$etag\":\"W/\\\"24666f75-37a4-4e07-8cfc-64bfad5714b0\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe0491bb1-3609-40e9-bff4-2a5810221dc9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "82954b09-4089-4421-bd21-01fb4ff021cb", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"5781e7cc-1173-4714-be52-a50dd1265af3\"", - "traceresponse" : "00-42b7889ef3e863aff44c440d21460e40-9a80ad7d3d79960c-01", - "mise-correlation-id" : "401e3cb1-4b02-4423-b85a-f99146268747", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipe0491bb1-3609-40e9-bff4-2a5810221dc9\",\"$etag\":\"W/\\\"5781e7cc-1173-4714-be52-a50dd1265af3\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship51d8f6fe-2518-433c-bef9-298817d011ed?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0edac495-d4b0-4a70-9cab-02e506620ba6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"70a93152-5318-4ae6-b1dc-9bcc61852f2a\"", - "traceresponse" : "00-3516899f20d11d4b355e21d4568fcf23-c11b80c8bd997ed1-01", - "mise-correlation-id" : "04f5e350-47e0-42d5-95e8-e20f252dcb1e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship51d8f6fe-2518-433c-bef9-298817d011ed\",\"$etag\":\"W/\\\"70a93152-5318-4ae6-b1dc-9bcc61852f2a\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship0ae4bb32-ae28-4325-b11e-1fd780e18117?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d52b32b-847c-435d-8bf6-ea44838ca434", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"97327f35-7de4-4e22-abe0-0124b3fbb564\"", - "traceresponse" : "00-c951181e690c7de92b4659099890cc99-4039be4d2a9c7afc-01", - "mise-correlation-id" : "5d6114e2-17cc-441f-bba4-a42eb2220864", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship0ae4bb32-ae28-4325-b11e-1fd780e18117\",\"$etag\":\"W/\\\"97327f35-7de4-4e22-abe0-0124b3fbb564\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe6c3df0f-130d-4186-9447-3a73d01e7ebe?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "de2a3127-d8ee-4c87-877c-947ce828ff2c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"19b054c2-adca-4886-b486-2a3d8df3b382\"", - "traceresponse" : "00-18be568551481ad67a30f6425cb6d6c4-8b21df060c931d34-01", - "mise-correlation-id" : "9caeac01-d4a5-4fda-a1c0-0613798ab288", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipe6c3df0f-130d-4186-9447-3a73d01e7ebe\",\"$etag\":\"W/\\\"19b054c2-adca-4886-b486-2a3d8df3b382\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship4955ebac-b365-4c8a-876f-ca9664e9f464?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "994d8316-0fac-4e02-8131-0bf9a791eca3", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d5a545d1-d4c8-4568-bd1f-07602235c173\"", - "traceresponse" : "00-7faa1ec18b346a46a0b9aa3c1a56ef1f-d5797cc07019174c-01", - "mise-correlation-id" : "0e66f5db-eff6-48b3-8ff2-9ccadb0b994a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship4955ebac-b365-4c8a-876f-ca9664e9f464\",\"$etag\":\"W/\\\"d5a545d1-d4c8-4568-bd1f-07602235c173\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship03681944-e663-4dea-b77e-7c9e0b103d58?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "598728b6-9ae5-40b6-8e23-4d81bb1f1ba7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f1229dc1-ee4f-49de-9371-30c0b9db25bc\"", - "traceresponse" : "00-0af99248d52a226b0d792c0749446d20-763b667086b8abba-01", - "mise-correlation-id" : "8f2e409c-82af-4ee4-a022-952853374377", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship03681944-e663-4dea-b77e-7c9e0b103d58\",\"$etag\":\"W/\\\"f1229dc1-ee4f-49de-9371-30c0b9db25bc\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship8a9f37ea-dbf9-4494-8c3c-6042cc043521?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66ed0bd6-45ad-48c8-837e-6efd832ae32b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"77d443ef-f620-4304-b655-8ed467b9e1e3\"", - "traceresponse" : "00-7768a4793a9a3229ea793512f6d94214-435948565aad5713-01", - "mise-correlation-id" : "fd623d25-7026-4f26-aa51-1800d3cab85a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship8a9f37ea-dbf9-4494-8c3c-6042cc043521\",\"$etag\":\"W/\\\"77d443ef-f620-4304-b655-8ed467b9e1e3\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe2415b99-6940-491b-b74c-e2ef713c8057?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4381ef5e-e8cc-4d27-b847-7fb21f7ed8ad", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"07239cff-ce13-4217-b2cd-26cd86b0da36\"", - "traceresponse" : "00-fecd52d73850b9a1d9fc1ef22fb94813-017a4e1cf4455a0f-01", - "mise-correlation-id" : "cbe2a7ec-4155-46c0-a3bf-b3b744558d55", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationshipe2415b99-6940-491b-b74c-e2ef713c8057\",\"$etag\":\"W/\\\"07239cff-ce13-4217-b2cd-26cd86b0da36\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship1573fca9-259a-439e-bc6a-54e039f31ebb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cc695eb6-7dd5-4c0b-b9a3-19c8844203c6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ae534b47-9024-44fe-8124-32efec583604\"", - "traceresponse" : "00-21dbb4242835e182589c71fe5c0bddde-15799d3f66f9177c-01", - "mise-correlation-id" : "c52e2b3e-d0c7-4332-83b7-5af33aec558f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship1573fca9-259a-439e-bc6a-54e039f31ebb\",\"$etag\":\"W/\\\"ae534b47-9024-44fe-8124-32efec583604\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship3dd5a520-e803-4a66-9fea-86371b7b64b6?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "339e23a7-1e88-436d-84af-6d7e1cedf339", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f3ebf7cf-18d9-4399-a8ba-4f6c3c548182\"", - "traceresponse" : "00-8eee65b45c0f73f25532530c556dc454-82abb36759bd5341-01", - "mise-correlation-id" : "846d1aad-ce72-465d-bc98-6fbb58768bc1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship3dd5a520-e803-4a66-9fea-86371b7b64b6\",\"$etag\":\"W/\\\"f3ebf7cf-18d9-4399-a8ba-4f6c3c548182\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship0ebb769e-a561-4b87-97b7-20b6671ca566?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e75c1c10-e212-4bca-b0e5-5184aa06baf4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2a76d416-2828-40c9-a9b3-258ec151e311\"", - "traceresponse" : "00-a3e27ea26a3843f6c0faf18a2192af1c-7aa9a2e2b960895b-01", - "mise-correlation-id" : "72e8e010-9297-49ed-8dfa-a281ddecf27b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship0ebb769e-a561-4b87-97b7-20b6671ca566\",\"$etag\":\"W/\\\"2a76d416-2828-40c9-a9b3-258ec151e311\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship24cae564-8c83-46f4-9d31-d54c53db8d3e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5136df98-d9f0-464e-addd-16b48d710285", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e69fbe29-626a-419d-aed7-2b20b60f3586\"", - "traceresponse" : "00-faab0a9ef63f99cf63ca59e015af1cdf-b16f8a361f687abc-01", - "mise-correlation-id" : "58d1ac3a-a332-45a4-93ea-e4c6e03b578c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship24cae564-8c83-46f4-9d31-d54c53db8d3e\",\"$etag\":\"W/\\\"e69fbe29-626a-419d-aed7-2b20b60f3586\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:03 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship9176c5b9-f34e-4eb5-9929-d38c76e09c96?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "628cb783-857b-4de6-b844-765a25673f69", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "250", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"32f95b5a-70ec-4260-ab08-2a471bd7e141\"", - "traceresponse" : "00-3b32dc961c285eac240805a8942c6609-7a00e97f26ca7391-01", - "mise-correlation-id" : "6becce9c-e7a0-4fc4-9f8c-9c2c41b7f752", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"FloorToRoomRelationship9176c5b9-f34e-4eb5-9929-d38c76e09c96\",\"$etag\":\"W/\\\"32f95b5a-70ec-4260-ab08-2a471bd7e141\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}", - "Date" : "Wed, 29 Jun 2022 13:43:03 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipf7900589-8d45-42a6-a2a0-ac7b85f0d727?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2fb6eaaf-3421-4e33-9e34-1d3be5e9225b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"31312840-7916-4fa3-aef7-69ff6b3e570f\"", - "traceresponse" : "00-8c34c8078b7ccb2b829bee900f1bb589-786eafbda7e49767-01", - "mise-correlation-id" : "8d4452a4-e453-4437-9b25-170c2c88e0eb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipf7900589-8d45-42a6-a2a0-ac7b85f0d727\",\"$etag\":\"W/\\\"31312840-7916-4fa3-aef7-69ff6b3e570f\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c87ff9c9-8779-4d36-9c81-cadd621452b7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c7ffc639-c197-4ec0-bf5b-60891db672f9\"", - "traceresponse" : "00-eabfc4914cf3d20b5fccdb63504048f4-ee59eed6e61351f5-01", - "mise-correlation-id" : "4abae25f-dcb0-4c4d-bd50-2dbccdcee018", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029\",\"$etag\":\"W/\\\"c7ffc639-c197-4ec0-bf5b-60891db672f9\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ef83fe36-a9ad-459c-837d-ba38571a42a7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8bfac206-7f97-400b-bb9d-053bd94de4c6\"", - "traceresponse" : "00-0c4851d8b325a11135de48c3d4bad41e-384bc09240d1f1d8-01", - "mise-correlation-id" : "01432a9c-784a-4e8e-a982-d3c385af709e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e\",\"$etag\":\"W/\\\"8bfac206-7f97-400b-bb9d-053bd94de4c6\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship1757242e-0637-4452-9d04-eae2dab5fc4f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "69c7f629-c12a-431a-9f07-b8de01506b48", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"2cfdb2c1-bb86-43df-8cce-c2adcc196eb4\"", - "traceresponse" : "00-ae46e8b075a616ff8d778f2444aaf708-c14f2a47180971b8-01", - "mise-correlation-id" : "c9fde32e-66f4-416c-90ea-09a03a526ebc", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship1757242e-0637-4452-9d04-eae2dab5fc4f\",\"$etag\":\"W/\\\"2cfdb2c1-bb86-43df-8cce-c2adcc196eb4\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4a3bd92c-b27d-41c6-bec8-b52c0dada58c?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "144c456e-64bb-4acf-9b86-9b689bfaaaec", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"713b5ddf-58b6-46f9-a932-7e7304172560\"", - "traceresponse" : "00-b9a155a92f73ae25b5502d4478a67c76-90e1dba0fbc3c539-01", - "mise-correlation-id" : "e4de6116-ac37-4254-9ff7-3c2c31e1e0d5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship4a3bd92c-b27d-41c6-bec8-b52c0dada58c\",\"$etag\":\"W/\\\"713b5ddf-58b6-46f9-a932-7e7304172560\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship35fab6bd-8bca-44ce-91c1-eb9bb25d6259?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c054a46e-3a1b-4a2c-9bc9-5f219f868441", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"809e6deb-dade-4b89-925b-b9a5257475f4\"", - "traceresponse" : "00-f6f907e878760af2d94d024596e07783-ffe8e6a2264c45d4-01", - "mise-correlation-id" : "3c4b5c60-04bf-459c-960e-fe52edb43913", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship35fab6bd-8bca-44ce-91c1-eb9bb25d6259\",\"$etag\":\"W/\\\"809e6deb-dade-4b89-925b-b9a5257475f4\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipa0e0ff5f-8542-4ce0-9810-0bf39f776568?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "112042ef-d356-411f-b401-41095d6e009f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1f66ec18-7d4d-41d6-81e2-a4237c0ad7fc\"", - "traceresponse" : "00-43e5cb9e7a10e60c7ddd21c39dc0ad65-c16a624488e0578f-01", - "mise-correlation-id" : "b3cd6455-cd9a-4603-b87d-6097dd7f706b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipa0e0ff5f-8542-4ce0-9810-0bf39f776568\",\"$etag\":\"W/\\\"1f66ec18-7d4d-41d6-81e2-a4237c0ad7fc\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship310235ea-5c50-4e85-a2c5-49396e38fd57?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "05b9f51f-2fd5-4bd4-8562-c79e3561808e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d7a5450c-20e9-401a-aa78-360e473dd890\"", - "traceresponse" : "00-62e93d65abf254033cf21712fd83d3ae-27e6ecf74b910123-01", - "mise-correlation-id" : "32b86ccc-548e-42e0-894a-9a2898ad1b51", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship310235ea-5c50-4e85-a2c5-49396e38fd57\",\"$etag\":\"W/\\\"d7a5450c-20e9-401a-aa78-360e473dd890\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipbbf99fcf-aabe-4e85-829b-3531d74d8e9a?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "778491af-d7da-47e4-8205-27e86f9299fc", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"4f9ad4e3-ecbb-442a-8b87-15e7c9327b34\"", - "traceresponse" : "00-3c9dcd69188542cd76f9dfd87f26679b-b7544d00680e4dc1-01", - "mise-correlation-id" : "1e123729-a53e-41a0-a45f-0760cec28597", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipbbf99fcf-aabe-4e85-829b-3531d74d8e9a\",\"$etag\":\"W/\\\"4f9ad4e3-ecbb-442a-8b87-15e7c9327b34\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship106dcb77-0cac-4af8-9fe3-73357b631d52?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a5d4ee5f-8854-4404-8e45-759c161cf800", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"765e078d-72e9-426d-b39f-08e0d2b72e2c\"", - "traceresponse" : "00-90ac90e7f5edcc416ec1c8ef40dd5212-d1b806d93c818458-01", - "mise-correlation-id" : "6bbd0c57-0d24-458e-80aa-5e7c7f4a301d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship106dcb77-0cac-4af8-9fe3-73357b631d52\",\"$etag\":\"W/\\\"765e078d-72e9-426d-b39f-08e0d2b72e2c\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship70b79198-e0ff-4ce8-a1fc-ad1d6d441365?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "577d2f73-9cd3-4605-96ac-f70fea1ff7f8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"7e36a930-e3a5-4fba-ba22-2574c7e63b9f\"", - "traceresponse" : "00-075c3cf97cf3c160082dd534ab6725fe-8ce615c47efeccf5-01", - "mise-correlation-id" : "1797c4cb-e606-4256-8718-f3d06f74b69c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship70b79198-e0ff-4ce8-a1fc-ad1d6d441365\",\"$etag\":\"W/\\\"7e36a930-e3a5-4fba-ba22-2574c7e63b9f\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipe968bc83-9c66-45ec-bdd8-a90c2bcad344?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bfbdab4c-bc1b-4a4f-b703-778dcc108d60", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"277c1f43-f5a2-4417-a317-86bef488a272\"", - "traceresponse" : "00-7609e7aeb1fc8126472d3cc3abc546ed-4b552906d89c1059-01", - "mise-correlation-id" : "9e151bb2-186b-4fe6-93e4-4401640fcadf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipe968bc83-9c66-45ec-bdd8-a90c2bcad344\",\"$etag\":\"W/\\\"277c1f43-f5a2-4417-a317-86bef488a272\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship68ac579c-6389-41f7-9f46-fef3bc1317ff?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "518e970a-7db0-44ae-8d78-8f8bd2067339", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d9d3ff8f-a1f1-46d8-baff-6ee1a37a6e83\"", - "traceresponse" : "00-3c0432044163ef3c00a2834a12227089-806a1a58b2144a42-01", - "mise-correlation-id" : "180b5de2-f2f5-41ef-8803-d32560f62c0c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship68ac579c-6389-41f7-9f46-fef3bc1317ff\",\"$etag\":\"W/\\\"d9d3ff8f-a1f1-46d8-baff-6ee1a37a6e83\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship8ee007c7-0844-4502-ac58-fb91d272422e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "36c5e043-6216-41df-9023-a603a2151279", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"57c70765-1b95-4f39-ab24-4106a49e472d\"", - "traceresponse" : "00-3d2857aa7f753b041cee0b631a361a25-c030c75a2783e95e-01", - "mise-correlation-id" : "180dde8c-bce3-4c4f-8484-dfa3f9d7d6e3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship8ee007c7-0844-4502-ac58-fb91d272422e\",\"$etag\":\"W/\\\"57c70765-1b95-4f39-ab24-4106a49e472d\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4aa767ac-3e88-4053-8e6a-f832f7048c17?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a782f3a7-2a25-4df5-9e9e-e5b55d0ee486", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1040889f-ca39-4e97-aa1c-8575f981187a\"", - "traceresponse" : "00-106b218e5050a9a6d0e8d57e63c6faf8-077fb31d2a4b1038-01", - "mise-correlation-id" : "90a469fe-69a7-4f07-945b-827b004b5ac5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship4aa767ac-3e88-4053-8e6a-f832f7048c17\",\"$etag\":\"W/\\\"1040889f-ca39-4e97-aa1c-8575f981187a\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4e435f19-c47f-4ceb-8c4e-a865feee1b5f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9c0dfc8-6bd2-4f03-b4c5-e55c2502d171", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"d9298dd3-5e70-4878-93e6-b853474aaf4b\"", - "traceresponse" : "00-8bd8475eed2a9031f8c23dd3910eba67-ae9fe9105c6cd5d6-01", - "mise-correlation-id" : "6e48ae8f-3210-4a8f-af61-ac712e92cd70", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship4e435f19-c47f-4ceb-8c4e-a865feee1b5f\",\"$etag\":\"W/\\\"d9298dd3-5e70-4878-93e6-b853474aaf4b\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship3d363c49-258c-4054-9c99-821b2d312b5d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "418684e6-26e9-44e0-9c37-62ee6cedce03", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"260523da-10f9-4cf2-beed-6fd1e7748bc9\"", - "traceresponse" : "00-983bcba06a591086bbd2e554d476f786-8061d8edd012b1af-01", - "mise-correlation-id" : "740af970-f448-4232-923f-002e4aa61290", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship3d363c49-258c-4054-9c99-821b2d312b5d\",\"$etag\":\"W/\\\"260523da-10f9-4cf2-beed-6fd1e7748bc9\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship3ff80231-cf1a-45f2-9d0c-84f3b7c86d93?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b6843520-54cb-456d-94ab-0c01beff91ab", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"92bfc11a-bcb6-416d-ba9b-10fe704ddf41\"", - "traceresponse" : "00-a944d3fb9b57a779b8df43cf464b3ba0-c25d5a8ec409b6a9-01", - "mise-correlation-id" : "5ead9d2a-1456-4eb7-9919-7ebc8575acfd", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship3ff80231-cf1a-45f2-9d0c-84f3b7c86d93\",\"$etag\":\"W/\\\"92bfc11a-bcb6-416d-ba9b-10fe704ddf41\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipe6b4e396-1c1a-47b2-93fd-b27d7000a96e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c968aa00-464d-4cd2-8daf-efdf2b6f2fb9", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e5b02bcb-2a74-42eb-86b7-5a0bcf217a63\"", - "traceresponse" : "00-0c961a3c318cb94a8dd683f765d1f0e3-44d45dcedfb3ada9-01", - "mise-correlation-id" : "073c26e5-0aa6-43ef-8f8d-29c8f2f7ced5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipe6b4e396-1c1a-47b2-93fd-b27d7000a96e\",\"$etag\":\"W/\\\"e5b02bcb-2a74-42eb-86b7-5a0bcf217a63\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship5817cd44-6076-477d-b758-90daf8da3b8c?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "64e1fbe7-7842-4f95-aa5e-9ed90d60bdc1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"ec475676-ece7-49b5-b932-7f9eef28890f\"", - "traceresponse" : "00-f7bb20e95e30f90a8b1ed254e8883d57-d4d58f6f31596fde-01", - "mise-correlation-id" : "e8608aba-bc2b-4533-b7ec-449f0126ddce", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationship5817cd44-6076-477d-b758-90daf8da3b8c\",\"$etag\":\"W/\\\"ec475676-ece7-49b5-b932-7f9eef28890f\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipa98aa7f4-9419-4c27-817f-04b9bee318a9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0418b971-13e0-4fba-ba68-1b9dfb684c90", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "227", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c429c931-0a8f-4ca5-a99d-6736ab836591\"", - "traceresponse" : "00-96a5de0a5c9993f82b6599937e018d69-95655fd30f50c476-01", - "mise-correlation-id" : "61756d1e-5841-4826-b70d-6ee835ac830f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$relationshipId\":\"RoomToFloorRelationshipa98aa7f4-9419-4c27-817f-04b9bee318a9\",\"$etag\":\"W/\\\"c429c931-0a8f-4ca5-a99d-6736ab836591\\\"\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$targetId\":\"floorTwin639960\"}", - "Date" : "Wed, 29 Jun 2022 13:43:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "61e6239f-8635-4f7a-928d-b9dbf3141ee0" - }, - "Response" : { - "content-length" : "2754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e9b35bdc79dccde32ae26f29b6278704-30d43f75e9c1b841-01", - "mise-correlation-id" : "72c24c6f-1c00-4472-8079-6d9673281654", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships?continuationToken=FloorToRoomRelationship51d8f6fe-2518-433c-bef9-298817d011ed_floorTwin639960&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship03681944-e663-4dea-b77e-7c9e0b103d58\",\"$etag\":\"W/\\\"f1229dc1-ee4f-49de-9371-30c0b9db25bc\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship0ae4bb32-ae28-4325-b11e-1fd780e18117\",\"$etag\":\"W/\\\"97327f35-7de4-4e22-abe0-0124b3fbb564\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship0ebb769e-a561-4b87-97b7-20b6671ca566\",\"$etag\":\"W/\\\"2a76d416-2828-40c9-a9b3-258ec151e311\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship0f67b5a8-eb79-4169-bf05-8db7fd880691\",\"$etag\":\"W/\\\"277a0f11-27bd-424a-9cf5-bed63d589c05\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship1573fca9-259a-439e-bc6a-54e039f31ebb\",\"$etag\":\"W/\\\"ae534b47-9024-44fe-8124-32efec583604\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship24cae564-8c83-46f4-9d31-d54c53db8d3e\",\"$etag\":\"W/\\\"e69fbe29-626a-419d-aed7-2b20b60f3586\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship3dd5a520-e803-4a66-9fea-86371b7b64b6\",\"$etag\":\"W/\\\"f3ebf7cf-18d9-4399-a8ba-4f6c3c548182\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship4955ebac-b365-4c8a-876f-ca9664e9f464\",\"$etag\":\"W/\\\"d5a545d1-d4c8-4568-bd1f-07602235c173\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship4d5b39a7-41be-43d4-bd61-44baae24e9ad\",\"$etag\":\"W/\\\"78c3357c-3e0b-4429-a87e-93a065e12481\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship51d8f6fe-2518-433c-bef9-298817d011ed\",\"$etag\":\"W/\\\"70a93152-5318-4ae6-b1dc-9bcc61852f2a\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships?continuationToken=FloorToRoomRelationship51d8f6fe-2518-433c-bef9-298817d011ed_floorTwin639960&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aa7790ae-2847-4fe5-8477-016dbb4155fe" - }, - "Response" : { - "content-length" : "2754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a88e9d8900fec738d380c909decb7cf1-8803d5dcf097b586-01", - "mise-correlation-id" : "4ff72db2-653c-4035-9619-dbebfef8e63a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships?continuationToken=FloorToRoomRelationshipe6c3df0f-130d-4186-9447-3a73d01e7ebe_floorTwin639960&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"FloorToRoomRelationship56c81203-9e6a-4a31-8bb6-494e4fe328cb\",\"$etag\":\"W/\\\"e7f70dab-6ec9-47e8-a225-c418b084bd24\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship8a9f37ea-dbf9-4494-8c3c-6042cc043521\",\"$etag\":\"W/\\\"77d443ef-f620-4304-b655-8ed467b9e1e3\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationship9176c5b9-f34e-4eb5-9929-d38c76e09c96\",\"$etag\":\"W/\\\"32f95b5a-70ec-4260-ab08-2a471bd7e141\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipa5ebbbd9-62c5-4964-b808-8e74e4e3d9f6\",\"$etag\":\"W/\\\"ffdb6746-2b29-4eda-90bd-30beb997b2a1\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipb0792c09-7adc-42a2-9686-94257acc6827\",\"$etag\":\"W/\\\"0aa6ac7f-cb4e-4a1e-ae8f-34af33a682b9\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipb0c41396-ec8b-447a-bb50-0e6853546f22\",\"$etag\":\"W/\\\"e8df12dc-1747-41ab-b043-a5247fdf7008\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipd955544f-10ee-4153-91f4-8a1f3dee9b02\",\"$etag\":\"W/\\\"74c8629c-db03-4e7e-adb7-dafe79ce0f97\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipe0491bb1-3609-40e9-bff4-2a5810221dc9\",\"$etag\":\"W/\\\"5781e7cc-1173-4714-be52-a50dd1265af3\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipe2415b99-6940-491b-b74c-e2ef713c8057\",\"$etag\":\"W/\\\"07239cff-ce13-4217-b2cd-26cd86b0da36\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true},{\"$relationshipId\":\"FloorToRoomRelationshipe6c3df0f-130d-4186-9447-3a73d01e7ebe\",\"$etag\":\"W/\\\"19b054c2-adca-4886-b486-2a3d8df3b382\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships?continuationToken=FloorToRoomRelationshipe6c3df0f-130d-4186-9447-3a73d01e7ebe_floorTwin639960&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "77a5ff01-eb12-4e17-b60c-7defe4a55fad" - }, - "Response" : { - "content-length" : "278", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-db23be79ad7196f867d180250b70c05a-5de4de896ffcc905-01", - "mise-correlation-id" : "3fb551fe-3843-4328-a4fe-85369bb165cb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"FloorToRoomRelationshipe9ac1fe3-91fa-4435-8755-bc30b06ebc16\",\"$etag\":\"W/\\\"24666f75-37a4-4e07-8cfc-64bfad5714b0\\\"\",\"$sourceId\":\"floorTwin639960\",\"$relationshipName\":\"contains\",\"$targetId\":\"roomTwin526457\",\"isAccessRestricted\":true}]}", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/incomingrelationships?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "47bf9a64-910c-427f-910c-88bf53136081" - }, - "Response" : { - "content-length" : "3771", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e666fc8531efdd537d797da9d6bccba6-e4a08de2fe4311ed-01", - "mise-correlation-id" : "23f98d5b-02eb-4294-97d5-059c429ac63b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/incomingrelationships?continuationToken=RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e_roomTwin526457&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship106dcb77-0cac-4af8-9fe3-73357b631d52\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship106dcb77-0cac-4af8-9fe3-73357b631d52?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship1757242e-0637-4452-9d04-eae2dab5fc4f\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship1757242e-0637-4452-9d04-eae2dab5fc4f?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship310235ea-5c50-4e85-a2c5-49396e38fd57\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship310235ea-5c50-4e85-a2c5-49396e38fd57?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship35fab6bd-8bca-44ce-91c1-eb9bb25d6259\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship35fab6bd-8bca-44ce-91c1-eb9bb25d6259?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship3d363c49-258c-4054-9c99-821b2d312b5d\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship3d363c49-258c-4054-9c99-821b2d312b5d?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship3ff80231-cf1a-45f2-9d0c-84f3b7c86d93\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship3ff80231-cf1a-45f2-9d0c-84f3b7c86d93?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship4a3bd92c-b27d-41c6-bec8-b52c0dada58c\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4a3bd92c-b27d-41c6-bec8-b52c0dada58c?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship4aa767ac-3e88-4053-8e6a-f832f7048c17\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4aa767ac-3e88-4053-8e6a-f832f7048c17?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship4e435f19-c47f-4ceb-8c4e-a865feee1b5f\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4e435f19-c47f-4ceb-8c4e-a865feee1b5f?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/incomingrelationships?continuationToken=RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e_roomTwin526457&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ff4eeff1-28a5-4119-a6ce-b13c530ce6c2" - }, - "Response" : { - "content-length" : "3771", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fe4d936ef749db0d55f940808c21ae98-29b37f5bba57da60-01", - "mise-correlation-id" : "13a095b1-13d9-42fe-9cdb-fe7dd9146d12", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/incomingrelationships?continuationToken=RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029_roomTwin526457&api-version=2022-05-31\",\"value\":[{\"$relationshipId\":\"RoomToFloorRelationship5817cd44-6076-477d-b758-90daf8da3b8c\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship5817cd44-6076-477d-b758-90daf8da3b8c?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship68ac579c-6389-41f7-9f46-fef3bc1317ff\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship68ac579c-6389-41f7-9f46-fef3bc1317ff?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship70b79198-e0ff-4ce8-a1fc-ad1d6d441365\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship70b79198-e0ff-4ce8-a1fc-ad1d6d441365?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationship8ee007c7-0844-4502-ac58-fb91d272422e\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship8ee007c7-0844-4502-ac58-fb91d272422e?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipa0e0ff5f-8542-4ce0-9810-0bf39f776568\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipa0e0ff5f-8542-4ce0-9810-0bf39f776568?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipa98aa7f4-9419-4c27-817f-04b9bee318a9\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipa98aa7f4-9419-4c27-817f-04b9bee318a9?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipbbf99fcf-aabe-4e85-829b-3531d74d8e9a\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipbbf99fcf-aabe-4e85-829b-3531d74d8e9a?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipe6b4e396-1c1a-47b2-93fd-b27d7000a96e\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipe6b4e396-1c1a-47b2-93fd-b27d7000a96e?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipe968bc83-9c66-45ec-bdd8-a90c2bcad344\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipe968bc83-9c66-45ec-bdd8-a90c2bcad344?api-version=2022-05-31\"},{\"$relationshipId\":\"RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/incomingrelationships?continuationToken=RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029_roomTwin526457&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1354206f-a75c-4a24-b324-5477e32d366f" - }, - "Response" : { - "content-length" : "379", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8fd6bc8221e1299db32a2a66a8ed314f-3458dbad2379e8b2-01", - "mise-correlation-id" : "005533a0-b554-4f82-8fa3-773baabad738", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"nextLink\":null,\"value\":[{\"$relationshipId\":\"RoomToFloorRelationshipf7900589-8d45-42a6-a2a0-ac7b85f0d727\",\"$sourceId\":\"roomTwin526457\",\"$relationshipName\":\"containedIn\",\"$relationshipLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipf7900589-8d45-42a6-a2a0-ac7b85f0d727?api-version=2022-05-31\"}]}", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship4d5b39a7-41be-43d4-bd61-44baae24e9ad?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9f441757-7b00-4398-b4db-f81cc76fed22" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-254aaff2cc94339edf83af827374327a-f26e69c6c3339d98-01", - "mise-correlation-id" : "8521250b-1248-4f0f-b6ff-ee936d8ccd06", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship0f67b5a8-eb79-4169-bf05-8db7fd880691?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "32da2b88-8dd7-48ab-899d-765920e38fe6" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a6cd7cfed625e7320d342c4c052dc1e0-27a4fc9b03d9b10c-01", - "mise-correlation-id" : "9420598a-6c08-4801-8025-a8bbe25e1baa", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipb0c41396-ec8b-447a-bb50-0e6853546f22?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "53af50d1-bdea-4a3b-bc6c-58bc49210e2c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f4b306b104d354215834c82b5e93b029-4b0d1a8c5a6d2867-01", - "mise-correlation-id" : "1c343292-4766-4878-98bb-dc71f54cbe79", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipa5ebbbd9-62c5-4964-b808-8e74e4e3d9f6?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0f2f6ce0-e8b5-4703-8cd4-b7af13d16cc2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2ae563f505d02268697e1338f5cf5bdc-c6fcb94e5f3f8f36-01", - "mise-correlation-id" : "20d265bc-6120-4b55-b458-4c9c53208171", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship56c81203-9e6a-4a31-8bb6-494e4fe328cb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "76dabf70-951f-459e-9d83-23053420701b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-016108ed480d31650d93344f8c887d8b-54750a32e9e52359-01", - "mise-correlation-id" : "52160907-07b4-4813-9912-50549cb6241b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipb0792c09-7adc-42a2-9686-94257acc6827?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a6a592d3-e587-49cb-a8c4-34e5be64b577" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3636bcb280e1fce808c4d5ce5b614582-fa1ceb3bd705dd2d-01", - "mise-correlation-id" : "3e952779-638d-473b-aeef-a6ed83dc0df0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipd955544f-10ee-4153-91f4-8a1f3dee9b02?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d1a5aebc-8e27-4723-b6b6-35d7471810b0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0cd9792d5bcbaab2946b801f73f3c644-9fe795c4a2c84d8b-01", - "mise-correlation-id" : "cbe1c384-15e8-4959-9bfa-f894411ef056", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe9ac1fe3-91fa-4435-8755-bc30b06ebc16?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0babf79b-feeb-4b00-a55a-d093f7f7ed82" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-65b7087ca9add2fae8e146030ede288e-9d9de021dd2d4e14-01", - "mise-correlation-id" : "c5f5a82c-7104-4f15-b13f-1ba3b974855f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe0491bb1-3609-40e9-bff4-2a5810221dc9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "67186844-a5fe-41d5-979b-570fa0b1a4c3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7e524073a6c3cfc138a9fc72894ff34f-8787a1ea27fdc405-01", - "mise-correlation-id" : "d09e4d49-83a5-46f4-92df-b5b5c6e792fa", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship51d8f6fe-2518-433c-bef9-298817d011ed?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8d526f1e-d34c-49c1-a7c3-237aa0e0d732" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5c83831dcd78824858adbc2f541aea59-4740dca925a21afc-01", - "mise-correlation-id" : "a8fb457f-f255-44e0-bbf4-d8e23130f073", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship0ae4bb32-ae28-4325-b11e-1fd780e18117?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c362d83a-3511-4f2c-ac66-3862874dc761" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0eccf18d171d1f9b65cb3d0165bf1d6c-6cfb2e618cf6791b-01", - "mise-correlation-id" : "4bd719fb-b808-46e7-927d-b174c44934e9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe6c3df0f-130d-4186-9447-3a73d01e7ebe?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "440b121c-01db-4557-afcf-49b8d0fcfb4f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-260e7510549a524455ba9e7dddd394b8-560452a0e43c183d-01", - "mise-correlation-id" : "fa3707ea-dc74-424f-911a-3beea75eaad4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship4955ebac-b365-4c8a-876f-ca9664e9f464?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eaaad785-120d-4780-9394-9674de2aae16" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8816fd29f3755d4a18f55d5f349b8dda-4a0121ae58e8a8bd-01", - "mise-correlation-id" : "aa433471-f297-489b-9f7e-30a7c9ba2a6c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship03681944-e663-4dea-b77e-7c9e0b103d58?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d3277f59-8661-4035-861a-a0289e28a119" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fc61b1bf1df2c5d1c573aab317b686cd-38a06b4c989ebe72-01", - "mise-correlation-id" : "d4915e7d-c29d-417d-bdd7-aa38755f6a44", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship8a9f37ea-dbf9-4494-8c3c-6042cc043521?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cb2388d2-599a-4dbc-a33d-257660729c8b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-617c7b95c3a40df3e248e5ce13814139-c57b142ac5342a51-01", - "mise-correlation-id" : "7edc296f-b7c3-4b08-afa4-fecbb2aa3a7f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationshipe2415b99-6940-491b-b74c-e2ef713c8057?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5530035b-4a24-435f-a1ed-184c36278dce" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-692d0e77ca12c5d78fe339227ca7f012-f7acebced7b777f7-01", - "mise-correlation-id" : "16ad0db9-c958-478b-8f70-dc3c0813b1cb", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship1573fca9-259a-439e-bc6a-54e039f31ebb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5f1201be-eec0-460d-96e8-4ddbfe85af0c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3009f99f421a802d011b086b8ab824a3-fe10f33d3d3011af-01", - "mise-correlation-id" : "55965d83-a245-45eb-8150-2bc09419412f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship3dd5a520-e803-4a66-9fea-86371b7b64b6?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab46d1eb-4719-45be-bb16-3e866b87d09c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b2d80ee0bfc749d9ffbf137d4767b59f-de611ee10aa7ff78-01", - "mise-correlation-id" : "31527781-b1ad-4c82-891e-6b6147b11497", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship0ebb769e-a561-4b87-97b7-20b6671ca566?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d83e78aa-adc9-4ef2-a2c7-db48110bec58" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa4e1192a2f1b112918827d72ec32391-dad68bbbe892b967-01", - "mise-correlation-id" : "efe11a4a-b6bd-43bd-b85d-06a290df6cfb", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship24cae564-8c83-46f4-9d31-d54c53db8d3e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6cdd4983-c503-4c37-a622-b265d60bed47" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-744a2b17ab199e356628553e4a9e98b9-5f81e1d8f26484b5-01", - "mise-correlation-id" : "9099a191-f75b-49a6-a9c8-8ba282d3add8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960/relationships/FloorToRoomRelationship9176c5b9-f34e-4eb5-9929-d38c76e09c96?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "80ead566-6353-4d85-ab56-10ab236f31ad" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-36e94c6f63bf5b8384e0d0410647415a-75d2d816b71cd912-01", - "mise-correlation-id" : "0b045efb-1010-401a-a5f7-af3d24bea4c6", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipf7900589-8d45-42a6-a2a0-ac7b85f0d727?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "80313d42-3ef3-4f49-9842-26bdb8e74834" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-574e37bb5bec7da80ee57c7d3a868618-ad5324d3cad7d431-01", - "mise-correlation-id" : "d86e91f1-0a59-4f7a-a21b-c8adc9b4ead2", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipf39d1486-c58a-4177-be5e-149f74fe7029?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "01fd8859-cc9f-4514-9be2-1ecc50949dd3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c7474b325126493b8587204db252c889-27bf5617eda2f8eb-01", - "mise-correlation-id" : "9ea36c6a-912c-4e93-9474-7184f2470377", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship52081fab-bdbc-40ad-ace7-74336d32693e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c52ea255-ffb5-49e1-9911-2a1374349f1b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cdb1dbea177eb231d1f0c2f43f77a7c2-842e23e4c407b6c4-01", - "mise-correlation-id" : "64b2559d-e6d4-4af2-8a52-c71ee4cec680", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship1757242e-0637-4452-9d04-eae2dab5fc4f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "07aa4acf-289f-4b83-bdf8-b49b9b5c692b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-52d641aba54193f9e8f3ea2d38da3745-70a43cb528e86f63-01", - "mise-correlation-id" : "4302ae83-5c5b-41fc-b8b3-fd07d2dd6baa", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4a3bd92c-b27d-41c6-bec8-b52c0dada58c?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b95e60ea-f55e-4ee4-9279-8931f2ce6b1e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-49d437bd57e1e4ce40430f7b071dbffa-e1a0239b659ab00e-01", - "mise-correlation-id" : "21b222ec-a0dc-46f0-9381-f1665b15a1c5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship35fab6bd-8bca-44ce-91c1-eb9bb25d6259?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c34cf0f8-7c7a-4f49-924e-91bc1d838be5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c5ed9a7aba90976b741d6260bad384a7-fa66c585a5bd2e12-01", - "mise-correlation-id" : "d1effe99-c1fb-4200-baee-6fa4b08ade10", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipa0e0ff5f-8542-4ce0-9810-0bf39f776568?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "86050928-f2a0-4257-8a92-63d7f9496e26" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bfb3abe9624b23acb0d87362caa469b4-f68ca6bde6084406-01", - "mise-correlation-id" : "df1b5a4a-7f8b-4376-a168-5dd7d4c9db48", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship310235ea-5c50-4e85-a2c5-49396e38fd57?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "055ba298-95af-4dc1-8a15-d3af6cf3f060" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c8ef5b16666ef989cb02d4ce20d9163a-0c3904721a99a56a-01", - "mise-correlation-id" : "acda3131-07c3-49fd-99da-20f386e0dad4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipbbf99fcf-aabe-4e85-829b-3531d74d8e9a?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9570095b-30d7-409e-812a-8134da72ce35" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-927b53f2ee7a85763afe0484813b2cd6-fecc0108ba0041e7-01", - "mise-correlation-id" : "dcadf4b4-7264-42a7-9473-fa7c22a2ebe7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship106dcb77-0cac-4af8-9fe3-73357b631d52?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6acd196a-9a46-4111-bcef-84b00c0d7aa5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c2612b385606dac0ae90dca13abbcc28-bdc5c140bb7ec9c1-01", - "mise-correlation-id" : "9c88ce2e-d468-460e-82d5-4aa87da0eb6f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship70b79198-e0ff-4ce8-a1fc-ad1d6d441365?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f184228c-5354-42ad-a147-9275f134e6de" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-551f7ce63d8db7a07745fe1e78e897f7-f0e01c42d096467e-01", - "mise-correlation-id" : "4172ffb3-2d85-49e0-a35f-5383d5df5481", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipe968bc83-9c66-45ec-bdd8-a90c2bcad344?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "80b5626c-d70e-4f4e-8d98-7b27631c14f5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d44730b7d52229259bdfa5406c936a93-1508b318090dec18-01", - "mise-correlation-id" : "37eecedb-039d-4760-944a-a933ba7445e2", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship68ac579c-6389-41f7-9f46-fef3bc1317ff?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0c7ff8f9-d37c-46a6-9a44-5d56ff856ccc" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2add93a92a4a1afa1758fb6ef331de6f-20d4c2f2ca85e55c-01", - "mise-correlation-id" : "990feb45-2779-49e9-9198-6f4a7f552275", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship8ee007c7-0844-4502-ac58-fb91d272422e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "88529dca-91a4-4f16-a747-3e5d8fa681a3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-684a04a7944502f73c05f815790dd583-8166d32ea3a76af3-01", - "mise-correlation-id" : "27801cbc-4001-41cc-a45b-8cd67de40122", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4aa767ac-3e88-4053-8e6a-f832f7048c17?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1f1f404e-9a2a-4380-bb16-4aafe45da2f7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-43ff720d110e0bccc14cea055c41c7e7-0b2a771fcd2b5954-01", - "mise-correlation-id" : "44f8394a-4955-4cd0-8db6-4699440c20cf", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship4e435f19-c47f-4ceb-8c4e-a865feee1b5f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f01b432f-919e-4416-8e0a-766f4fa1c34b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-31160aa551519ecc7ab8c8ba5a32cb3e-af48545b8c594be1-01", - "mise-correlation-id" : "71999971-b641-4cd8-be79-aa67669093b7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship3d363c49-258c-4054-9c99-821b2d312b5d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "83979a94-9810-470b-a790-f11df5ab22e7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-44181eabbabeacd3768468a899e3ae82-99da2333465b0db3-01", - "mise-correlation-id" : "4801db46-bd8f-48f7-911e-c7051e80e795", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship3ff80231-cf1a-45f2-9d0c-84f3b7c86d93?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ca249bc3-1679-4c0c-a583-f41be73bd7f8" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7c4ed8254cb6aca3c29ac456763fab58-a6214f9a92c5bc9d-01", - "mise-correlation-id" : "8a22b342-bbf4-4232-b744-dee68b54982b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipe6b4e396-1c1a-47b2-93fd-b27d7000a96e?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d3146d1-6311-4e90-a3ca-0c7a0cfaf700" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ebceccc8fac57f77f666f468faf4e3d5-23a3390c2d0866d0-01", - "mise-correlation-id" : "c5b007bb-83b3-4090-b1dd-98db8193405d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationship5817cd44-6076-477d-b758-90daf8da3b8c?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c2b38741-83d7-46b4-bbe2-f7b1f99604a2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9cdb09afdd18ae08149adcb59026afc4-a6d1e9610c63a071-01", - "mise-correlation-id" : "810b58ba-8599-4b9e-b3eb-0e79b7acce86", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457/relationships/RoomToFloorRelationshipa98aa7f4-9419-4c27-817f-04b9bee318a9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0e5bf7e9-8a15-46bf-9a58-69139af7649a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e92e7fa8c3423b6d250d5e73f646f278-24b662c7668b3f9c-01", - "mise-correlation-id" : "86fba560-7fce-430e-8675-5aa9209cc000", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin639960?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d757196-47fa-4a46-9b70-d0530776e96a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a31a06881e52e603e8f5afbf66be2c3f-13e7679807cf835f-01", - "mise-correlation-id" : "5d1c4949-f5bb-4747-9ae3-924161b2f4db", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin526457?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "94408962-ce91-48f9-824e-1734ca17355e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-19292baa60e31b6a8c41de4f057000e8-d5c88ee8f56bf32d-01", - "mise-correlation-id" : "c52934b4-5152-45ae-ab2d-9c0a7cc04165", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/hvacTwin743228?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b3aed35f-7de5-4f7b-9b48-84e799552be4" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8934786bbcd1abcb89def93e8b4adb1c-20585c1ba9e5aed5-01", - "mise-correlation-id" : "dfff9d69-9238-44cb-825f-d103d7361a67", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1788367?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "924ecf5d-32c4-42cb-9d55-c55caf021cdd" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4eed21e9fb73e602c5c0022323b3f92b-0a25824461906986-01", - "mise-correlation-id" : "1c4b3bc7-0fec-4dc8-805c-8f58bdc20cc0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1116959?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "322d29e7-2d47-4daa-b0eb-835bd9660224" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eb7523196fad7fdd7b15a3fcac1ee240-49b92a8c7ec4a557-01", - "mise-correlation-id" : "5feea42e-7b38-475a-994c-4b562ccb816f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:hvac;1454541?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ad3487f4-80a5-496d-8372-3988e1fabfaf" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-93e03a8c4f81176d8bf74db615a45e19-e41245d8e1f08512-01", - "mise-correlation-id" : "8763a742-cdb4-49a0-9782-ecdb755ec4d7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:17 GMT" - }, - "Exception" : null - } ], - "variables" : [ "900589", "338171", "67676e", "851182", "748679", "965440", "4d5b39a7-41be-43d4-bd61-44baae24e9ad", "0f67b5a8-eb79-4169-bf05-8db7fd880691", "b0c41396-ec8b-447a-bb50-0e6853546f22", "a5ebbbd9-62c5-4964-b808-8e74e4e3d9f6", "56c81203-9e6a-4a31-8bb6-494e4fe328cb", "b0792c09-7adc-42a2-9686-94257acc6827", "d955544f-10ee-4153-91f4-8a1f3dee9b02", "e9ac1fe3-91fa-4435-8755-bc30b06ebc16", "e0491bb1-3609-40e9-bff4-2a5810221dc9", "51d8f6fe-2518-433c-bef9-298817d011ed", "0ae4bb32-ae28-4325-b11e-1fd780e18117", "e6c3df0f-130d-4186-9447-3a73d01e7ebe", "4955ebac-b365-4c8a-876f-ca9664e9f464", "03681944-e663-4dea-b77e-7c9e0b103d58", "8a9f37ea-dbf9-4494-8c3c-6042cc043521", "e2415b99-6940-491b-b74c-e2ef713c8057", "1573fca9-259a-439e-bc6a-54e039f31ebb", "3dd5a520-e803-4a66-9fea-86371b7b64b6", "0ebb769e-a561-4b87-97b7-20b6671ca566", "24cae564-8c83-46f4-9d31-d54c53db8d3e", "9176c5b9-f34e-4eb5-9929-d38c76e09c96", "f7900589-8d45-42a6-a2a0-ac7b85f0d727", "f39d1486-c58a-4177-be5e-149f74fe7029", "52081fab-bdbc-40ad-ace7-74336d32693e", "1757242e-0637-4452-9d04-eae2dab5fc4f", "4a3bd92c-b27d-41c6-bec8-b52c0dada58c", "35fab6bd-8bca-44ce-91c1-eb9bb25d6259", "a0e0ff5f-8542-4ce0-9810-0bf39f776568", "310235ea-5c50-4e85-a2c5-49396e38fd57", "bbf99fcf-aabe-4e85-829b-3531d74d8e9a", "106dcb77-0cac-4af8-9fe3-73357b631d52", "70b79198-e0ff-4ce8-a1fc-ad1d6d441365", "e968bc83-9c66-45ec-bdd8-a90c2bcad344", "68ac579c-6389-41f7-9f46-fef3bc1317ff", "8ee007c7-0844-4502-ac58-fb91d272422e", "4aa767ac-3e88-4053-8e6a-f832f7048c17", "4e435f19-c47f-4ceb-8c4e-a865feee1b5f", "3d363c49-258c-4054-9c99-821b2d312b5d", "3ff80231-cf1a-45f2-9d0c-84f3b7c86d93", "e6b4e396-1c1a-47b2-93fd-b27d7000a96e", "5817cd44-6076-477d-b758-90daf8da3b8c", "a98aa7f4-9419-4c27-817f-04b9bee318a9" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.createEventRouteThrowsIfFilterIsMalformed[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.createEventRouteThrowsIfFilterIsMalformed[1].json deleted file mode 100644 index f747833f73d46..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.createEventRouteThrowsIfFilterIsMalformed[1].json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d2c17a88-a64a-403c-9a31-3104c0d945c0" - }, - "Response" : { - "content-length" : "977", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ff10cf7b1006f0a28b70dd4e2e64ab58-0cee6191cde5d223-01", - "mise-correlation-id" : "fa0ede53-2e21-471b-9069-873a57e05d65", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"ae2a460c-c700-4473-bf1d-c135eae7363f\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"0a61d497-985e-400d-8779-6f1130c3226d\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"382328a5-9fa9-4bfa-84fe-f7fda0bfa648\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"f5752331-4f16-45fe-ab3e-1c04919d2d11\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"fb856022-4d5d-4ba1-896a-0dbfa1bd3ff2\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/ae2a460c-c700-4473-bf1d-c135eae7363f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e09334e9-28bd-4dba-8824-aca4db682e99" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e59508ad8e91dd8391a49c344e665106-83063c8ec4204e1b-01", - "mise-correlation-id" : "0f5718bf-010f-4be6-84dd-a66895b357a9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/0a61d497-985e-400d-8779-6f1130c3226d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ce5916e8-86ee-4b31-8bd2-9a249d54f08d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-53d4cf5e6e6b090baa90d9b3841ae651-cdb3e133724c1b8a-01", - "mise-correlation-id" : "2135d17a-36b0-4554-b43c-f7a745039578", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/382328a5-9fa9-4bfa-84fe-f7fda0bfa648?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "98d9967a-d651-492c-9fa9-7f1be326d752" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a5322cb00f04c71fc7db64932e1563d3-6c96533a4259cc48-01", - "mise-correlation-id" : "28563fa5-2f3f-45d6-a7e3-7236160081b9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/f5752331-4f16-45fe-ab3e-1c04919d2d11?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2bc31e5e-fb01-4109-9783-2de763be433b" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7b999d27afd7322998f89201f4128471-ee8390cd01051c14-01", - "mise-correlation-id" : "ba5e8238-d6b9-49fd-8553-34f53ee0bc68", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/fb856022-4d5d-4ba1-896a-0dbfa1bd3ff2?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2c9cdf8e-e349-43b1-b876-19e135ce8b02" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-74cb3c800e084d26c91356fe19af3c17-c81057852a5322b4-01", - "mise-correlation-id" : "89c00a4f-47a3-4cfe-bf4b-9bcb9db50585", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/d120ff1b-b940-487f-a70d-fb9d1f7cf842?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "70507569-1308-4da9-a772-27dc6527ca15", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "249", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d821b093dfe2c30ed329406e89eb23d4-91f3c744a627d178-01", - "mise-correlation-id" : "4287e101-7b34-4e0c-b36d-59254f80e557", - "retry-after" : "0", - "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"EventRouteFilterInvalid\",\"message\":\"The provided filter is invalid. Parsing error, Line=1, Position=6, Message=Unexpected input 'is'. See event route documentation for supported values and structure (https://aka.ms/ADTv2Routes).\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "d120ff1b-b940-487f-a70d-fb9d1f7cf842" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.eventRouteLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.eventRouteLifecycleTest[1].json deleted file mode 100644 index c9076b7aae0df..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.eventRouteLifecycleTest[1].json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6e7eec60-b52f-4388-a6ad-4b68267662a6" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2318c0afcbf68d323e4cb592e5993e51-2ff378491919f6cf-01", - "mise-correlation-id" : "e518eb17-029d-4cf9-ba0b-224fdd9e7596", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/98be29ef-d418-430e-bd9d-a2a6007acc37?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "666435ef-58eb-47ae-aac0-95f008955b17", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7a2408922d8e56c3fe613bfa0fb73624-f07595da9f61eb3d-01", - "mise-correlation-id" : "cdd43699-dc19-4484-800c-856c47169f6d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:23 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/98be29ef-d418-430e-bd9d-a2a6007acc37?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "430b450d-f12a-478d-925e-48592bd96c65" - }, - "Response" : { - "content-length" : "189", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-170ee08953241bec8b10ff6330d505ce-fa366aa4cbd292ed-01", - "mise-correlation-id" : "d974558b-c735-47c1-aed3-5f0def028fcd", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"98be29ef-d418-430e-bd9d-a2a6007acc37\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6affcb8f-4cf5-447b-9197-4f0a45fe88a5" - }, - "Response" : { - "content-length" : "217", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fe09fc154ca37b8f5e37b3ffc13b23fb-6d73fda3d65da370-01", - "mise-correlation-id" : "03fcb231-737a-4eee-9c8a-9c7d128d69b2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"98be29ef-d418-430e-bd9d-a2a6007acc37\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/98be29ef-d418-430e-bd9d-a2a6007acc37?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "44860720-02bc-4b4f-8e08-45c42773b8d5" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-65e4cd351d9e6ae0f5f56b1dfa1c2f0e-f87b5c0031c53c52-01", - "mise-correlation-id" : "cc447414-b651-443c-b4a7-9122d6fa648a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT" - }, - "Exception" : null - } ], - "variables" : [ "98be29ef-d418-430e-bd9d-a2a6007acc37" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json deleted file mode 100644 index 4b9dd371fee9d..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f1764ca7-2d5c-4a73-aa55-74d49fd73486" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ab16a663b26f67ed7745fd9ff7a61455-1da3f2b22afa46ed-01", - "mise-correlation-id" : "49003cd6-46a1-49d6-ac38-e825fd1716a0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/fa2d4368-7e06-49be-a534-f737f6164039?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dcb6220a-0378-4186-8689-8ce0cd335fb5" - }, - "Response" : { - "content-length" : "223", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0e27718369cd240469d7c3468335ef4b-ff95383fdc3e3bc6-01", - "mise-correlation-id" : "38c7064a-b6a1-49bc-b06a-2050f7bbdb62", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"EventRouteNotFound\",\"message\":\"There is no route available that matches the provided input. Check for all valid event routes by calling EventRoute_List. See Swagger example (https://aka.ms/RouteSwSmpl).\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "fa2d4368-7e06-49be-a534-f737f6164039" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.listEventRoutesPaginationWorks[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.listEventRoutesPaginationWorks[1].json deleted file mode 100644 index 141ac65083013..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesAsyncTest.listEventRoutesPaginationWorks[1].json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0ef53e2d-3a8d-4feb-8791-fe88220d6396" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8d78820db4d144948f6cf319f2787110-19cdbea2816338d5-01", - "mise-correlation-id" : "bc35f068-2654-41b0-a445-9e40a6636523", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/ae2a460c-c700-4473-bf1d-c135eae7363f?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ec19b85f-68c5-4060-9721-348047f01a86", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-58684895d27d257721fdba757619a2de-bd048d9030282bb3-01", - "mise-correlation-id" : "d4193e81-c366-4ec3-9580-fcf42d5a5814", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/0a61d497-985e-400d-8779-6f1130c3226d?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "82f9c3df-0a4f-4ae8-8a58-a861eaf77103", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-49be836f56325507b404fcee9cede62b-7cd0ed8d0eb7e799-01", - "mise-correlation-id" : "660934f6-9a36-45e3-86d5-91804f5f2e52", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:21 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/382328a5-9fa9-4bfa-84fe-f7fda0bfa648?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4ab919fa-626a-457a-9ea1-5d65cdecf3dd", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5af21b7995d5ba7255a5668b7ef6e2d4-27830c258f24bf74-01", - "mise-correlation-id" : "62003ac7-1282-464f-b2cd-98c26ee613b8", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/f5752331-4f16-45fe-ab3e-1c04919d2d11?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d4ee7bf7-5267-4ac7-abdf-cc2ad768e185", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6010abecb4104fe346773fdcbb645c0d-a60d0a329dedd1b7-01", - "mise-correlation-id" : "3ca6214b-1c16-4d1c-96aa-78b438cf7fec", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/fb856022-4d5d-4ba1-896a-0dbfa1bd3ff2?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "38f94525-302b-4562-9677-7231f8f6701c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4f267cbc6195123598f241952cd10240-2086d1ccffcb5a29-01", - "mise-correlation-id" : "2642e133-5510-4734-a969-133a67bfa96e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e10ad0b5-efcb-42ec-afaa-9400bec512eb" - }, - "Response" : { - "content-length" : "701", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-75d0c52e1cdb9b5d95ec84eeeff60b74-75d987b18456c87c-01", - "mise-correlation-id" : "82fb6b57-706e-44d9-93b4-0f3f6c3676f0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"ae2a460c-c700-4473-bf1d-c135eae7363f\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"0a61d497-985e-400d-8779-6f1130c3226d\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJjRg8AAAAAAA%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJjRg8AAAAAAA%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b4c4c6f3-12e6-4e16-bc3c-9f88fa57ef56" - }, - "Response" : { - "content-length" : "701", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c969b8cc419adddef1291a25a15326c0-7fdfab7c677315d0-01", - "mise-correlation-id" : "e3f0a432-5e06-4d76-bf36-aacc032c1afa", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"382328a5-9fa9-4bfa-84fe-f7fda0bfa648\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"f5752331-4f16-45fe-ab3e-1c04919d2d11\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJlRg8AAAAAAA%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJlRg8AAAAAAA%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2da41120-042a-4c30-b282-64586fdfcf40" - }, - "Response" : { - "content-length" : "217", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4bce9d156e1acbe8a39ddce808762c13-a185a2033a0be237-01", - "mise-correlation-id" : "5c46c871-e997-4924-86d3-775330053e42", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"fb856022-4d5d-4ba1-896a-0dbfa1bd3ff2\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:22 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "ae2a460c-c700-4473-bf1d-c135eae7363f", "0a61d497-985e-400d-8779-6f1130c3226d", "382328a5-9fa9-4bfa-84fe-f7fda0bfa648", "f5752331-4f16-45fe-ab3e-1c04919d2d11", "fb856022-4d5d-4ba1-896a-0dbfa1bd3ff2" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.createEventRouteThrowsIfFilterIsMalformed[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.createEventRouteThrowsIfFilterIsMalformed[1].json deleted file mode 100644 index 7e46bc817e113..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.createEventRouteThrowsIfFilterIsMalformed[1].json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3b56af14-17a5-4746-9078-9354a2f68f4c" - }, - "Response" : { - "content-length" : "977", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8bd578f578803764d772f5fe7ad5de54-70ae045390e9bbad-01", - "mise-correlation-id" : "b218bfff-5fe4-4ed5-9eed-907aa5f21b0a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"b7619566-af74-41e1-919e-3baa227c7753\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"0094216c-40fb-49f2-8c5f-be59da293f36\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"e2de8659-d8cc-4c2a-ad18-44c3da0940a9\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"910e79a2-fada-4a90-ad4b-0dbbfe1f21c7\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"3e9e132b-12b8-4f3e-a83b-31167ca57bd6\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/b7619566-af74-41e1-919e-3baa227c7753?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "38b5e055-a8c7-44ed-87bf-14e7fdd12d90" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-36e446ff23c56a05f93cfda2735e18a8-f3282aa04a02e621-01", - "mise-correlation-id" : "f19c026e-e806-4c84-bf3d-f8274ff42b53", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/0094216c-40fb-49f2-8c5f-be59da293f36?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e943faac-35f7-43ec-b57d-248a916b4cb2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3cfbec4eca1819757a9ce8d4cdfeab4d-2bad46b154bd544b-01", - "mise-correlation-id" : "7655c907-531c-4324-816b-8c9faef8ba32", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/e2de8659-d8cc-4c2a-ad18-44c3da0940a9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "07c0f080-8414-4546-b785-dcabe5b49e4a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-84868a9623eb846850b881384dab618a-afa29916ddeda6bb-01", - "mise-correlation-id" : "a19c2a9b-0150-4476-88dc-b5e5d11544a7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/910e79a2-fada-4a90-ad4b-0dbbfe1f21c7?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "048818f8-8d22-439b-9017-f74fd56b0504" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1490f1e5ab3f2f117087edc418ed2d21-b36928adcaad675d-01", - "mise-correlation-id" : "5f48bcec-2929-4674-bc0e-b6d08a9d1d28", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/3e9e132b-12b8-4f3e-a83b-31167ca57bd6?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "587bdcf3-18dd-4a50-8ea5-9077178806cf" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-805708a160bd6fe552957f2b08e85610-b985659dedad9cc9-01", - "mise-correlation-id" : "41849758-adcd-4a85-8142-2a5c7531ac74", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/300e6251-e1a1-4932-973a-7104d049de65?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2a255287-0bf0-4096-b7a7-a713c0759e16", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "249", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4f58335c624c0a796368a2befb8613f6-a96953f6dc966bc8-01", - "mise-correlation-id" : "593cd582-97c6-40f3-aae9-bebf2e02ea4d", - "retry-after" : "0", - "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"EventRouteFilterInvalid\",\"message\":\"The provided filter is invalid. Parsing error, Line=1, Position=6, Message=Unexpected input 'is'. See event route documentation for supported values and structure (https://aka.ms/ADTv2Routes).\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "300e6251-e1a1-4932-973a-7104d049de65" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.eventRouteLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.eventRouteLifecycleTest[1].json deleted file mode 100644 index d89e043e6219e..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.eventRouteLifecycleTest[1].json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eac33604-447d-43a0-8be4-fe375c1331e1" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-67d453c9f81b3d306fc2c9ffa5f205e4-0277ab6c6ee711eb-01", - "mise-correlation-id" : "532e8b22-0d71-4c45-8641-ce03acf32f1a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/bcb3a544-2143-46dc-9e4d-4358a7827ecb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4927669c-3588-4189-a1cb-4c73047e9f69", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8f073bc1152e484527b8591b9cd08fea-f966a35a007f4934-01", - "mise-correlation-id" : "43fdc501-a5b1-4619-8c1f-77c8849dd0f9", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/bcb3a544-2143-46dc-9e4d-4358a7827ecb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aa2373e3-dfa1-41ee-beef-dcda71a32d5c" - }, - "Response" : { - "content-length" : "189", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b33eea0c946efeaa68f9b595c900865d-68d21f6626974464-01", - "mise-correlation-id" : "9fe9ff84-45f5-428e-9b95-ea3d629f19c9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"bcb3a544-2143-46dc-9e4d-4358a7827ecb\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}", - "Date" : "Wed, 29 Jun 2022 13:43:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "da387ac0-cd2f-411b-9cc1-1b77cb26c45a" - }, - "Response" : { - "content-length" : "217", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5478ad94995eb7d2eb3e7f7083e70dfd-c5dc9597d3a4eff3-01", - "mise-correlation-id" : "895a8f21-f961-43d9-85ac-94dca510291f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"bcb3a544-2143-46dc-9e4d-4358a7827ecb\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:34 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/bcb3a544-2143-46dc-9e4d-4358a7827ecb?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "94c85e4e-e966-4c99-a1a9-163d0335e467" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a1f5874b75b54fc3bbdbe84458684a00-93d6450c7f283570-01", - "mise-correlation-id" : "fb9e53d1-5096-4f20-89c8-74fff7d51710", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT" - }, - "Exception" : null - } ], - "variables" : [ "bcb3a544-2143-46dc-9e4d-4358a7827ecb" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json deleted file mode 100644 index e3d545d94b1ed..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.getEventRouteThrowsIfEventRouteDoesNotExist[1].json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e412763c-85f8-4251-8713-e87182675a0a" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2da488726d68c98e8153489933de1abe-57d0e10d84815f46-01", - "mise-correlation-id" : "1dd23953-034d-40ea-aa08-337bff5fbb61", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/cdaba615-9846-4b5d-9a23-d3852511d0ef?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "11d3fa7d-c4a4-4371-825b-91a80eb40cbd" - }, - "Response" : { - "content-length" : "223", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ab7187e15ac32d2cd36f884b89367a14-d92ca7dddc5cc22a-01", - "mise-correlation-id" : "0397e901-fb2c-4891-98b0-5b65f2b5ec7a", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"EventRouteNotFound\",\"message\":\"There is no route available that matches the provided input. Check for all valid event routes by calling EventRoute_List. See Swagger example (https://aka.ms/RouteSwSmpl).\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "cdaba615-9846-4b5d-9a23-d3852511d0ef" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.listEventRoutesPaginationWorks[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.listEventRoutesPaginationWorks[1].json deleted file mode 100644 index 72a8b7e3aa65b..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/EventRoutesTest.listEventRoutesPaginationWorks[1].json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3c87ba98-d223-4b69-9e96-7da1a55116c8" - }, - "Response" : { - "content-length" : "28", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ab4ebdd1abd36e90add280b9378453e5-4adb0a1ea822ce7d-01", - "mise-correlation-id" : "65d3a325-ef32-49ad-87e9-fa6a350bd35a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/b7619566-af74-41e1-919e-3baa227c7753?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "528c9073-2e85-4ff5-8d76-267f74c2d899", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9c143236f7c2ddbca23c1cea50d0470c-22350d006e08d046-01", - "mise-correlation-id" : "bce47c44-563d-4e89-8c6c-a4a1cf318627", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/0094216c-40fb-49f2-8c5f-be59da293f36?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8f707f31-f426-48c8-a662-684066b44aa2", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0d8c282bb0336309e6cccaf90d52aa8e-bbb4b3e9f82c0a1b-01", - "mise-correlation-id" : "0a64a82d-e5e4-4a67-887a-cf58cad56b0c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/e2de8659-d8cc-4c2a-ad18-44c3da0940a9?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9bf5b987-eec3-4a18-8830-7e6b8debf56a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-879dc6e761a7b78c3fbd73421a06b397-113bfa5d92eb59a6-01", - "mise-correlation-id" : "aabb33f4-ed5c-477c-8b9c-dc1a25abed57", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/910e79a2-fada-4a90-ad4b-0dbbfe1f21c7?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3b3a1e5f-58dd-4e8e-972a-7848a0c5fd9a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c39b9e9fb40681d3cdc372ceda8b15ee-cfd016a77cadb30a-01", - "mise-correlation-id" : "392ccb60-108e-4327-a7bc-1a56222c51e0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes/3e9e132b-12b8-4f3e-a83b-31167ca57bd6?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dbf6db44-b0d9-48bb-9619-f08ff1c30190", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-74b9a185f433103e80c297a2fa1a45bc-b0bd9ba884c16a34-01", - "mise-correlation-id" : "8b9f896e-a96a-40a1-af26-b1e6f29d7922", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/eventroutes?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "78c94a99-ff14-40f4-aa34-13251e19d675" - }, - "Response" : { - "content-length" : "701", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c68460031fa1bb265d7482bfbcab740c-bf0003fe9afee26c-01", - "mise-correlation-id" : "f04d8ba0-68b8-4c14-a97d-2ff04210afea", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"b7619566-af74-41e1-919e-3baa227c7753\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"0094216c-40fb-49f2-8c5f-be59da293f36\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJpRg8AAAAAAA%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:28 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJpRg8AAAAAAA%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d126f2be-871c-4207-b011-814c71d22270" - }, - "Response" : { - "content-length" : "701", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0fb8646f811ee0eac7e19239e42f588a-94450391120fa6e8-01", - "mise-correlation-id" : "070d4deb-35ae-4613-b923-144283831b54", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"e2de8659-d8cc-4c2a-ad18-44c3da0940a9\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"},{\"id\":\"910e79a2-fada-4a90-ad4b-0dbbfe1f21c7\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJrRg8AAAAAAA%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/EventRoutes?continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~RvceAIacMdJrRg8AAAAAAA%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%22%22,%22max%22%3A%22FF%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0b931767-85b6-484f-8a4b-24dc901fd3d2" - }, - "Response" : { - "content-length" : "217", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-da366ae1f0b87d8ad7280142c83964c2-ea4702c4d36bf9dd-01", - "mise-correlation-id" : "3079ef9e-5fe7-45fd-b2db-4b8ac2409103", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"3e9e132b-12b8-4f3e-a83b-31167ca57bd6\",\"endpointName\":\"someEventHubEndpoint\",\"filter\":\"$eventType = 'DigitalTwinTelemetryMessages' or $eventType = 'DigitalTwinLifecycleNotification'\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:29 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "b7619566-af74-41e1-919e-3baa227c7753", "0094216c-40fb-49f2-8c5f-be59da293f36", "e2de8659-d8cc-4c2a-ad18-44c3da0940a9", "910e79a2-fada-4a90-ad4b-0dbbfe1f21c7", "3e9e132b-12b8-4f3e-a83b-31167ca57bd6" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.createModelThrowsIfModelAlreadyExists[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.createModelThrowsIfModelAlreadyExists[1].json deleted file mode 100644 index d4d1883b03dc1..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.createModelThrowsIfModelAlreadyExists[1].json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1427457?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "45e325e7-1153-4edd-997b-75ea3d7575c2" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-95f4401e7ea7b678f7bbbdb806862471-640a10a6471b3cc0-01", - "mise-correlation-id" : "932685e9-6ad3-488a-921a-d9ea07f6bc11", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Ward;1427457. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "49898266-7cff-4a16-a101-c6537fcca44e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "213", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-aa3b22ec570d0f090e8419bd1aa7c73d-1d6ab67efe3e1ab1-01", - "mise-correlation-id" : "123ae986-1880-464a-bd06-4cc7d74a0be1", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Ward;1427457\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:44.7783871+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "97dafb74-8614-41b3-acff-8d0b95c697d1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "229", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d405310c8930bd642477dd1c38676464-9a76523b9efb723a-01", - "mise-correlation-id" : "89816073-39ac-4d07-8e8d-d519f740a0cd", - "retry-after" : "0", - "StatusCode" : "409", - "Body" : "{\"error\":{\"code\":\"ModelIdAlreadyExists\",\"message\":\"Some of the model ids already exist: dtmi:example:Ward;1427457. Use Model_List API to view models that already exist. See the Swagger example (https://aka.ms/ModelListSwSmpl).\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "64967a" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelDoesNotExist[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelDoesNotExist[1].json deleted file mode 100644 index d52ea479c9e46..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelDoesNotExist[1].json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:doesnotexist:fakemodel;1000?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4d433fb7-4560-493d-a0da-d9c8d0c5db8e" - }, - "Response" : { - "content-length" : "217", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6a4b44796ba9077bc26bd662e38161c6-cccdfcde3fb12717-01", - "mise-correlation-id" : "85224528-1d73-47a6-be09-345bdac530fa", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:doesnotexist:fakemodel;1000. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelIdInvalid[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelIdInvalid[1].json deleted file mode 100644 index 92e14a64c5829..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.getModelThrowsIfModelIdInvalid[1].json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/thisIsNotAValidModelId?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "60ce3900-a63c-446c-832e-f6552baf0227" - }, - "Response" : { - "content-length" : "199", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9ae2415c1fcc5394ab850c4195e37300-0039875dbbec7712-01", - "mise-correlation-id" : "589782f6-d5a5-402f-8614-91b0155b72df", - "retry-after" : "0", - "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"InvalidArgument\",\"message\":\"The format of the Model ID thisIsNotAValidModelId provided is not supported. See model documentation(https://aka.ms/ADTv2Models) for supported format.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.listModelsMultiplePages[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.listModelsMultiplePages[1].json deleted file mode 100644 index 42445a1c3683e..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.listModelsMultiplePages[1].json +++ /dev/null @@ -1,3254 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1864608?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f075c129-e6b7-40b2-8e54-de7ee4d4a450" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f657e6c22873d7e1cbb69eb68dc8aacb-68a3b6779efea7c3-01", - "mise-correlation-id" : "e35e4ed7-c1ec-4c75-93a9-b983407dc9cb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Building;1864608. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1585652?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bdb5e48b-2898-406d-b953-6827696b48e1" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-18d513c8854e680903796340cc87e38a-d9662508c8e584ee-01", - "mise-correlation-id" : "ca1d5116-f298-42b2-b728-7051bc8beac9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1585652. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1483012?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "af8ddd47-d5f4-4faa-8d00-491c29483636" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8d6ad57f5288f49bf8c8b9d9f40ecaf6-13679acbe43ba5f8-01", - "mise-correlation-id" : "9103609a-44ea-44ac-9bd2-c5c931cbb2ee", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Hvac;1483012. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1814868?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bdb17a21-1089-4be8-ae9a-0ea89642c3f2" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-86888d6400a78733e0d20de353284b13-a30221f4a95c4184-01", - "mise-correlation-id" : "12b7b425-8ba1-459f-918d-7c0f3d813db0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Ward;1814868. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "24d8314d-e708-4426-bb73-f51b05fca0ef", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "607", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0a688195e3a62ef9d0801ac49437a6db-f2aa6ff4ca72a169-01", - "mise-correlation-id" : "a394313a-a773-4ecc-9419-59e16665ee39", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Building;1864608\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257353+00:00\"},{\"id\":\"dtmi:example:Hvac;1483012\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257671+00:00\"},{\"id\":\"dtmi:example:Ward;1814868\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257861+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?includeModelDefinition=false&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d384f92-e7e7-4be6-9fb3-ccda2b4072e4" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-677ec9169bbaea2a668bd293dd6daa00-d9a43e68d8518ee4-01", - "mise-correlation-id" : "d53e5002-228a-4be2-bc5a-123fefc6696d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1659100\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.3566273+00:00\"},{\"id\":\"dtmi:example:wifiroom;1633169\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.3566604+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqTvQAAAAAACg%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqTvQAAAAAACg%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fcfb10d4-fdfc-4fac-879d-bd042d7bc6fc" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fe32d0af24b53c14f3f50c96fe357cff-e3deef9cfb8d3924-01", - "mise-correlation-id" : "6decf37f-a72e-4899-b3ff-39697c7b9b23", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1889309\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.8466964+00:00\"},{\"id\":\"dtmi:example:wifiroom;1109832\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.8467313+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqVvQAAAAAACg%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqVvQAAAAAACg%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "62882923-b062-413c-bd0d-ac6d161d2168" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-25d2319ede7194f7c3fa3007767fcc5a-bcc15a602453dbda-01", - "mise-correlation-id" : "aa39a3d6-5356-47c0-a6fd-f777fe31a305", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1864406\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.1737012+00:00\"},{\"id\":\"dtmi:example:wifiroom;1449478\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.1737337+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqXvQAAAAAACg%3D%3D%23RT%3A3%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqXvQAAAAAACg%3D%3D%23RT%3A3%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a33a36b8-2953-45fb-b20c-f587993a3526" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b6678a279cdf259723668aaf9a9adbab-cb220921fa53597b-01", - "mise-correlation-id" : "418613a1-3693-4f37-9ddf-e4a92a3ba8a6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1397278\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.5775178+00:00\"},{\"id\":\"dtmi:example:wifiroom;1565732\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.5775561+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvQAAAAAACg%3D%3D%23RT%3A4%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvQAAAAAACg%3D%3D%23RT%3A4%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "07837a58-381f-4fb8-aa29-d326e499f906" - }, - "Response" : { - "content-length" : "688", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a35b72ad0a67d1d9b6bf740d51f7f377-3f8fceadd2d2daae-01", - "mise-correlation-id" : "82be0fd4-8d5b-456f-bfca-24f00f49c383", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1194626\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.9813566+00:00\"},{\"id\":\"dtmi:example:wifiroom;1405061\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.9813897+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqbvQAAAAAACg%3D%3D%23RT%3A5%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqbvQAAAAAACg%3D%3D%23RT%3A5%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9edaed9b-d138-4818-a2dc-992820aaf9df" - }, - "Response" : { - "content-length" : "688", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-40e4bfbd6e8fc43807e8a43be8b16438-4a1f3453b510bb6a-01", - "mise-correlation-id" : "2e878194-d84a-4703-a12c-d09920c25c97", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1432882\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.3378831+00:00\"},{\"id\":\"dtmi:example:wifiroom;1359894\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.3379194+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqdvQAAAAAACg%3D%3D%23RT%3A6%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqdvQAAAAAACg%3D%3D%23RT%3A6%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "793bb167-cfd9-4671-ada7-acadd3280a9d" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-21151cca857050f30b05d5837949128b-1d42637b3d57a4e7-01", - "mise-correlation-id" : "31ade9f1-5938-4638-b4dd-b567484a3f06", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1406613\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.9282937+00:00\"},{\"id\":\"dtmi:example:room;1453601\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.9283295+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqfvQAAAAAACg%3D%3D%23RT%3A7%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqfvQAAAAAACg%3D%3D%23RT%3A7%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0572057c-e7e3-4251-aaac-9030dd4714cb" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e18832f303091a8849dd0c51cc7d60d8-ed06fbad4c3285d2-01", - "mise-correlation-id" : "41734d12-bebb-4802-bee3-b55d2cc55de4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1880193\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.9283548+00:00\"},{\"id\":\"dtmi:example:floor;1672360\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:20.7340676+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqhvQAAAAAACg%3D%3D%23RT%3A8%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqhvQAAAAAACg%3D%3D%23RT%3A8%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a92c72e5-a593-4a1d-acc0-66b463a1611c" - }, - "Response" : { - "content-length" : "761", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ec7c7015c6df99bf80e6042d3e74384f-560f28b89db07e69-01", - "mise-correlation-id" : "fcff0d70-e8af-457d-b333-fb97ceae5ad6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1026344\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:20.7341008+00:00\"},{\"id\":\"dtmi:example:hvac;1385395\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:20.7341224+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqjvQAAAAAACg%3D%3D%23RT%3A9%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqjvQAAAAAACg%3D%3D%23RT%3A9%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "60175122-d581-42e2-bd6f-6b76cbefea33" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-47b37e9453626263a3861f2ff0cd674b-b9c4bed2026445b2-01", - "mise-correlation-id" : "cced549d-899c-40f3-b034-65ee08db1b8e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1515877\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.220669+00:00\"},{\"id\":\"dtmi:example:room;1204907\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.2207179+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqlvQAAAAAACg%3D%3D%23RT%3A10%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqlvQAAAAAACg%3D%3D%23RT%3A10%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "69f75136-c9b7-474a-89b7-9b427d8a0334" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1aa407d6514d4ad26bd58c4411636872-426b3a52247bc07d-01", - "mise-correlation-id" : "58b91558-b1e0-4ff0-992d-caaed7ee82f8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1803487\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.2207422+00:00\"},{\"id\":\"dtmi:example:floor;1926860\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.7946649+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqnvQAAAAAACg%3D%3D%23RT%3A11%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqnvQAAAAAACg%3D%3D%23RT%3A11%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6d110a05-8fdb-4a92-94de-84c0aa92ffa2" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-704126c9ee0c6d320090e44257e0b64e-b0bd8a21f5a552eb-01", - "mise-correlation-id" : "3244f939-c9cd-40c2-8353-54cc8a2c43fd", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1014954\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.7947014+00:00\"},{\"id\":\"dtmi:example:hvac;1866934\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.7947253+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqpvQAAAAAACg%3D%3D%23RT%3A12%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqpvQAAAAAACg%3D%3D%23RT%3A12%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1b9bfd9c-a228-4cb6-a3c5-62bc479d6c91" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-83692caf584ec730a36a348be3b63af9-69ef64fb2d91fed3-01", - "mise-correlation-id" : "e0028d9e-6f96-44d0-9f4c-635c5bd38f54", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1615810\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.2195453+00:00\"},{\"id\":\"dtmi:example:room;1122804\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.2195799+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqrvQAAAAAACg%3D%3D%23RT%3A13%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqrvQAAAAAACg%3D%3D%23RT%3A13%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "55100abd-4d1b-4173-a17d-1e2814e0d0c7" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2fd4fb6183fda17595ce0bd9d1c9cf8c-d002eabe979a521e-01", - "mise-correlation-id" : "ebb629ee-8976-4f6e-bbab-6306a95a879e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1985167\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.2196034+00:00\"},{\"id\":\"dtmi:example:floor;1661406\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.7465045+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqtvQAAAAAACg%3D%3D%23RT%3A14%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqtvQAAAAAACg%3D%3D%23RT%3A14%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9ad78cb1-ca85-4da9-83b4-62edbf7bee06" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0ca2f583aca936279793d3e5b9d0dc8c-bf0ba673885d9973-01", - "mise-correlation-id" : "20835e68-f15f-4e70-990e-f8b9c2745490", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1621817\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.7465423+00:00\"},{\"id\":\"dtmi:example:hvac;1451398\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.7465673+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvQAAAAAACg%3D%3D%23RT%3A15%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvQAAAAAACg%3D%3D%23RT%3A15%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "56d925aa-14e1-4cf1-8e10-52fd54bd4815" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d2b444061a87e6d68ec07ba03ef6fb9a-3482aacfc9ac1983-01", - "mise-correlation-id" : "7c831807-6754-4793-b108-1e81bae60d14", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1225640\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.2676531+00:00\"},{\"id\":\"dtmi:example:room;1756005\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.2676868+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvQAAAAAACg%3D%3D%23RT%3A16%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvQAAAAAACg%3D%3D%23RT%3A16%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb8bcd45-5dbb-46ab-acef-34d761998533" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f31e2bf8af0b9c5654b5dc1879a2ed38-8fd3d68fd25721c0-01", - "mise-correlation-id" : "f35a2477-1577-4da9-94b7-086a88f0f782", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1587667\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.2677093+00:00\"},{\"id\":\"dtmi:example:floor;1623367\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.7767896+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqzvQAAAAAACg%3D%3D%23RT%3A17%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqzvQAAAAAACg%3D%3D%23RT%3A17%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8767767-7bf8-455e-bf26-ebcc90f92dba" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d67f0ab6f62cfc3153c91bafea58753f-a23365b2eb703594-01", - "mise-correlation-id" : "25765d22-3b89-45cc-bbfd-dc13201665d7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1788658\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.7768218+00:00\"},{\"id\":\"dtmi:example:hvac;1885641\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.7768452+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq1vQAAAAAACg%3D%3D%23RT%3A18%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq1vQAAAAAACg%3D%3D%23RT%3A18%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5fa2adab-016b-49f4-b6af-3c62aedaad37" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-aa111a33dcdc6167a78f39b8320bc4f4-5e54a1ff25325fc9-01", - "mise-correlation-id" : "682821fd-03d1-4c4a-8938-add183645578", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1848134\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.3116144+00:00\"},{\"id\":\"dtmi:example:room;1779108\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.3116466+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq3vQAAAAAACg%3D%3D%23RT%3A19%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq3vQAAAAAACg%3D%3D%23RT%3A19%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2724db58-e6b8-4efa-987a-c2d5057bc8fa" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-05e29dfa5c82b4128c5b459117ddd3fb-61b07b7692372b71-01", - "mise-correlation-id" : "6e26dfe7-0076-417a-acdc-34d138465d05", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1738765\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.3116688+00:00\"},{\"id\":\"dtmi:example:floor;1703138\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.8492759+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq5vQAAAAAACg%3D%3D%23RT%3A20%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq5vQAAAAAACg%3D%3D%23RT%3A20%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b83e2b6d-a7be-4083-95f2-bf510ec26977" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ff7d32bb0b5189482ca2ef6f974ab2f3-3652a374241e1077-01", - "mise-correlation-id" : "cafde1a4-7ef5-43bd-b0b5-9cd9e2c094be", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1538658\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.8493082+00:00\"},{\"id\":\"dtmi:example:hvac;1588951\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.8493298+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq7vQAAAAAACg%3D%3D%23RT%3A21%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq7vQAAAAAACg%3D%3D%23RT%3A21%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dc2cb207-0a16-40d8-8fe1-87823af938c4" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7a322902cde49d3321db86a1804169a4-eb777ea1eed9dd15-01", - "mise-correlation-id" : "eea4028b-cc9b-44ee-b43c-cd963cefd164", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1640421\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.271499+00:00\"},{\"id\":\"dtmi:example:room;1173899\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.2715542+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq9vQAAAAAACg%3D%3D%23RT%3A22%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq9vQAAAAAACg%3D%3D%23RT%3A22%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5bc1f87b-dbb4-4b34-96b1-4d33dbb56cd0" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-177726bc61e47233d3555487f1be7f3a-216d58ee91f1450c-01", - "mise-correlation-id" : "eb611a6e-2235-46ab-9dba-36c94f18e5a1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1822101\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.2715766+00:00\"},{\"id\":\"dtmi:example:floor;1882341\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.8039852+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq-vQAAAAAACg%3D%3D%23RT%3A23%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq-vQAAAAAACg%3D%3D%23RT%3A23%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "42326f26-1aab-4625-b08d-59e2e1b53d61" - }, - "Response" : { - "content-length" : "761", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-240c3db2b81546b045e18b5cfd106610-3670def5f1fa0694-01", - "mise-correlation-id" : "395735d8-f7a3-431e-8e0e-63f108146c6d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1072402\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.8040214+00:00\"},{\"id\":\"dtmi:example:hvac;1628428\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.804045+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrBvQAAAAAACg%3D%3D%23RT%3A24%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrBvQAAAAAACg%3D%3D%23RT%3A24%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a1ae0ec3-506b-4066-ae81-2cf45968f300" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d3e1f9c2ebc1e988fb66ec0e500c86ef-7ea52f525836f19c-01", - "mise-correlation-id" : "3447f3f6-5949-43e3-8c06-5f9fce714ebf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1451288\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.3226466+00:00\"},{\"id\":\"dtmi:example:room;1057248\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.3226807+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrDvQAAAAAACg%3D%3D%23RT%3A25%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrDvQAAAAAACg%3D%3D%23RT%3A25%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2c3a11a1-ba1c-45e5-b8a8-bdb5a1b18d5d" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6324fb0db7c9dc5fdf2a200aa35e0ba5-5ec4727fc666d90c-01", - "mise-correlation-id" : "c93d8b2a-a624-411b-a4ea-de8786522c0b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1944674\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.3227038+00:00\"},{\"id\":\"dtmi:example:floor;1115132\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.7742384+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrFvQAAAAAACg%3D%3D%23RT%3A26%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrFvQAAAAAACg%3D%3D%23RT%3A26%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "46ac4fbd-cf10-47da-8f9a-7f7c4166bbc9" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-54755bbf6dfd1b68eca35c4133024252-3a01bd72d3e5368f-01", - "mise-correlation-id" : "1b0f949c-1118-4a5e-8ade-80987df2486c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1808136\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.7742693+00:00\"},{\"id\":\"dtmi:example:hvac;1459248\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.7742925+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrHvQAAAAAACg%3D%3D%23RT%3A27%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrHvQAAAAAACg%3D%3D%23RT%3A27%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9f13501-8e9b-4256-8be5-f7e1ce8a6da4" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b6bc83225b33a95a9556974c39d7a5c3-281950d97f56172f-01", - "mise-correlation-id" : "4b3d4569-cc8d-4d45-9096-50414dbdf12b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1535831\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.2441468+00:00\"},{\"id\":\"dtmi:example:room;1605744\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.2441785+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrJvQAAAAAACg%3D%3D%23RT%3A28%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrJvQAAAAAACg%3D%3D%23RT%3A28%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9ffae6e6-245c-4806-97f8-18c3a0fc1373" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fc8713588e44bc716077eb1a70caf6ad-8053b7e4eb1c7707-01", - "mise-correlation-id" : "be59dda5-90c4-4200-b9a8-17ea643c37ae", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1828881\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.2441999+00:00\"},{\"id\":\"dtmi:example:floor;1427448\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.7047464+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrLvQAAAAAACg%3D%3D%23RT%3A29%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrLvQAAAAAACg%3D%3D%23RT%3A29%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "264d6ccd-d7f1-465a-b2df-88737dc2ff6f" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-389c5631753b498376d58ce126c9ea54-50d935723a60aece-01", - "mise-correlation-id" : "02e1fd9b-a5db-4b66-ac15-802920eae7f7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1914062\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.7048038+00:00\"},{\"id\":\"dtmi:example:hvac;1478599\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.7048397+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrNvQAAAAAACg%3D%3D%23RT%3A30%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrNvQAAAAAACg%3D%3D%23RT%3A30%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d18bb22-45a4-4aa2-8a2e-66ce9fedbfb4" - }, - "Response" : { - "content-length" : "766", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-96a8ec0abf7e6e8894b0da6fbf77e20b-a0d7efda1d0423d5-01", - "mise-correlation-id" : "c86628fc-78b4-4361-82d0-97ddb7af7c2f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1749194\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:44.4556505+00:00\"},{\"id\":\"dtmi:example:Hvac;1509950\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:44.455679+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvQAAAAAACg%3D%3D%23RT%3A31%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvQAAAAAACg%3D%3D%23RT%3A31%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d0fa31a7-b8d4-4fc4-9e5d-81562035dd57" - }, - "Response" : { - "content-length" : "797", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d0acfb7bae443e39ec927dd9a43a9c7c-ef7bf3754cca9250-01", - "mise-correlation-id" : "33fddd51-1f3a-4368-8351-41630347c687", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1460199\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:44.4556969+00:00\"},{\"id\":\"dtmi:example:Ward;1020918\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:46.3615358+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvQAAAAAACg%3D%3D%23RT%3A32%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvQAAAAAACg%3D%3D%23RT%3A32%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cd4db9f5-a6e1-4668-9bd0-491451bf78e8" - }, - "Response" : { - "content-length" : "767", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c09e8c6d87ca67dd4f9b4cfbaa31259e-4f420425690901a3-01", - "mise-correlation-id" : "8e361498-c819-4c81-b0e5-b3ef5de571fc", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1691823\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:47.6691044+00:00\"},{\"id\":\"dtmi:example:Hvac;1564927\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:47.6691379+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrZvQAAAAAACg%3D%3D%23RT%3A33%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrZvQAAAAAACg%3D%3D%23RT%3A33%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a5064a94-a4e1-4b48-a586-d66a47ab0363" - }, - "Response" : { - "content-length" : "797", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bebaf3097534176a7fe388c0bb17f76b-b5e5882bf0e280f6-01", - "mise-correlation-id" : "29beec30-283e-422f-ae27-dc56693c54e6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1796070\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:47.6691583+00:00\"},{\"id\":\"dtmi:example:Ward;1052831\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:49.7510534+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrbvQAAAAAACg%3D%3D%23RT%3A34%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrbvQAAAAAACg%3D%3D%23RT%3A34%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e29317b3-f38f-45ca-a686-aa148f751be9" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dc238f9d7c72467bfa6a83945620267e-b8ff46631b40c57d-01", - "mise-correlation-id" : "c319fe13-290d-4a50-8886-116270697ab4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1555991\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:05.0934022+00:00\"},{\"id\":\"dtmi:example:Room;1052643\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:05.4182488+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrjvQAAAAAACg%3D%3D%23RT%3A35%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrjvQAAAAAACg%3D%3D%23RT%3A35%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7117abba-22c8-423f-b8fb-a07ede15fb07" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eb57f78dbf386347197d163310a69759-150004752586977c-01", - "mise-correlation-id" : "9c3ae656-f3e2-479d-8419-9c1c25c99b9f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1278180\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:05.7524624+00:00\"},{\"id\":\"dtmi:example:Room;1133533\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:06.4342021+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvQAAAAAACg%3D%3D%23RT%3A36%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvQAAAAAACg%3D%3D%23RT%3A36%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1778682e-008c-4128-82ca-2db2390ed936" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-24471da4b65c79ef275aacadc8bbf7ca-4dff54f3d1e56f68-01", - "mise-correlation-id" : "a2c1d38c-256a-49bc-a7a5-13875b79a130", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Floor;1952259\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:06.8064425+00:00\"},{\"id\":\"dtmi:example:Room;1235694\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:07.1950848+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrpvQAAAAAACg%3D%3D%23RT%3A37%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrpvQAAAAAACg%3D%3D%23RT%3A37%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "971da824-2840-4dbe-a95d-64605fc03689" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2a7fefecaf29749367d9c808072825f8-468631802efb5ee7-01", - "mise-correlation-id" : "985e89b5-8cfc-4917-ab6b-fd3f2dffc91d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1372707\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:07.5978193+00:00\"},{\"id\":\"dtmi:example:Room;1661852\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:08.0630575+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrrvQAAAAAACg%3D%3D%23RT%3A38%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrrvQAAAAAACg%3D%3D%23RT%3A38%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3eb475aa-9ebd-4500-8a67-101ff5983ea0" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-af5a199f4733b30cf988ed002626daeb-0c6d24130c4f279b-01", - "mise-correlation-id" : "ec4355c7-da58-4c1e-b3be-032d828cd678", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1288241\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:08.4018162+00:00\"},{\"id\":\"dtmi:example:Room;1186541\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:08.7284578+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrtvQAAAAAACg%3D%3D%23RT%3A39%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrtvQAAAAAACg%3D%3D%23RT%3A39%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2d740fa5-a0c7-4909-bf4c-0ea032010816" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9d1fdce8a598c0ff7c082d8115eb3006-d59282e3bd996551-01", - "mise-correlation-id" : "9b061cbf-45ec-491b-ba04-83b29f527d51", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1890249\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:09.3581173+00:00\"},{\"id\":\"dtmi:example:Floor;1416979\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:09.6944842+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrxvQAAAAAACg%3D%3D%23RT%3A40%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrxvQAAAAAACg%3D%3D%23RT%3A40%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2578a5d1-45fc-4e55-8f92-3d28f2f3874b" - }, - "Response" : { - "content-length" : "744", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b43b874c607b7aa2d38b7e93eb3f0488-0972e808d3a2d67e-01", - "mise-correlation-id" : "7e616c8a-7b6e-4f74-9dd1-6e309da39ca3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1650186\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:10.058957+00:00\"},{\"id\":\"dtmi:example:Room;1830022\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:10.3884206+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrzvQAAAAAACg%3D%3D%23RT%3A41%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrzvQAAAAAACg%3D%3D%23RT%3A41%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9309f466-7b7c-42c7-a36c-ae43e99cff72" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4c504516b48209814c705ec5395fabe2-e68e475cd8712b57-01", - "mise-correlation-id" : "62784e9b-6dc5-410a-9e74-b2d9992c6861", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1411830\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:28.011598+00:00\"},{\"id\":\"dtmi:example:room;1125871\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:28.0116428+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoBvgAAAAAACg%3D%3D%23RT%3A42%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoBvgAAAAAACg%3D%3D%23RT%3A42%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ce7963f3-59b5-4a77-bbfe-8229c27aeba9" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-39a5a3c474df5659811c196f9280cd81-98a35a5710bc193c-01", - "mise-correlation-id" : "61d969a0-df98-45a4-b7fe-a2374353c8ac", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1151349\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:28.0116781+00:00\"},{\"id\":\"dtmi:example:floor;1439008\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.0258621+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoDvgAAAAAACg%3D%3D%23RT%3A43%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoDvgAAAAAACg%3D%3D%23RT%3A43%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "75c3e03b-f9a6-4f45-bacc-689e33829a92" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-04ba5a215e8c9284a9f5614bab9a045c-ea4e88cbcec67427-01", - "mise-correlation-id" : "db512f55-9c8c-4346-84b8-e255aea78120", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1298070\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.0258959+00:00\"},{\"id\":\"dtmi:example:hvac;1160321\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.0259193+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoFvgAAAAAACg%3D%3D%23RT%3A44%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoFvgAAAAAACg%3D%3D%23RT%3A44%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f2cf8956-0d52-4d34-8cf1-36d603c2c3d1" - }, - "Response" : { - "content-length" : "733", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f52d653760b308ad50cbade17bd34844-b75aff352eeb3513-01", - "mise-correlation-id" : "be96689a-17ef-4d56-9964-6bcf17585152", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1175213\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.78147+00:00\"},{\"id\":\"dtmi:example:room;1983941\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.7815202+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoHvgAAAAAACg%3D%3D%23RT%3A45%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoHvgAAAAAACg%3D%3D%23RT%3A45%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2577159d-0647-4f97-a886-94cafe9807aa" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-99ed4618d905c0584bfc964497d290d6-979b56deba2f52f3-01", - "mise-correlation-id" : "c45f27c0-ffbd-4f7c-b9bb-7f962636a634", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1755254\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.7815462+00:00\"},{\"id\":\"dtmi:example:floor;1603108\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:30.4893059+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoJvgAAAAAACg%3D%3D%23RT%3A46%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoJvgAAAAAACg%3D%3D%23RT%3A46%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6188ff37-c703-4f1d-9dd6-467c0204d10d" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-456419e0550d7d6e7074987c9ff0592c-11b6ce85d227cc97-01", - "mise-correlation-id" : "322bdd28-9cec-4c8d-a721-4902c1cade60", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1663830\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:30.4893402+00:00\"},{\"id\":\"dtmi:example:hvac;1877544\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:30.4893612+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoLvgAAAAAACg%3D%3D%23RT%3A47%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoLvgAAAAAACg%3D%3D%23RT%3A47%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "16d91f4c-91c3-452a-99e9-e92d6bdc688c" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9ca6dca68e43faf9fe9b3c6bc8f39d3f-bb900a4aa5dfdd29-01", - "mise-correlation-id" : "503f4227-29c5-4783-b523-358db9be3c03", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1512541\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.1521151+00:00\"},{\"id\":\"dtmi:example:room;1051838\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.152148+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoNvgAAAAAACg%3D%3D%23RT%3A48%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoNvgAAAAAACg%3D%3D%23RT%3A48%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3691de0e-b40f-44ed-b8ff-939a4e62b360" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bfd9473b9c30e8ffa17750301ae9a2dd-a2537cf201cc2b20-01", - "mise-correlation-id" : "81f42d0f-4b28-4da9-97b3-d71424ad42fb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1138379\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.1521691+00:00\"},{\"id\":\"dtmi:example:floor;1751164\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.833136+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoPvgAAAAAACg%3D%3D%23RT%3A49%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoPvgAAAAAACg%3D%3D%23RT%3A49%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3d341139-2437-47c0-b5f2-11b32fcb42ff" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7220d67d6e2481df6acecf76b0a95cac-b0a7ac3e18d06898-01", - "mise-correlation-id" : "780211eb-5cc7-4f0c-8973-a48315d5a79f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1167838\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.8331723+00:00\"},{\"id\":\"dtmi:example:hvac;1520450\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.8331957+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRvgAAAAAACg%3D%3D%23RT%3A50%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRvgAAAAAACg%3D%3D%23RT%3A50%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "51180ac0-09c0-4101-8a46-8c1bf3aca38d" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8eb9efef5e74fb301fda6c44ce59a01b-a1c7714e8ef448c8-01", - "mise-correlation-id" : "38823548-4411-4ad2-a637-db9a32cb07e9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1127266\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:32.4610795+00:00\"},{\"id\":\"dtmi:example:room;1249516\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:32.4611131+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTvgAAAAAACg%3D%3D%23RT%3A51%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTvgAAAAAACg%3D%3D%23RT%3A51%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "22fcabf0-d731-4e28-a0bf-c888389728b7" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-82d0b664210399738aad4eae9bc83329-b27dc33adcefdc10-01", - "mise-correlation-id" : "8f0dab56-d612-48eb-b6f2-66c9e7225144", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1360211\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:32.4611346+00:00\"},{\"id\":\"dtmi:example:floor;1528540\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.1275107+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoVvgAAAAAACg%3D%3D%23RT%3A52%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoVvgAAAAAACg%3D%3D%23RT%3A52%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b513244d-3155-4051-9685-cd2ae0daef5a" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-be6f8bf3150666bd842b75a65a0707d8-41180fe0ded288c6-01", - "mise-correlation-id" : "eb029c99-3226-459f-95c2-421163473d0a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1797719\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.1275499+00:00\"},{\"id\":\"dtmi:example:hvac;1789017\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.1275741+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoXvgAAAAAACg%3D%3D%23RT%3A53%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoXvgAAAAAACg%3D%3D%23RT%3A53%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cc437a21-a961-4a1b-a7ff-7d5b8a0d1cad" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cbf4afcb4f1e3c958272debf6aab7c30-07ce00b70f6c268a-01", - "mise-correlation-id" : "c95d05f6-90f5-4030-aed8-fc41a613ffe2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1737290\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.8231763+00:00\"},{\"id\":\"dtmi:example:room;1738182\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.8232238+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoZvgAAAAAACg%3D%3D%23RT%3A54%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoZvgAAAAAACg%3D%3D%23RT%3A54%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e04d8895-e85c-47bb-a793-eecf3bcdba05" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-41b4baebb882bb9d87cf4429c9ee2476-7360fdc4ce211cf1-01", - "mise-correlation-id" : "d521d647-4497-4e37-92d2-93a7b2c0d584", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1588814\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.8232461+00:00\"},{\"id\":\"dtmi:example:floor;1064672\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:34.4630985+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGobvgAAAAAACg%3D%3D%23RT%3A55%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:38 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGobvgAAAAAACg%3D%3D%23RT%3A55%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "605cc449-f95a-4b97-a6d0-cfb8ba4fd071" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de5bd50db128bee435a56f9e127c5776-bd232c4e03d560f2-01", - "mise-correlation-id" : "590b5ea1-7763-4d3a-a0a0-1fd6564ae0e6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1005046\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:34.4631301+00:00\"},{\"id\":\"dtmi:example:hvac;1862176\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:34.4631509+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGodvgAAAAAACg%3D%3D%23RT%3A56%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGodvgAAAAAACg%3D%3D%23RT%3A56%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a3f9ef7a-a3b4-4c43-bee8-310337f515b3" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e4c11157bdc65ccf290a47c868649e3e-1034df01a80eee94-01", - "mise-correlation-id" : "16065add-71be-4b21-b534-1eda7df543b4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1915872\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.1478807+00:00\"},{\"id\":\"dtmi:example:room;1647508\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.147912+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGofvgAAAAAACg%3D%3D%23RT%3A57%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGofvgAAAAAACg%3D%3D%23RT%3A57%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "084b39ac-97af-4b69-af84-dc496332eb29" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-570d09a21ae3e0248058f32813f1dbf8-605d8c179771cebb-01", - "mise-correlation-id" : "34eb2643-d620-40f3-914b-85d074dbf005", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1043341\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.1479349+00:00\"},{\"id\":\"dtmi:example:floor;1698255\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.7902887+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGohvgAAAAAACg%3D%3D%23RT%3A58%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGohvgAAAAAACg%3D%3D%23RT%3A58%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4a75886f-2340-4920-8243-a44add6c8120" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-86a18cacb7d195cee63f7fea5be526dd-ec84794fe4cd5d09-01", - "mise-correlation-id" : "49956815-a8c3-489b-90cf-e12eb331d456", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1439331\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.7903235+00:00\"},{\"id\":\"dtmi:example:hvac;1966709\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.7903482+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGojvgAAAAAACg%3D%3D%23RT%3A59%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGojvgAAAAAACg%3D%3D%23RT%3A59%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "81b13179-2f2b-4f04-acb6-fb25c7536e91" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e6c3360f191c6e3231fd9a6c6ce44166-dc0a318daeed19d7-01", - "mise-correlation-id" : "d627d701-eb3c-49f2-8d03-0815267c3da3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1253499\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:36.4827319+00:00\"},{\"id\":\"dtmi:example:room;1476723\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:36.482772+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGolvgAAAAAACg%3D%3D%23RT%3A60%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGolvgAAAAAACg%3D%3D%23RT%3A60%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8b95847-49cf-4441-bd72-cf97ed89007b" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-57f50d5e256127d2d8417ac83c81deef-0866241c5deacc7d-01", - "mise-correlation-id" : "3f01c2ec-d57b-4837-b16c-7fd6a2210cf2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1557416\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:36.4827971+00:00\"},{\"id\":\"dtmi:example:floor;1186322\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.1016001+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGonvgAAAAAACg%3D%3D%23RT%3A61%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGonvgAAAAAACg%3D%3D%23RT%3A61%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fd49e877-b879-47e2-8119-73155b766fa8" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-44ea95edd72fd2547056595373be39be-73bd873809e50b8a-01", - "mise-correlation-id" : "4eff3c4a-aae1-4b6e-966e-46144cb03815", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1828065\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.1016329+00:00\"},{\"id\":\"dtmi:example:hvac;1248642\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.101655+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGopvgAAAAAACg%3D%3D%23RT%3A62%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGopvgAAAAAACg%3D%3D%23RT%3A62%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f6fac415-bff8-4a5f-b187-66881c2cae88" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-69c485a401b6aae9f53705f4152f0577-febf283445152999-01", - "mise-correlation-id" : "e56bbec3-e865-4787-942d-b80f809007cf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1911968\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829144+00:00\"},{\"id\":\"dtmi:example:room;1100927\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829497+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGorvgAAAAAACg%3D%3D%23RT%3A63%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGorvgAAAAAACg%3D%3D%23RT%3A63%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "734fa9d9-ec49-4a12-b20b-57623e7e46ba" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a8869a5bd7ea0c89057fd91450807103-dc318904b1b05999-01", - "mise-correlation-id" : "304da4b5-7e49-4d2f-9b8b-b897108551ff", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1862872\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829752+00:00\"},{\"id\":\"dtmi:example:floor;1367025\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:38.479419+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGotvgAAAAAACg%3D%3D%23RT%3A64%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGotvgAAAAAACg%3D%3D%23RT%3A64%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5823fdf1-08fe-4b82-92ee-5aa810e13610" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0a9ca883feb49ac71498abd5a5bca3d5-2181f6b21c776de5-01", - "mise-correlation-id" : "f9beb07c-cf68-43cf-8f64-1f1de7d205aa", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1658709\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:38.4794503+00:00\"},{\"id\":\"dtmi:example:hvac;1453730\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:38.4794715+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGovvgAAAAAACg%3D%3D%23RT%3A65%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGovvgAAAAAACg%3D%3D%23RT%3A65%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f72bdc8e-f8dc-436c-bc99-e89722da6270" - }, - "Response" : { - "content-length" : "768", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-927455ecf937b19f55c00d9f4fb0f2ba-1b3e2dfbbccc9492-01", - "mise-correlation-id" : "84a23db5-6a78-42bf-82d9-554224e7a8af", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1676126\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:55.4201114+00:00\"},{\"id\":\"dtmi:example:Hvac;1867830\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:55.4201532+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo0vgAAAAAACg%3D%3D%23RT%3A66%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo0vgAAAAAACg%3D%3D%23RT%3A66%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c1eac4e4-449d-4938-99e4-2fb24cfce6c4" - }, - "Response" : { - "content-length" : "798", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b23b635a2ed0472c1a9aeb1d9f8c122f-16e1e23ac43a9180-01", - "mise-correlation-id" : "b3ed286b-f8e0-449f-b886-1189e9463ab2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1758961\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:55.4201723+00:00\"},{\"id\":\"dtmi:example:Ward;1819404\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:59.1335373+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo2vgAAAAAACg%3D%3D%23RT%3A67%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo2vgAAAAAACg%3D%3D%23RT%3A67%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "96caf251-0104-43a6-8d3f-1eec018cbb62" - }, - "Response" : { - "content-length" : "767", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-41c2c71b0afcc7e199c32fc2f9ee2146-c85fdd988797ed92-01", - "mise-correlation-id" : "306129a2-5805-499b-8654-e2774ada8f04", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1028240\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:00.5850141+00:00\"},{\"id\":\"dtmi:example:Hvac;1564260\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:00.585046+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo7vgAAAAAACg%3D%3D%23RT%3A68%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo7vgAAAAAACg%3D%3D%23RT%3A68%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f4cf8453-2ca1-4268-bf21-e4074705078b" - }, - "Response" : { - "content-length" : "798", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ba94a3a741bfb95aa039d1fd142b5b9c-25dc03378a2222c6-01", - "mise-correlation-id" : "4b3c93b4-81a1-4e60-a5d7-c8b32e6693c6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1750218\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:00.5850652+00:00\"},{\"id\":\"dtmi:example:Ward;1044911\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:04.1189593+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo9vgAAAAAACg%3D%3D%23RT%3A69%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo9vgAAAAAACg%3D%3D%23RT%3A69%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fc10d914-4669-47cc-bf5c-fa14e7dd43f5" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8850b487b959ae258494306a29dc3eb5-c8b7e0aa981230e6-01", - "mise-correlation-id" : "4d1b219c-b4f4-48bf-acf3-7fcb90e21d6c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1347018\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.2506379+00:00\"},{\"id\":\"dtmi:example:wifiroom;1796367\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.2506701+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvgAAAAAACg%3D%3D%23RT%3A70%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvgAAAAAACg%3D%3D%23RT%3A70%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c2e02355-f461-4c93-9c14-4c5531b6dc26" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-200170febe3b754741c6787b2e657dc6-089eb6d9f7818a7b-01", - "mise-correlation-id" : "d109df0e-6af6-4029-acca-809d13494606", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1975639\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.7629149+00:00\"},{\"id\":\"dtmi:example:wifiroom;1068358\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.7630815+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvgAAAAAACg%3D%3D%23RT%3A71%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvgAAAAAACg%3D%3D%23RT%3A71%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bf91b8ff-2477-4998-bbe4-234c8d00cd43" - }, - "Response" : { - "content-length" : "689", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b458a4addf4fb5f83bce7e6f3bf134f1-8e09762dfb2bf6c5-01", - "mise-correlation-id" : "89bb2c1f-731b-4a64-a0ea-2f7dfb9c6520", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1546702\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.188608+00:00\"},{\"id\":\"dtmi:example:wifiroom;1781283\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.1886446+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpKvgAAAAAACg%3D%3D%23RT%3A72%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpKvgAAAAAACg%3D%3D%23RT%3A72%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "04efbe73-3a1e-41d9-90d2-cc3d5c96155b" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a460b9dbf064a424e770a860664b0f7c-0f17ac2804b8dbc9-01", - "mise-correlation-id" : "9eaddabc-b4b0-4a22-9c1b-b5c29c1cceff", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1040149\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.5326844+00:00\"},{\"id\":\"dtmi:example:wifiroom;1784481\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.5327152+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpMvgAAAAAACg%3D%3D%23RT%3A73%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpMvgAAAAAACg%3D%3D%23RT%3A73%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ad9f3ee5-4fa1-4e69-b385-5930694fffc2" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a27e17a72af700644f1654b62bef796e-a7625ec9f320016d-01", - "mise-correlation-id" : "35297296-c4c6-48e4-998f-2b97b1e464ea", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1233921\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.0794365+00:00\"},{\"id\":\"dtmi:example:wifiroom;1070626\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.0794928+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpOvgAAAAAACg%3D%3D%23RT%3A74%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpOvgAAAAAACg%3D%3D%23RT%3A74%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cfb21069-dfed-438a-b06b-7aa90986dd37" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0372221e77295036c2e1e3ea5d2d4f9b-ce0d8779992f5c96-01", - "mise-correlation-id" : "5315498c-b99b-4d82-9e7e-a0108a0f3fc0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1904405\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.4430551+00:00\"},{\"id\":\"dtmi:example:wifiroom;1021018\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.4430857+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpQvgAAAAAACg%3D%3D%23RT%3A75%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpQvgAAAAAACg%3D%3D%23RT%3A75%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "72e24387-a3de-41b2-9e42-94adc5bc1ca8" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-126104112e0c080fa033b82b6fc4a954-c5ce743883930f32-01", - "mise-correlation-id" : "24939fa9-8671-4f63-906b-1cbed1a4ae6e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1270069\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.9799717+00:00\"},{\"id\":\"dtmi:example:room;1270680\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.9800034+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpSvgAAAAAACg%3D%3D%23RT%3A76%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpSvgAAAAAACg%3D%3D%23RT%3A76%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fed41c5f-b31e-48ac-abad-1b56ab59f5e0" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-80f93265f9b0a4f382b8930ae273d51b-9751eb452de8b7fc-01", - "mise-correlation-id" : "f8efe91e-6926-4c58-b441-a543c60ffc1d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1301112\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.9800246+00:00\"},{\"id\":\"dtmi:example:floor;1422491\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:55.5065277+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpUvgAAAAAACg%3D%3D%23RT%3A77%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpUvgAAAAAACg%3D%3D%23RT%3A77%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8c0955a-1e3b-4d4e-813a-7a917e2cbe68" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c994389ed3a66e6ad848b1b9c01c00c8-bde8b82ac5c76d2d-01", - "mise-correlation-id" : "d5172b7a-e4c0-43a7-a66f-b212b040a57d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1608578\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:55.5065744+00:00\"},{\"id\":\"dtmi:example:hvac;1710207\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:55.5065971+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpWvgAAAAAACg%3D%3D%23RT%3A78%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:39 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpWvgAAAAAACg%3D%3D%23RT%3A78%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7cf09993-1c7f-4bfe-bb94-c8c6698e3998" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3d951eae1fe3a4068436cbbea0392e0c-9a7a5742314de6d0-01", - "mise-correlation-id" : "c67864d6-2c35-4ca3-a089-e9147e317d20", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1517017\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.038876+00:00\"},{\"id\":\"dtmi:example:room;1804449\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.0389104+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpYvgAAAAAACg%3D%3D%23RT%3A79%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpYvgAAAAAACg%3D%3D%23RT%3A79%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d03590d4-c14b-4a91-89ff-594604e4ac1f" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d89eec02a3085a6597a1ee253c6fa213-f1047448b58233d6-01", - "mise-correlation-id" : "0b9694d7-b84a-4ae4-a3ce-c7c4d6a002ae", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1086420\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.0389338+00:00\"},{\"id\":\"dtmi:example:floor;1177410\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.5584049+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpavgAAAAAACg%3D%3D%23RT%3A80%23TRC%3A160%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpavgAAAAAACg%3D%3D%23RT%3A80%23TRC%3A160%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "839906ed-6a46-4f60-9937-7a3381dcec18" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8f798ae73fff01939c5f9f0375e78ab9-3fd6f8de0ca432bf-01", - "mise-correlation-id" : "1e7f6cd2-3245-41ad-bbdc-76615f7579b2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1351842\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.5584373+00:00\"},{\"id\":\"dtmi:example:hvac;1715908\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.5584585+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpcvgAAAAAACg%3D%3D%23RT%3A81%23TRC%3A162%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpcvgAAAAAACg%3D%3D%23RT%3A81%23TRC%3A162%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c46c8018-2f8b-4d8e-8be2-6e5d75c534e8" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4710f6dd2b6ee7d624d1e9ad7a3e32ba-c3dc2bc9b207da8f-01", - "mise-correlation-id" : "3ab62a91-2a0a-46e1-95a7-3f8e4d6fde10", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1017429\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.0581257+00:00\"},{\"id\":\"dtmi:example:room;1188640\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.058165+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpevgAAAAAACg%3D%3D%23RT%3A82%23TRC%3A164%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpevgAAAAAACg%3D%3D%23RT%3A82%23TRC%3A164%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "92cb28d8-da02-46e4-98ef-b46ff98a8630" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5252aca624c2ecfd2c9c7d34e445e2d0-aa54384be2e6b34b-01", - "mise-correlation-id" : "4bdd5d0f-7dc4-4f3f-9163-5542ff85794b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1128790\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.05819+00:00\"},{\"id\":\"dtmi:example:floor;1768672\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.5557822+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpgvgAAAAAACg%3D%3D%23RT%3A83%23TRC%3A166%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpgvgAAAAAACg%3D%3D%23RT%3A83%23TRC%3A166%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6862020d-0071-49b6-a6fd-97ac7a0efb39" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-424aa53ad5aa02c97cdf131c3189d7cd-0f054e5ca59c0cab-01", - "mise-correlation-id" : "c2a4a244-1357-4eaa-b806-dc0e41565ac4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1453202\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.5558152+00:00\"},{\"id\":\"dtmi:example:hvac;1555831\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.5558372+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpivgAAAAAACg%3D%3D%23RT%3A84%23TRC%3A168%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpivgAAAAAACg%3D%3D%23RT%3A84%23TRC%3A168%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "edca93c5-bc4d-40a1-a844-20a8a02ae757" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d8f1f683756d45fd56e853a60ac03599-456274dc2aff720d-01", - "mise-correlation-id" : "d5688c5c-9a43-414f-97a9-84feb3048612", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1668574\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.0141746+00:00\"},{\"id\":\"dtmi:example:room;1605498\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.0142092+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpkvgAAAAAACg%3D%3D%23RT%3A85%23TRC%3A170%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpkvgAAAAAACg%3D%3D%23RT%3A85%23TRC%3A170%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9af81897-509e-437c-96c2-839e70ecf986" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8929e78c116a3b0e7f9799619ed7523f-e466e65fb0224be6-01", - "mise-correlation-id" : "f40ca870-9686-41fd-9e48-da022915df72", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1433751\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.0142339+00:00\"},{\"id\":\"dtmi:example:floor;1975145\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.5229459+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpmvgAAAAAACg%3D%3D%23RT%3A86%23TRC%3A172%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpmvgAAAAAACg%3D%3D%23RT%3A86%23TRC%3A172%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb0582a1-918d-468a-920b-f3934dd86425" - }, - "Response" : { - "content-length" : "761", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-10edc8fedf0726906e5e5d61b5e37a27-d75aca853d070db1-01", - "mise-correlation-id" : "1c5ab113-36be-428e-8d62-2ec1ef53a678", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1900652\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.5229834+00:00\"},{\"id\":\"dtmi:example:hvac;1634304\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.52301+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpovgAAAAAACg%3D%3D%23RT%3A87%23TRC%3A174%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpovgAAAAAACg%3D%3D%23RT%3A87%23TRC%3A174%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8e7eb923-5ca4-43d3-afb6-355637383459" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f1cb023b465fb734ff6a7296f596b63b-d90c0e77d81c318c-01", - "mise-correlation-id" : "65e3eb45-95f7-46b1-b7ac-34c3c6271a34", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1911577\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.0659725+00:00\"},{\"id\":\"dtmi:example:room;1878881\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.066005+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpqvgAAAAAACg%3D%3D%23RT%3A88%23TRC%3A176%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpqvgAAAAAACg%3D%3D%23RT%3A88%23TRC%3A176%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2a5294a0-0058-45f2-994e-1721fba57340" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1bbafa5358d889796f5c3181a9e4b647-be0c3c3671d016bc-01", - "mise-correlation-id" : "13fc9785-783a-4048-8309-b90dbcfab778", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1247679\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.0660284+00:00\"},{\"id\":\"dtmi:example:floor;1682418\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.60839+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpsvgAAAAAACg%3D%3D%23RT%3A89%23TRC%3A178%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpsvgAAAAAACg%3D%3D%23RT%3A89%23TRC%3A178%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4ce341ac-0acc-4b16-bfda-b5cb840c7676" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d5be7c8199cc266c9696d82bbf5b9e85-22d7201ccfa1b8d8-01", - "mise-correlation-id" : "f1826bca-b75f-44d6-8ee7-8e39dea1fb56", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1295578\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.6084227+00:00\"},{\"id\":\"dtmi:example:hvac;1368472\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.6084451+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuvgAAAAAACg%3D%3D%23RT%3A90%23TRC%3A180%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuvgAAAAAACg%3D%3D%23RT%3A90%23TRC%3A180%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7aab0c5b-f8a7-4958-ad9c-e743987238cc" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-34d9c6dd4458b2c56670d46a8d0e3707-287e28879f39da0d-01", - "mise-correlation-id" : "b52c029e-e297-44a2-b51a-4365bad4f934", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1484519\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.1460198+00:00\"},{\"id\":\"dtmi:example:room;1867140\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.1460549+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpwvgAAAAAACg%3D%3D%23RT%3A91%23TRC%3A182%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpwvgAAAAAACg%3D%3D%23RT%3A91%23TRC%3A182%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1ce999f7-cf95-40e7-863c-69e111707328" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f726317267a8258e715cec88cdbbe3b5-cb103c7db666c58d-01", - "mise-correlation-id" : "21302fb5-26fd-4cf8-85e1-17fd900e66a6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1058532\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.1460787+00:00\"},{\"id\":\"dtmi:example:floor;1281383\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.6455201+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpyvgAAAAAACg%3D%3D%23RT%3A92%23TRC%3A184%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpyvgAAAAAACg%3D%3D%23RT%3A92%23TRC%3A184%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "31a290f7-06f3-4fa6-8602-dfaa6298126e" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-42d1e1aacbc0e358c797755f148f582f-220cb1bd149d2b8b-01", - "mise-correlation-id" : "7d6bb4a0-1941-48f6-8497-18fa4bf9e635", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1543862\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.6455549+00:00\"},{\"id\":\"dtmi:example:hvac;1491151\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.6455785+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp0vgAAAAAACg%3D%3D%23RT%3A93%23TRC%3A186%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp0vgAAAAAACg%3D%3D%23RT%3A93%23TRC%3A186%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2d68d28a-2938-4427-855c-cbe08100c041" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-aeedf93a175a719230c3ddd0bf2f539f-fb7e7c9b832f6d5a-01", - "mise-correlation-id" : "4c8104fe-80b5-4a41-809c-c0e28a1cf508", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1459414\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.1724733+00:00\"},{\"id\":\"dtmi:example:room;1079249\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.172507+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp2vgAAAAAACg%3D%3D%23RT%3A94%23TRC%3A188%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp2vgAAAAAACg%3D%3D%23RT%3A94%23TRC%3A188%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8196e688-7aa1-43cb-b843-8024de927ba2" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7d3d95448b862b5a7fc45b2f86455510-ab91f7094a741df4-01", - "mise-correlation-id" : "8fb53f2d-c27c-4daf-953a-e00139793b29", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1215442\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.1725308+00:00\"},{\"id\":\"dtmi:example:floor;1139516\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.6440679+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp4vgAAAAAACg%3D%3D%23RT%3A95%23TRC%3A190%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp4vgAAAAAACg%3D%3D%23RT%3A95%23TRC%3A190%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4b5aab65-7ca5-4b2f-9328-5ee8915125a0" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4578ca8c3ba0cd0f68eea9717ea44d8a-1f9f18ffcf4f60d4-01", - "mise-correlation-id" : "4278bb4e-c209-44a4-8607-2cb59cdf0578", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1416171\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.6441049+00:00\"},{\"id\":\"dtmi:example:hvac;1227579\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.6441281+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp6vgAAAAAACg%3D%3D%23RT%3A96%23TRC%3A192%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp6vgAAAAAACg%3D%3D%23RT%3A96%23TRC%3A192%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1bdc7f46-de5a-4ec3-8089-ad44790a7da3" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-084ee6c8d49c3815349c86d3226925e2-968d721bfe3b6ac8-01", - "mise-correlation-id" : "aee16c6d-d817-4125-8cf7-cb6395fdefea", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1279239\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.1409713+00:00\"},{\"id\":\"dtmi:example:room;1162300\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.1410032+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp8vgAAAAAACg%3D%3D%23RT%3A97%23TRC%3A194%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp8vgAAAAAACg%3D%3D%23RT%3A97%23TRC%3A194%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d810d00d-54f0-4389-89e3-c5bfc93571d4" - }, - "Response" : { - "content-length" : "755", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cc9d8616ba76d1eb30d6d2c815ea42a3-e80aec4d0c5571b5-01", - "mise-correlation-id" : "b35c71b2-ea51-4879-ab7b-86e2a079f0db", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1852361\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.1410252+00:00\"},{\"id\":\"dtmi:example:floor;1088756\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.6252495+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp%2BvgAAAAAACg%3D%3D%23RT%3A98%23TRC%3A196%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp%2BvgAAAAAACg%3D%3D%23RT%3A98%23TRC%3A196%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4c2d8f04-b037-4639-9f33-16d1939db6d4" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cff0d9be60118b35f8dace49c40850e1-d9a59ce9ddef07df-01", - "mise-correlation-id" : "5fd42fbb-84f1-41bb-b561-5d68cf3ddd31", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1603960\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.6252837+00:00\"},{\"id\":\"dtmi:example:hvac;1925499\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.6253066+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqAvgAAAAAACg%3D%3D%23RT%3A99%23TRC%3A198%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqAvgAAAAAACg%3D%3D%23RT%3A99%23TRC%3A198%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7045abe8-02d5-447b-8f31-008756d97fba" - }, - "Response" : { - "content-length" : "769", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f82dfa8e67cd9e4710f682f64a5a1fe9-f929be9557d32ab1-01", - "mise-correlation-id" : "fbc5e652-8539-4864-942e-3a359b5f8749", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1467440\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:18.2518908+00:00\"},{\"id\":\"dtmi:example:Hvac;1211956\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:18.2519215+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqFvgAAAAAACg%3D%3D%23RT%3A100%23TRC%3A200%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqFvgAAAAAACg%3D%3D%23RT%3A100%23TRC%3A200%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "81380476-1e7d-469d-985c-cd35f6e5629c" - }, - "Response" : { - "content-length" : "799", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f11ca4d7460627835b5f994dfaf65cac-b441fdfa89bc4fff-01", - "mise-correlation-id" : "8e5e201b-6b7f-4023-8d82-7aea2ea6f737", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1286680\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:18.2519415+00:00\"},{\"id\":\"dtmi:example:Ward;1447375\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:23.4271664+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqHvgAAAAAACg%3D%3D%23RT%3A101%23TRC%3A202%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:40 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqHvgAAAAAACg%3D%3D%23RT%3A101%23TRC%3A202%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8471f580-7321-4082-b446-6ba1aa9d2ea7" - }, - "Response" : { - "content-length" : "768", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ce960d2e7f2c15cbeb86df75416664a7-0b4a99952c2d250c-01", - "mise-correlation-id" : "9479098b-13e5-4141-8f24-867c6cbd9310", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1219060\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:25.348204+00:00\"},{\"id\":\"dtmi:example:Hvac;1929951\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:25.3482367+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqMvgAAAAAACg%3D%3D%23RT%3A102%23TRC%3A204%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqMvgAAAAAACg%3D%3D%23RT%3A102%23TRC%3A204%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "56379fd0-2a19-4161-a2e7-e3807da06931" - }, - "Response" : { - "content-length" : "799", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4b6ce7d3ce4a0adb1046ee9c48022160-0389a84de0cbc22a-01", - "mise-correlation-id" : "270058e9-8881-461b-8c5f-ce22a1a99083", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1339130\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:25.3482569+00:00\"},{\"id\":\"dtmi:example:Ward;1206470\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:30.6449284+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqOvgAAAAAACg%3D%3D%23RT%3A103%23TRC%3A206%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqOvgAAAAAACg%3D%3D%23RT%3A103%23TRC%3A206%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b89a4a90-a686-4521-adab-7f0554a324c9" - }, - "Response" : { - "content-length" : "746", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-aa4ab5f13ab64ed805daef16671218e5-998487acc8283b34-01", - "mise-correlation-id" : "9713146c-43d3-441c-b9e0-9670e24856c6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1607128\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:45.6579877+00:00\"},{\"id\":\"dtmi:example:Room;1928429\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:45.997615+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqWvgAAAAAACg%3D%3D%23RT%3A104%23TRC%3A208%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqWvgAAAAAACg%3D%3D%23RT%3A104%23TRC%3A208%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6acb5ebd-d688-47db-bbfe-6e7ac509313b" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5cf0a03e8021376a2cfc553290810494-daa50bc8d7bbe5f8-01", - "mise-correlation-id" : "0e871e6e-0057-4e16-8508-4221d826fdfa", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1977209\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:46.2824846+00:00\"},{\"id\":\"dtmi:example:Room;1690349\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:46.9924949+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvgAAAAAACg%3D%3D%23RT%3A105%23TRC%3A210%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvgAAAAAACg%3D%3D%23RT%3A105%23TRC%3A210%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0843e181-d438-4b7c-b65a-f3ef53271168" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-82e46c2dbb72178cfe39409dc7abc993-d3e14e74cf537523-01", - "mise-correlation-id" : "24c13394-aa43-40e4-8f51-93d691f499e2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Floor;1125012\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:47.3635061+00:00\"},{\"id\":\"dtmi:example:Room;1202662\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:47.7857464+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqcvgAAAAAACg%3D%3D%23RT%3A106%23TRC%3A212%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqcvgAAAAAACg%3D%3D%23RT%3A106%23TRC%3A212%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0291fb4c-b24f-42be-be43-45f351f8b62b" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-811886cfa323e77dd127f6e9d57ae27a-2c2156836fcd3eba-01", - "mise-correlation-id" : "260b8c7a-8b86-4985-a4c8-6df43dd253d8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1934126\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:48.1226276+00:00\"},{\"id\":\"dtmi:example:Room;1892747\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:48.6046883+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqevgAAAAAACg%3D%3D%23RT%3A107%23TRC%3A214%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqevgAAAAAACg%3D%3D%23RT%3A107%23TRC%3A214%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ffd00a36-b8b2-4121-884f-bc632cbcdd1b" - }, - "Response" : { - "content-length" : "713", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d629809258231c2b51654cc4e37ef4aa-5d84d84bd6718da3-01", - "mise-correlation-id" : "e6ed5bd4-512c-44b3-a25b-0ef40f4e6b77", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1725914\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:48.9348457+00:00\"},{\"id\":\"dtmi:example:wifi;1922287\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.2833673+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqgvgAAAAAACg%3D%3D%23RT%3A108%23TRC%3A216%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqgvgAAAAAACg%3D%3D%23RT%3A108%23TRC%3A216%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab27e1c5-697d-4f98-9c7b-f28c729875cb" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f1c0a3e71e3e5c158118d30a6659fcbe-5321a5f62bf7acc5-01", - "mise-correlation-id" : "fc9eb056-8540-4a9c-94db-aaaa6a041ccb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1231307\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.2834006+00:00\"},{\"id\":\"dtmi:example:wifi;1028736\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.7400226+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqivgAAAAAACg%3D%3D%23RT%3A109%23TRC%3A218%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqivgAAAAAACg%3D%3D%23RT%3A109%23TRC%3A218%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "16e76efa-6533-4d8a-939c-da36c026a3a5" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-db4e843aea703497222045ac16822068-e9c824764b283cb6-01", - "mise-correlation-id" : "65b15ffd-d1e7-450d-b93c-b00b53bce4b1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1756623\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.7400566+00:00\"},{\"id\":\"dtmi:example:wifi;1890780\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.0562006+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqkvgAAAAAACg%3D%3D%23RT%3A110%23TRC%3A220%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqkvgAAAAAACg%3D%3D%23RT%3A110%23TRC%3A220%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a46e193e-7e84-49cd-b798-73de2b15c814" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-477cb144a553ed0744abd29bfedaecd7-48913f2c7b51ca7c-01", - "mise-correlation-id" : "108194e3-277e-4c85-a1cb-2b512ebb3375", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1020538\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.0562395+00:00\"},{\"id\":\"dtmi:example:wifi;1936007\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.447788+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqmvgAAAAAACg%3D%3D%23RT%3A111%23TRC%3A222%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqmvgAAAAAACg%3D%3D%23RT%3A111%23TRC%3A222%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a616b7a1-412e-4dfc-a166-742945c74dc7" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-947ee4eb60e5f22e1ff317ff7d823b86-924f58b15b41f19c-01", - "mise-correlation-id" : "7d9a2c55-edbf-46d1-b05f-dada6a22010d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1712562\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.4478233+00:00\"},{\"id\":\"dtmi:example:wifi;1398018\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.8398928+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovgAAAAAACg%3D%3D%23RT%3A112%23TRC%3A224%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovgAAAAAACg%3D%3D%23RT%3A112%23TRC%3A224%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "204055f2-d116-4eaf-894e-c20d775d004f" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b142b2c120df66621a0dcf2d1bda2096-391d54e481615601-01", - "mise-correlation-id" : "622e80a6-ad7c-4a27-a3fc-59609904b947", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1717068\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.8399278+00:00\"},{\"id\":\"dtmi:example:wifi;1483851\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.1677875+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvgAAAAAACg%3D%3D%23RT%3A113%23TRC%3A226%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvgAAAAAACg%3D%3D%23RT%3A113%23TRC%3A226%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bb850f98-bda5-4f50-b4e7-c6b6e4ddae1c" - }, - "Response" : { - "content-length" : "714", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-258fd31b7576a06c0c4afcca0c39ef0e-b8ab201439f0b71e-01", - "mise-correlation-id" : "26ade590-8159-4d7d-9a01-6144c6ec4dad", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1438040\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.167825+00:00\"},{\"id\":\"dtmi:example:floor;1521477\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.6444594+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqsvgAAAAAACg%3D%3D%23RT%3A114%23TRC%3A228%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqsvgAAAAAACg%3D%3D%23RT%3A114%23TRC%3A228%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "61274b6b-dfa4-444a-a783-2c312ac7f890" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5e8b076cc6a95bfdaf3a09698891b619-7202b7a268a26be2-01", - "mise-correlation-id" : "1ec561e4-256f-42b3-b65e-7e52f7214618", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1383698\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.6444925+00:00\"},{\"id\":\"dtmi:example:hvac;1737853\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.644514+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGquvgAAAAAACg%3D%3D%23RT%3A115%23TRC%3A230%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGquvgAAAAAACg%3D%3D%23RT%3A115%23TRC%3A230%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e4888768-ae1e-45fd-9edc-6c983d201d45" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6bf66c35420c3416db53aba8871a2dac-e1da1860e3b05fab-01", - "mise-correlation-id" : "ed1f6cb4-3631-40ab-8485-887b176b70c2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1014928\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.5345118+00:00\"},{\"id\":\"dtmi:example:room;1590240\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.5345434+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqwvgAAAAAACg%3D%3D%23RT%3A116%23TRC%3A232%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqwvgAAAAAACg%3D%3D%23RT%3A116%23TRC%3A232%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7e671bf6-867d-4b66-99e2-4e89b0b8a297" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2db9cc71c8961eaf1a511b294ae843da-bfcaad3a6358336c-01", - "mise-correlation-id" : "f32c7cbc-a1c3-49cc-a139-4c353ef11cc4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1445292\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.5345651+00:00\"},{\"id\":\"dtmi:example:floor;1814262\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.9646904+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqyvgAAAAAACg%3D%3D%23RT%3A117%23TRC%3A234%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqyvgAAAAAACg%3D%3D%23RT%3A117%23TRC%3A234%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5652521d-89f1-45fe-998a-053dd6e9cb1d" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c38484439ea6524b619a4726b829c9e2-a2420586e3e98ac7-01", - "mise-correlation-id" : "1c68430d-5279-4909-9c0f-27a615859326", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1638374\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.9647247+00:00\"},{\"id\":\"dtmi:example:hvac;1474299\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.9647483+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq0vgAAAAAACg%3D%3D%23RT%3A118%23TRC%3A236%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq0vgAAAAAACg%3D%3D%23RT%3A118%23TRC%3A236%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "16c2ec23-290a-49bc-b665-0786f39f2dc5" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b85293b7dc6b5e19ee73aeb9c00f22f5-d54ef4f51e45d593-01", - "mise-correlation-id" : "7e593cef-9105-40ff-956e-ce65fbc7cb80", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1500163\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.4933795+00:00\"},{\"id\":\"dtmi:example:room;1779006\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.493413+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq2vgAAAAAACg%3D%3D%23RT%3A119%23TRC%3A238%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq2vgAAAAAACg%3D%3D%23RT%3A119%23TRC%3A238%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d5976226-51ef-4479-80b5-88d387cd6f12" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c48a2f50de345e26266a272e6135bb4f-d75dccb3ba0222b1-01", - "mise-correlation-id" : "44a8f468-272f-4200-bf6c-b863606bb83b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1731164\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.4934357+00:00\"},{\"id\":\"dtmi:example:floor;1356197\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.9916506+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq4vgAAAAAACg%3D%3D%23RT%3A120%23TRC%3A240%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq4vgAAAAAACg%3D%3D%23RT%3A120%23TRC%3A240%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "add11d4d-7a80-49a1-b374-91a9a6e4c0dd" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-58d34be2a6e8d84ac1f435f1afc84126-55f8f868bc3af2e7-01", - "mise-correlation-id" : "588c475b-64a8-4c32-bcbf-dfadea849025", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1235847\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.9916861+00:00\"},{\"id\":\"dtmi:example:hvac;1905556\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.9917124+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq6vgAAAAAACg%3D%3D%23RT%3A121%23TRC%3A242%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq6vgAAAAAACg%3D%3D%23RT%3A121%23TRC%3A242%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "24423947-7626-473a-aebf-0bf11fab2d80" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a15708eb6b0ad044eb7805d286330a48-f9aeb980e86d1ba5-01", - "mise-correlation-id" : "b88a0804-4e81-4b76-8977-6baeaf4adfba", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1507809\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.4302535+00:00\"},{\"id\":\"dtmi:example:room;1198556\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.4302908+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq8vgAAAAAACg%3D%3D%23RT%3A122%23TRC%3A244%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq8vgAAAAAACg%3D%3D%23RT%3A122%23TRC%3A244%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f3824d22-3302-4ab5-b629-500107cf448a" - }, - "Response" : { - "content-length" : "756", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9aa9c130b407241e4f74db1463e7822b-51ac286ecbdb1b4d-01", - "mise-correlation-id" : "6c63286b-5876-49b8-83cb-8036b0a30360", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1507318\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.4303164+00:00\"},{\"id\":\"dtmi:example:floor;1817951\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.9109902+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq%2BvgAAAAAACg%3D%3D%23RT%3A123%23TRC%3A246%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq%2BvgAAAAAACg%3D%3D%23RT%3A123%23TRC%3A246%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "78a574f3-6a97-4038-b7d0-fceed7ef4fff" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-19f579281f8d154d87538cbb5cfd5178-86ce7d97f774c93e-01", - "mise-correlation-id" : "52b2900b-6371-4432-9524-e5e4f372c385", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1696632\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.9110228+00:00\"},{\"id\":\"dtmi:example:hvac;1502962\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.9110443+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrAvgAAAAAACg%3D%3D%23RT%3A124%23TRC%3A248%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:41 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrAvgAAAAAACg%3D%3D%23RT%3A124%23TRC%3A248%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dc4e30e7-8a14-4c91-b31b-e9817b8dbbf5" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2990c246c2642229f6f18646118b78d4-8495b40c3c2ab407-01", - "mise-correlation-id" : "e9594924-9b29-4c42-8383-1d8f76171789", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1863849\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.4353414+00:00\"},{\"id\":\"dtmi:example:room;1788938\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.4353732+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrCvgAAAAAACg%3D%3D%23RT%3A125%23TRC%3A250%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrCvgAAAAAACg%3D%3D%23RT%3A125%23TRC%3A250%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "442da5af-f6a4-4a98-ad5e-992dc780cbc6" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5d4b0262290b6bcf35d96b1464546fe1-d012b77b0892291e-01", - "mise-correlation-id" : "f573aa8b-93e1-451b-acac-6b26da049bfb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1285954\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.4353955+00:00\"},{\"id\":\"dtmi:example:floor;1186767\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.9454911+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrEvgAAAAAACg%3D%3D%23RT%3A126%23TRC%3A252%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrEvgAAAAAACg%3D%3D%23RT%3A126%23TRC%3A252%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f704e78a-b9b2-4273-8589-0381dee18314" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2d2cd55b2a4b50bbb05d4d52f39fde4f-caffbacf55fa5535-01", - "mise-correlation-id" : "c7e41d72-1c14-4658-ac12-347c2b74cc30", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1632061\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.9455286+00:00\"},{\"id\":\"dtmi:example:hvac;1832272\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.945553+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrGvgAAAAAACg%3D%3D%23RT%3A127%23TRC%3A254%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrGvgAAAAAACg%3D%3D%23RT%3A127%23TRC%3A254%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b7074aa8-fd74-4bae-a644-e7fc76843244" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-839ac77b5492e4c12a93642a54f8461e-0aed18acee3ab095-01", - "mise-correlation-id" : "25d80c9f-f3e5-466d-a451-37421d836e15", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1086281\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:46.4706143+00:00\"},{\"id\":\"dtmi:example:room;1381200\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:46.4706457+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrIvgAAAAAACg%3D%3D%23RT%3A128%23TRC%3A256%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrIvgAAAAAACg%3D%3D%23RT%3A128%23TRC%3A256%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b723f8ea-3894-412c-92a1-3d9c3f3a6177" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a562e99da4f03988dfd393d1410260b5-c2e6af2d50286059-01", - "mise-correlation-id" : "37d5bd45-829a-40aa-8c75-9fc7b2251661", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1847311\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:46.4706666+00:00\"},{\"id\":\"dtmi:example:floor;1036830\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.022073+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrKvgAAAAAACg%3D%3D%23RT%3A129%23TRC%3A258%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrKvgAAAAAACg%3D%3D%23RT%3A129%23TRC%3A258%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9a6803c-c45d-4488-b320-25a491d0d630" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2ba4084c0c6b38e47057a8cbac36f326-999140d6bd423f03-01", - "mise-correlation-id" : "af6b9459-bb1d-42b8-83fd-b1f46ba89921", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1503089\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.0221048+00:00\"},{\"id\":\"dtmi:example:hvac;1951538\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.0221262+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrMvgAAAAAACg%3D%3D%23RT%3A130%23TRC%3A260%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrMvgAAAAAACg%3D%3D%23RT%3A130%23TRC%3A260%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e575a779-d74a-47fe-8ed7-e2074fccd633" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c94bf74717491dfb9f990ceffb487c96-70a47718bf0e4528-01", - "mise-correlation-id" : "42040042-3b35-47bd-af50-bdd76834cb22", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1936110\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.5247287+00:00\"},{\"id\":\"dtmi:example:room;1133461\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.5247693+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOvgAAAAAACg%3D%3D%23RT%3A131%23TRC%3A262%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOvgAAAAAACg%3D%3D%23RT%3A131%23TRC%3A262%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a8acc26c-6394-485f-beb9-20603c17eb4b" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c118b97c184e9044b18f6f3d1e82cafd-385fb089864634aa-01", - "mise-correlation-id" : "4a133f31-ac01-492e-be5c-c9174a0cc980", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1856789\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.5247938+00:00\"},{\"id\":\"dtmi:example:floor;1116427\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.277558+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrQvgAAAAAACg%3D%3D%23RT%3A132%23TRC%3A264%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrQvgAAAAAACg%3D%3D%23RT%3A132%23TRC%3A264%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1b92a851-19d8-4c0e-b78c-742724d85da6" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-acc0e168360d4911f8dbc541ad00455d-653f6b6fda33a0d1-01", - "mise-correlation-id" : "d6eee881-bda3-4c69-acec-59206ea643b2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1688551\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.2775943+00:00\"},{\"id\":\"dtmi:example:hvac;1014347\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.2776195+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvgAAAAAACg%3D%3D%23RT%3A133%23TRC%3A266%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvgAAAAAACg%3D%3D%23RT%3A133%23TRC%3A266%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c508bbcb-7798-4a0d-9974-5648e11ec650" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-631fb58bdc53a2f24fba72e26c3e4f41-0a4a030e3f408d73-01", - "mise-correlation-id" : "e0ec2617-b7d4-4fe5-b80f-54aceccee6d8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1528585\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.8151901+00:00\"},{\"id\":\"dtmi:example:room;1086912\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.8152309+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvgAAAAAACg%3D%3D%23RT%3A134%23TRC%3A268%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvgAAAAAACg%3D%3D%23RT%3A134%23TRC%3A268%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ad132454-a9ec-4f07-bff4-340b8d27a1f8" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d7c826b54d79abef5cbdbb7b9f14f70b-6dd8eb9209568bbd-01", - "mise-correlation-id" : "03c76e1c-d521-405c-9fa9-34f8a88e0445", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1314838\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.8152561+00:00\"},{\"id\":\"dtmi:example:floor;1507991\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.2918287+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrWvgAAAAAACg%3D%3D%23RT%3A135%23TRC%3A270%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrWvgAAAAAACg%3D%3D%23RT%3A135%23TRC%3A270%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5b010bdd-c462-4208-a064-0128151ffcd2" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-85ab04c13d9d1ee9e834a8d89b6ffcfc-090f133a3cc6b7cb-01", - "mise-correlation-id" : "503a138f-c1ee-483e-8a51-6454061bca04", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1319929\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.291868+00:00\"},{\"id\":\"dtmi:example:hvac;1822231\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.2918928+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrYvgAAAAAACg%3D%3D%23RT%3A136%23TRC%3A272%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrYvgAAAAAACg%3D%3D%23RT%3A136%23TRC%3A272%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "64bcd050-e830-4cfa-b260-c30930cc6a0f" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-215136ab598002c8220421d323b666c7-16d5b05f219122cf-01", - "mise-correlation-id" : "9f0025d2-71f4-4f27-bc31-25639e159925", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1993189\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.7532808+00:00\"},{\"id\":\"dtmi:example:room;1613654\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.7533173+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGravgAAAAAACg%3D%3D%23RT%3A137%23TRC%3A274%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGravgAAAAAACg%3D%3D%23RT%3A137%23TRC%3A274%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "40ec1784-acea-4fc9-8467-3216fb725b46" - }, - "Response" : { - "content-length" : "769", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d1df133e7ee659df29df7be6b9964539-06876c180c6f9463-01", - "mise-correlation-id" : "84627371-ea0a-432b-a8fe-94783eaf3aec", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1042598\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.7533409+00:00\"},{\"id\":\"dtmi:example:Building;1249058\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:05.7442004+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrfvgAAAAAACg%3D%3D%23RT%3A138%23TRC%3A276%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrfvgAAAAAACg%3D%3D%23RT%3A138%23TRC%3A276%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "322ebcc7-7aa9-4f21-b6af-37eafafcddde" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-58623b99cd62c18dbf920fd767ba3abc-7bb514878c66e585-01", - "mise-correlation-id" : "4c8032a4-2388-4fd5-8c18-0e6d41b06520", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1876965\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:05.7442339+00:00\"},{\"id\":\"dtmi:example:Ward;1568353\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:05.7442541+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrhvgAAAAAACg%3D%3D%23RT%3A139%23TRC%3A278%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrhvgAAAAAACg%3D%3D%23RT%3A139%23TRC%3A278%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "73876077-a890-4936-a8c2-e0276e9465d0" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c93c08dad45467ec223db9f075bab6a6-439021074045317c-01", - "mise-correlation-id" : "ad7c6e39-141a-4917-adbd-4b2800208974", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1845600\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:12.6237403+00:00\"},{\"id\":\"dtmi:example:Building;1510959\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:13.9914914+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvgAAAAAACg%3D%3D%23RT%3A140%23TRC%3A280%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvgAAAAAACg%3D%3D%23RT%3A140%23TRC%3A280%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f95fd481-adf2-4c46-9220-88ccc7d8e4c7" - }, - "Response" : { - "content-length" : "789", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-402ea4652e5ee6d9d1ffe8d631a096ea-e0a3428f4b1a6ffc-01", - "mise-correlation-id" : "6de9acf2-cfca-4d08-81ec-5681613bc32c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1400431\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:13.991524+00:00\"},{\"id\":\"dtmi:example:Ward;1518120\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:13.9915451+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrovgAAAAAACg%3D%3D%23RT%3A141%23TRC%3A282%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrovgAAAAAACg%3D%3D%23RT%3A141%23TRC%3A282%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c91f403-b601-41db-a346-c3300d7b8301" - }, - "Response" : { - "content-length" : "773", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c6ace816c6277e67debe1ffa1e7e54c9-49b4d7324cb30e5c-01", - "mise-correlation-id" : "8a5586ff-fae1-44ec-9e08-44a11d093f46", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1300399\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:21.1145109+00:00\"},{\"id\":\"dtmi:example:Room;1382932\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:36.8110648+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrwvgAAAAAACg%3D%3D%23RT%3A142%23TRC%3A284%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrwvgAAAAAACg%3D%3D%23RT%3A142%23TRC%3A284%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2e3d15f2-8355-41e6-9b40-1c770fd516b0" - }, - "Response" : { - "content-length" : "746", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-80ff57209ef4b6eeb9e80a9b2c8dfd5f-19f5964011034003-01", - "mise-correlation-id" : "cd1aa832-bc39-4b79-a6c4-f2dc6a4a0d74", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1930142\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:37.137352+00:00\"},{\"id\":\"dtmi:example:Room;1179271\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:37.4752599+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGryvgAAAAAACg%3D%3D%23RT%3A143%23TRC%3A286%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGryvgAAAAAACg%3D%3D%23RT%3A143%23TRC%3A286%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "49cb31d3-8591-44e1-a645-93ec8601aeb6" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ae64c7d965bcbd1bea0124fe2033c6b4-a975fd90fb055729-01", - "mise-correlation-id" : "3b9d8384-a1ba-41b2-86ce-562e53cbfb44", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1365217\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:38.0767067+00:00\"},{\"id\":\"dtmi:example:Floor;1963810\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:38.3961087+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr2vgAAAAAACg%3D%3D%23RT%3A144%23TRC%3A288%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr2vgAAAAAACg%3D%3D%23RT%3A144%23TRC%3A288%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d11e405-44f6-4678-8a82-ba54bf4998f9" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0487ae1476a6e6c1d147625f87d1bf14-9fc138965de37a09-01", - "mise-correlation-id" : "7a420a0d-ac8f-42cb-be1a-ada7e4c88028", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1271866\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:38.75103+00:00\"},{\"id\":\"dtmi:example:Room;1228102\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:39.1006553+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr4vgAAAAAACg%3D%3D%23RT%3A145%23TRC%3A290%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr4vgAAAAAACg%3D%3D%23RT%3A145%23TRC%3A290%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "416639ac-0a4c-4590-9810-06359b8fecdf" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1681cd88ed935ea111e780847435b609-41b424da5b5211cc-01", - "mise-correlation-id" : "5b511533-9715-433c-9ffb-10012c32af53", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1275531\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:39.5205537+00:00\"},{\"id\":\"dtmi:example:Room;1445927\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:39.8314011+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr6vgAAAAAACg%3D%3D%23RT%3A146%23TRC%3A292%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr6vgAAAAAACg%3D%3D%23RT%3A146%23TRC%3A292%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "30f73b23-68e5-4083-9b7f-4938e710fb6a" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d67fed10535eec1b0662d08207e40772-934b0ff1996628fd-01", - "mise-correlation-id" : "7eb25877-742b-4391-8dcd-600c5a9aab61", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1934125\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:40.1647698+00:00\"},{\"id\":\"dtmi:example:Room;1588882\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:40.8129355+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr9vgAAAAAACg%3D%3D%23RT%3A147%23TRC%3A294%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr9vgAAAAAACg%3D%3D%23RT%3A147%23TRC%3A294%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1fb84662-8ed3-40e6-9ec1-6a3171e0c875" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1a93d30f90d154f42789ab6ecbd8ee3d-0c083089d03f5ff2-01", - "mise-correlation-id" : "6b3c9c34-8aef-4559-bb7b-0cfa7e87a82d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Floor;1142232\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:41.1773063+00:00\"},{\"id\":\"dtmi:example:Room;1232007\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:41.5865174+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoAvwAAAAAACg%3D%3D%23RT%3A148%23TRC%3A296%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoAvwAAAAAACg%3D%3D%23RT%3A148%23TRC%3A296%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "872bff07-1962-4e74-8a45-273991fb737e" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-798c091184f33f64c1a0ec8a898fc707-ff2feada5598d1c9-01", - "mise-correlation-id" : "adc65a91-a987-4b19-81a4-fcb28d1a2bc8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1458580\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:41.9058541+00:00\"},{\"id\":\"dtmi:example:Building;1655248\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:30.0345326+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvwAAAAAACg%3D%3D%23RT%3A149%23TRC%3A298%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvwAAAAAACg%3D%3D%23RT%3A149%23TRC%3A298%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "10e22dfb-6832-49cb-a193-88e97dd0b581" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bd60cea1df61fbecee75f06ca63fc6c6-f05b1ee977d4e5a3-01", - "mise-correlation-id" : "3ede2d72-7136-41fd-bf10-aa421925465e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1542129\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:30.0345756+00:00\"},{\"id\":\"dtmi:example:Ward;1983465\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:30.0345983+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvwAAAAAACg%3D%3D%23RT%3A150%23TRC%3A300%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvwAAAAAACg%3D%3D%23RT%3A150%23TRC%3A300%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7b9703fd-8393-4b9e-a8c8-fc269607bc2e" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bab0d075752d79fafa959dde9871d043-a78ca30358f7effe-01", - "mise-correlation-id" : "78e2568b-e3a2-40b9-8292-4d80f39f5935", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1455376\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:37.1252552+00:00\"},{\"id\":\"dtmi:example:Building;1734960\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:38.4558066+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpNvwAAAAAACg%3D%3D%23RT%3A151%23TRC%3A302%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpNvwAAAAAACg%3D%3D%23RT%3A151%23TRC%3A302%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6ca07936-71fe-4531-af84-bb38403f4bd5" - }, - "Response" : { - "content-length" : "789", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f7d95a772959e0779a5689d05e26626e-43707c4e8bc99584-01", - "mise-correlation-id" : "71d5be78-08f1-40ba-82c7-b98596689408", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1011545\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:38.4558413+00:00\"},{\"id\":\"dtmi:example:Ward;1595500\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:38.455862+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpPvwAAAAAACg%3D%3D%23RT%3A152%23TRC%3A304%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpPvwAAAAAACg%3D%3D%23RT%3A152%23TRC%3A304%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5124da7b-5058-48c7-85ff-2087f1999333" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-96ed8dd104e3560cc4d641a9d4d05112-e3548e50722d071c-01", - "mise-correlation-id" : "02fdff7e-b46c-41f0-af4b-caa62e8036e8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1960861\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:46.1614554+00:00\"},{\"id\":\"dtmi:example:Building;1203355\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:32.1763109+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovwAAAAAACg%3D%3D%23RT%3A153%23TRC%3A306%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovwAAAAAACg%3D%3D%23RT%3A153%23TRC%3A306%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5298d53a-b2ee-4a7a-9738-9b74cb1d3ef2" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f357e7c7b5fbce9afe6e63dd28c5ecc4-eedd1a8810933f48-01", - "mise-correlation-id" : "92bfc329-299b-41f0-9c7e-8c369ddf3921", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1209429\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:32.1763435+00:00\"},{\"id\":\"dtmi:example:Ward;1626685\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:32.1763647+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvwAAAAAACg%3D%3D%23RT%3A154%23TRC%3A308%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvwAAAAAACg%3D%3D%23RT%3A154%23TRC%3A308%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "41eb5446-ba1a-4bb7-9741-2a5eae47d4f1" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b8df303e25ac364f64197eef837d1589-ff422307771e35c7-01", - "mise-correlation-id" : "55bf63e8-df7c-4b4e-811c-8372904e50ef", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1602890\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:39.5762326+00:00\"},{\"id\":\"dtmi:example:Building;1665257\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:40.9094484+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvwAAAAAACg%3D%3D%23RT%3A155%23TRC%3A310%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvwAAAAAACg%3D%3D%23RT%3A155%23TRC%3A310%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c3d95344-a3b8-4d9a-b887-fe67a1f8592a" - }, - "Response" : { - "content-length" : "789", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-63852b904544865a26dbaf3eb5557d89-909e95ef3a78e14c-01", - "mise-correlation-id" : "6289b0b6-7d6f-4b96-bf1a-02185a9f4c16", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1924122\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:40.9094775+00:00\"},{\"id\":\"dtmi:example:Ward;1772359\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:40.909495+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvwAAAAAACg%3D%3D%23RT%3A156%23TRC%3A312%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvwAAAAAACg%3D%3D%23RT%3A156%23TRC%3A312%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "40c8edc1-0abb-47b5-8e62-bef3f8dafd9c" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-54d3958beccafcccaa847e5cf7ae7d72-7a61a2c189964df1-01", - "mise-correlation-id" : "bdf6ce0b-df94-47ce-9dfc-7d98d58d412c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1960881\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:48.2432705+00:00\"},{\"id\":\"dtmi:example:Building;1606429\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:51.3522455+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoKwAAAAAAACg%3D%3D%23RT%3A157%23TRC%3A314%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoKwAAAAAAACg%3D%3D%23RT%3A157%23TRC%3A314%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "10ad9f99-9dad-473a-94a4-9f0595fb9a18" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0a78020f8487afa54205a319aebf0832-fe45b4cad80dd13f-01", - "mise-correlation-id" : "f9364045-6587-4b4e-8270-dde7d2105f36", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1105394\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:51.3522818+00:00\"},{\"id\":\"dtmi:example:Ward;1670453\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:51.3523008+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoMwAAAAAAACg%3D%3D%23RT%3A158%23TRC%3A316%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoMwAAAAAAACg%3D%3D%23RT%3A158%23TRC%3A316%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd42d84f-fcbb-4574-826e-7c49933ace7f" - }, - "Response" : { - "content-length" : "777", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d1e1a6ee3e65093037d641e7d856a604-d286d964cce59713-01", - "mise-correlation-id" : "3942a2d4-e82f-4977-bb48-ab4d7f78e775", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1590971\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:59.2020888+00:00\"},{\"id\":\"dtmi:example:Building;1900228\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:00.553898+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRwAAAAAAACg%3D%3D%23RT%3A159%23TRC%3A318%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRwAAAAAAACg%3D%3D%23RT%3A159%23TRC%3A318%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "329b8e53-52f2-4261-80b8-8741a8ce617b" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8df1da46a7cc7dee93c556a78c5bfe83-afd4c32b52a62463-01", - "mise-correlation-id" : "985f10b8-a046-4f3a-b437-a0d8e0ac599f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1734827\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:00.5539283+00:00\"},{\"id\":\"dtmi:example:Ward;1510600\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:00.5539474+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTwAAAAAAACg%3D%3D%23RT%3A160%23TRC%3A320%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTwAAAAAAACg%3D%3D%23RT%3A160%23TRC%3A320%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b8324f0c-f3d9-4aad-9d5b-55fc199ffd55" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-981ac874f5ebca0ab470a365b62b3c31-f6ca8e139d4608eb-01", - "mise-correlation-id" : "3286f647-746d-4dc2-a79a-375c127928a2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1978937\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:08.1162069+00:00\"},{\"id\":\"dtmi:example:Building;1079343\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:04.6692334+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpswAAAAAAACg%3D%3D%23RT%3A161%23TRC%3A322%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpswAAAAAAACg%3D%3D%23RT%3A161%23TRC%3A322%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a284aeec-e756-4533-90bd-08a810a23f4e" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-413ab087a3b45067e13278a9d5bb7bed-588b8b0c79aeeeed-01", - "mise-correlation-id" : "e4ceb5bb-cefa-428e-84b4-0d575ec147e6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1974438\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:04.6692668+00:00\"},{\"id\":\"dtmi:example:Ward;1699335\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:04.6692836+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuwAAAAAAACg%3D%3D%23RT%3A162%23TRC%3A324%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuwAAAAAAACg%3D%3D%23RT%3A162%23TRC%3A324%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cb35b650-ef0d-4721-a05a-e6d18d229909" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ad584f44e00ff83f4f1d9b1adeaeb6d2-f8af4c7976d10071-01", - "mise-correlation-id" : "1423230f-576b-4a8c-a725-16bc93338b68", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1406745\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:12.3000132+00:00\"},{\"id\":\"dtmi:example:Building;1837281\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:13.6428387+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpzwAAAAAAACg%3D%3D%23RT%3A163%23TRC%3A326%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpzwAAAAAAACg%3D%3D%23RT%3A163%23TRC%3A326%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "03d180f2-95f2-411d-9231-c69377f50875" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8385f2d2d6b5939840c8a3783892e909-a04d50e7d9d24e53-01", - "mise-correlation-id" : "361e91c4-f1fc-40c4-9d2e-b8659f138fd0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1518887\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:13.6428676+00:00\"},{\"id\":\"dtmi:example:Ward;1305559\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:13.6428851+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp1wAAAAAAACg%3D%3D%23RT%3A164%23TRC%3A328%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp1wAAAAAAACg%3D%3D%23RT%3A164%23TRC%3A328%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "40ce871c-b6c0-48f0-b0d1-9211bf353c3d" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-00aeb25e35c5dd056c91af8b08081f86-68f93ee5d89fb3d4-01", - "mise-correlation-id" : "1cc83f92-7dfd-41d2-8bc3-e39f9237f508", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1438099\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:21.2464236+00:00\"},{\"id\":\"dtmi:example:Building;1864608\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257353+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOwAAAAAAACg%3D%3D%23RT%3A165%23TRC%3A330%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOwAAAAAAACg%3D%3D%23RT%3A165%23TRC%3A330%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9cd1431d-3546-4fff-8425-91347197e666" - }, - "Response" : { - "content-length" : "442", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cd0d7efc2bd42aa108c9658ba2d9676f-28cd285c549dc3b2-01", - "mise-correlation-id" : "236aeb38-408b-4b01-a689-b158134a68b3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1483012\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257671+00:00\"},{\"id\":\"dtmi:example:Ward;1814868\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257861+00:00\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:43 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "086820", "707874", "605234", "03608b" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.modelLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.modelLifecycleTest[1].json deleted file mode 100644 index 530a117353ec8..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsAsyncTest.modelLifecycleTest[1].json +++ /dev/null @@ -1,319 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1977858?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b8af6ea8-0909-41fb-a74e-4f4f50206a12" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-062bb6d58c7ef311d2691710cca5ac9d-411d425381446123-01", - "mise-correlation-id" : "7708395f-bf98-4268-afce-31e2e99d545d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Building;1977858. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1812825?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3b8afe04-eea9-48dd-9601-cb5e8df2f0d8" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-596d55297ae54a316127baa7d97232ec-e58b0df1523c0bfb-01", - "mise-correlation-id" : "8daffaa6-c527-4dc4-aa5a-d2ce73fefa5d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1812825. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1295392?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "931174f8-5451-4b72-a545-1ddf8e60db18" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4e955396febe2ac7349492f068409a2d-abea25e2a6f3497c-01", - "mise-correlation-id" : "a3b29215-12d9-4544-9e75-3915fa444216", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Hvac;1295392. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1614591?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cb2df073-4c90-4f2e-aadf-805dbe166046" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-49099a319dddbec107cdf645ff9f2eb6-e2fd7ec3d0fff042-01", - "mise-correlation-id" : "3e0ad1c8-005b-4f3e-8b3e-e90c56b12c0e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Ward;1614591. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8b3bca1-2aaf-49b7-ac93-709974942d4c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "607", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3501cd6320f751f83beed712fe1c8906-921d32706748ff65-01", - "mise-correlation-id" : "71721fea-1390-4656-a0ad-822ecf578d01", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Building;1977858\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:35.9808489+00:00\"},{\"id\":\"dtmi:example:Hvac;1295392\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:35.9808971+00:00\"},{\"id\":\"dtmi:example:Ward;1614591\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:35.9809201+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1977858?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4ad398b6-82f6-4da9-ad21-b6e98da39884" - }, - "Response" : { - "content-length" : "601", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cdf4b5c670fbc4b3f824ea0e740357d5-2bf4092037b0c527-01", - "mise-correlation-id" : "ba54318f-2984-4e59-bfda-bacbf873ce67", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Building;1977858\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:35.9808489+00:00\",\"model\":{\"@id\":\"dtmi:example:Building;1977858\",\"@type\":\"Interface\",\"displayName\":\"Building\",\"description\":\"Afree-standingstructure.\",\"contents\":[{\"@type\":\"Relationship\",\"name\":\"has\",\"target\":\"dtmi:example:Floor;1812825\"},{\"@type\":\"Relationship\",\"name\":\"isEquippedWith\",\"target\":\"dtmi:example:Hvac;1295392\"},{\"@type\":\"Property\",\"name\":\"AverageTemperature\",\"schema\":\"double\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1977858?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "143de3e4-c3df-424d-94ca-aee3f96164b6", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7270e83c5f9e1301b1c278450747100e-356b7db04d492451-01", - "mise-correlation-id" : "9020a8d3-9d3a-41b7-af3e-93b56b67c96a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1977858?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5bc172de-ece1-42cc-9831-1f4e83c24339" - }, - "Response" : { - "content-length" : "600", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a01216353f4c83032136c6fd4ebd8889-7b2faf94846e4938-01", - "mise-correlation-id" : "748e7670-f12d-48c7-bcec-bef8c5e31ab0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Building;1977858\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":true,\"uploadTime\":\"2022-06-29T13:43:35.9808489+00:00\",\"model\":{\"@id\":\"dtmi:example:Building;1977858\",\"@type\":\"Interface\",\"displayName\":\"Building\",\"description\":\"Afree-standingstructure.\",\"contents\":[{\"@type\":\"Relationship\",\"name\":\"has\",\"target\":\"dtmi:example:Floor;1812825\"},{\"@type\":\"Relationship\",\"name\":\"isEquippedWith\",\"target\":\"dtmi:example:Hvac;1295392\"},{\"@type\":\"Property\",\"name\":\"AverageTemperature\",\"schema\":\"double\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1977858?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e863bfb4-59af-4451-8611-303c40fe70c7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f5df0f518219260849950177cc990fe1-c4b8169855994229-01", - "mise-correlation-id" : "29778138-e826-4afb-859c-b2d2c3e950e4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1295392?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "032f27c0-afb0-4964-aa44-c9b6190cc640" - }, - "Response" : { - "content-length" : "662", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6250eac11447ead4d626c71a6a3a7040-57bcb1c389d6533f-01", - "mise-correlation-id" : "39b10062-f1fd-4e6a-ab5c-d29783045dde", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Hvac;1295392\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:35.9808971+00:00\",\"model\":{\"@id\":\"dtmi:example:Hvac;1295392\",\"@type\":\"Interface\",\"displayName\":\"HVAC\",\"description\":\"Aheating,ventilation,andairconditioningunit.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"Efficiency\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetTemperature\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetHumidity\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"cools\",\"target\":\"dtmi:example:Floor;1812825\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1295392?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1f263dfb-b933-4644-9a20-af0f46eb5714", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1e9d6616a4fbb28ec5d91f4e44af115c-cd6f220da7cd8e21-01", - "mise-correlation-id" : "72285b2a-d651-4a59-9190-5d7aff655e72", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1295392?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "abe1ece3-8fe5-4eb2-8b18-51f1e6030b74" - }, - "Response" : { - "content-length" : "661", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3e610f18bf5f4b56b412e7a45c025e92-bebdc2a3f5af68b1-01", - "mise-correlation-id" : "ca80dca0-3620-48a3-9f93-b2df31aca8be", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Hvac;1295392\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":true,\"uploadTime\":\"2022-06-29T13:43:35.9808971+00:00\",\"model\":{\"@id\":\"dtmi:example:Hvac;1295392\",\"@type\":\"Interface\",\"displayName\":\"HVAC\",\"description\":\"Aheating,ventilation,andairconditioningunit.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"Efficiency\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetTemperature\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetHumidity\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"cools\",\"target\":\"dtmi:example:Floor;1812825\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1295392?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "429c8c03-7c3d-4a93-ae33-0247124ff97a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-df23ee1a136dbaad42397120ef12fc35-4124c834b611275b-01", - "mise-correlation-id" : "c936f309-0cc5-40c2-a583-3b3bfdfdecf6", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1614591?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f7da4600-d63c-459a-bc5d-09989f34f578" - }, - "Response" : { - "content-length" : "589", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2693f3a2b128e742280150c20ac39f0e-393e32b9a2014375-01", - "mise-correlation-id" : "c1a2582b-ae42-401a-9b9a-061919acce46", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Ward;1614591\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:35.9809201+00:00\",\"model\":{\"@id\":\"dtmi:example:Ward;1614591\",\"@type\":\"Interface\",\"displayName\":\"Ward\",\"description\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"VisitorCount\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"HandWashPercentage\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"managedRooms\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1614591?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "63fad642-b8b9-4439-8559-ae5937ff4fdc", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cfb13e79e92ed844137da97f4711b057-a09f168504daf32e-01", - "mise-correlation-id" : "1cf8f545-df96-46d5-84db-6c3f6331ecd7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1614591?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "af78b9a6-beaa-41c9-abba-b16efa229e18" - }, - "Response" : { - "content-length" : "588", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d73d2eba060f1bedf7330d32f91c2af9-b342911b44b709d5-01", - "mise-correlation-id" : "bec4c5a9-823d-4fd7-8f23-ea2b0acc2619", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Ward;1614591\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":true,\"uploadTime\":\"2022-06-29T13:43:35.9809201+00:00\",\"model\":{\"@id\":\"dtmi:example:Ward;1614591\",\"@type\":\"Interface\",\"displayName\":\"Ward\",\"description\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"VisitorCount\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"HandWashPercentage\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"managedRooms\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1614591?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a089b226-16f9-456b-9f19-d58fa814734d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9a7919cd29eb48ed3d47e13dd4392ae8-fcd7ee9e358248df-01", - "mise-correlation-id" : "77cad9cb-1588-4486-9d4c-5c7d132151ae", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:36 GMT" - }, - "Exception" : null - } ], - "variables" : [ "199070", "034047", "41751f", "836713" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.createModelThrowsIfModelAlreadyExists[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.createModelThrowsIfModelAlreadyExists[1].json deleted file mode 100644 index e97d921aa3069..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.createModelThrowsIfModelAlreadyExists[1].json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1704113?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "26669cc8-8141-41e1-b4f5-dfb04c972fbd" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b52d0dc7860191d85725fb2669a85460-1d487516253de90b-01", - "mise-correlation-id" : "cdea1d97-9b27-4e9d-a6bb-33f6227e23fb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Ward;1704113. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf674c1c-7c5a-4899-a0c5-db29bc27e6f7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "213", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c3dd8ec4179bcc4d25c178dd2b3041d9-0196077d912dd3d5-01", - "mise-correlation-id" : "d0e788d9-d2bd-4fad-8bd7-577b61f66e7a", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Ward;1704113\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:54.1300815+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "58dadb18-e00d-4466-b371-fb69cf99d62f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "229", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9732b5c06e0270c0b92174e177e4b60d-2c05aebc23467f64-01", - "mise-correlation-id" : "c5c0ab3b-49d2-4b57-8cdb-d74ddc7556d8", - "retry-after" : "0", - "StatusCode" : "409", - "Body" : "{\"error\":{\"code\":\"ModelIdAlreadyExists\",\"message\":\"Some of the model ids already exist: dtmi:example:Ward;1704113. Use Model_List API to view models that already exist. See the Swagger example (https://aka.ms/ModelListSwSmpl).\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "926335" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelDoesNotExist[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelDoesNotExist[1].json deleted file mode 100644 index b0aeba5fbe2b2..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelDoesNotExist[1].json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:doesnotexist:fakemodel;1000?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "51535903-1455-4f16-8bf5-bc3137e9a364" - }, - "Response" : { - "content-length" : "217", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-34c02d8559273d03b7b2f6e6fff551cc-016a8ae58757993a-01", - "mise-correlation-id" : "48faa4ae-218e-4a24-917a-add5281be389", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:doesnotexist:fakemodel;1000. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelIdInvalid[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelIdInvalid[1].json deleted file mode 100644 index 5990c48a52fed..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.getModelThrowsIfModelIdInvalid[1].json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/thisIsNotAValidModelId?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0a1e9693-9898-4650-833b-f30937de234c" - }, - "Response" : { - "content-length" : "199", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cfc002327e5036fe205b532ff4bed65d-8a4542d518bafc80-01", - "mise-correlation-id" : "65723db2-daf1-467d-8382-27887b5535c6", - "retry-after" : "0", - "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"InvalidArgument\",\"message\":\"The format of the Model ID thisIsNotAValidModelId provided is not supported. See model documentation(https://aka.ms/ADTv2Models) for supported format.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.listModelsMultiplePages[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.listModelsMultiplePages[1].json deleted file mode 100644 index 13602c12bffa9..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.listModelsMultiplePages[1].json +++ /dev/null @@ -1,3292 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1296577?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a5fc0036-a7fb-4eeb-9f28-80ef0e3392a0" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1d78e3f73854a4d64ee849bb687da003-3f6f9546aff7af18-01", - "mise-correlation-id" : "c20d07d6-9629-4605-8f3c-1a935d82c405", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Building;1296577. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1229970?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5174c531-946f-4e7f-bb0e-828dee37a8a9" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5e8097a30367974a2a0538100d8f14c0-fba27bb16368166d-01", - "mise-correlation-id" : "9feb94f5-730d-4dae-9706-2ee85552443d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1229970. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1898968?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "193fd27e-6c75-4938-a4c3-082421387ce2" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a153df93ef146ade58d939b0e0498c8b-2f77dfdc9117e603-01", - "mise-correlation-id" : "63a58da0-4522-4be3-8337-2f1d5c9c6dce", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Hvac;1898968. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1230903?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f4834455-3a69-4110-bbde-ef5d685e50e5" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8f68be50068ea5ff7ba0c9efbc022163-78d77931f2f510fc-01", - "mise-correlation-id" : "750c6573-656f-4519-bf89-6341e58e19bd", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Ward;1230903. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "261f0cb0-36c3-4cc9-a147-1781aa9bf17e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "606", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-37ac7ace65118daef079b1198bdf48f5-8217f066db132188-01", - "mise-correlation-id" : "fd4464ed-8cf2-402e-84b2-e41099c108a3", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Building;1296577\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:46.187635+00:00\"},{\"id\":\"dtmi:example:Hvac;1898968\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:46.1876638+00:00\"},{\"id\":\"dtmi:example:Ward;1230903\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:46.1876819+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?includeModelDefinition=false&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9b7d5029-e0cf-4c26-ac57-9f89159d658d" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-23cdbb120313f1b96b6f4a0f3ba05361-d58d35d213a76ee5-01", - "mise-correlation-id" : "d0bd022d-75ec-4d34-9e6d-d1b07ecc284f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1659100\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.3566273+00:00\"},{\"id\":\"dtmi:example:wifiroom;1633169\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.3566604+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqTvQAAAAAACg%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqTvQAAAAAACg%3D%3D%23RT%3A1%23TRC%3A2%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b46d8ef8-a684-47ea-ad45-8c3edc4e0dc9" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eaeadeb2126724caa05eda7ba86eff9d-6a72a9bcc5186afb-01", - "mise-correlation-id" : "05e97d86-881b-4fac-9b3c-040389d8a5eb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1889309\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.8466964+00:00\"},{\"id\":\"dtmi:example:wifiroom;1109832\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:17.8467313+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqVvQAAAAAACg%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqVvQAAAAAACg%3D%3D%23RT%3A2%23TRC%3A4%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6e21e4cf-e419-465d-8d48-a23cbf66f16f" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-256d8e0b375c2ea3c518aea277127fa8-f5944fe472d9fa97-01", - "mise-correlation-id" : "2ecf4728-b1f6-44f8-a050-e14ae4ef6e47", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1864406\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.1737012+00:00\"},{\"id\":\"dtmi:example:wifiroom;1449478\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.1737337+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqXvQAAAAAACg%3D%3D%23RT%3A3%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqXvQAAAAAACg%3D%3D%23RT%3A3%23TRC%3A6%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1496250a-037c-4a55-a83f-be29e393d4de" - }, - "Response" : { - "content-length" : "687", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5dcf70ae61c2c9104781ce75aafb20a5-0a8005aa31105ba3-01", - "mise-correlation-id" : "fa8ff4e4-06fb-4424-9109-f4a2cac050f7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1397278\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.5775178+00:00\"},{\"id\":\"dtmi:example:wifiroom;1565732\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.5775561+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvQAAAAAACg%3D%3D%23RT%3A4%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvQAAAAAACg%3D%3D%23RT%3A4%23TRC%3A8%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "faac804a-d13d-4566-948f-30ffd92cd68f" - }, - "Response" : { - "content-length" : "688", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f139a90178a03474268420e7f787891f-f602464d57c0fe7d-01", - "mise-correlation-id" : "a0f19ca6-6605-4684-b2e9-4368bb1db263", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1194626\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.9813566+00:00\"},{\"id\":\"dtmi:example:wifiroom;1405061\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:18.9813897+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqbvQAAAAAACg%3D%3D%23RT%3A5%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqbvQAAAAAACg%3D%3D%23RT%3A5%23TRC%3A10%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8a1673b6-7315-48b2-9142-9672329542ce" - }, - "Response" : { - "content-length" : "688", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7b183989b1e6ec0bbcc8702701cc6ec8-1f2ac0cd2132d620-01", - "mise-correlation-id" : "ae250ba1-e908-4219-85b6-dab5c6df802f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1432882\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.3378831+00:00\"},{\"id\":\"dtmi:example:wifiroom;1359894\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.3379194+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqdvQAAAAAACg%3D%3D%23RT%3A6%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqdvQAAAAAACg%3D%3D%23RT%3A6%23TRC%3A12%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6a3f804b-47b1-449b-8512-857359f1c922" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dab025e28b8b29a878eb88058d2dd280-aeb48b611541f3a9-01", - "mise-correlation-id" : "641bf944-c1e4-41c0-ba72-b955de3f848e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1406613\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.9282937+00:00\"},{\"id\":\"dtmi:example:room;1453601\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.9283295+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqfvQAAAAAACg%3D%3D%23RT%3A7%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqfvQAAAAAACg%3D%3D%23RT%3A7%23TRC%3A14%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "70e05c29-d19a-4a46-b9c2-fb2068483577" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-237dd5ccfe1003a22e7efb02fd133824-be1d9c08b069529e-01", - "mise-correlation-id" : "08dc4d1d-285a-4e95-8bd7-017e2019e526", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1880193\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:19.9283548+00:00\"},{\"id\":\"dtmi:example:floor;1672360\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:20.7340676+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqhvQAAAAAACg%3D%3D%23RT%3A8%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqhvQAAAAAACg%3D%3D%23RT%3A8%23TRC%3A16%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2081a85f-7829-45c6-a0f6-e90539964eba" - }, - "Response" : { - "content-length" : "761", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d49d41d0ae6630f68aa8ef54f26dc2bb-f2fd9f6188762fcc-01", - "mise-correlation-id" : "9cb12568-4f5c-4ab5-8396-807f7bcf599f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1026344\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:20.7341008+00:00\"},{\"id\":\"dtmi:example:hvac;1385395\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:20.7341224+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqjvQAAAAAACg%3D%3D%23RT%3A9%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqjvQAAAAAACg%3D%3D%23RT%3A9%23TRC%3A18%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29825796-8abd-4a35-a4bb-36ab8b29a99c" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6d265c85c5d6583fada2c32e201826df-b815713f04fb52cf-01", - "mise-correlation-id" : "49c4dc06-a708-412f-ae23-4724b32ab756", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1515877\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.220669+00:00\"},{\"id\":\"dtmi:example:room;1204907\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.2207179+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqlvQAAAAAACg%3D%3D%23RT%3A10%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqlvQAAAAAACg%3D%3D%23RT%3A10%23TRC%3A20%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2fd6e183-0fdd-404f-8467-5c6b826d17b6" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-319f999c1bbbd74a86e14bc1eeca140d-e1c74912301086c7-01", - "mise-correlation-id" : "661df610-8773-4df0-9171-46a67bb8d9c7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1803487\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.2207422+00:00\"},{\"id\":\"dtmi:example:floor;1926860\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.7946649+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqnvQAAAAAACg%3D%3D%23RT%3A11%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqnvQAAAAAACg%3D%3D%23RT%3A11%23TRC%3A22%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f2a193bc-d7a3-41b9-9c3d-0c4742876264" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a69c1e6ec2dfca3c91da123d6e835ad1-b084d16765a175da-01", - "mise-correlation-id" : "53597dc4-5d5d-4a0b-97b7-3da0281c181a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1014954\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.7947014+00:00\"},{\"id\":\"dtmi:example:hvac;1866934\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:21.7947253+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqpvQAAAAAACg%3D%3D%23RT%3A12%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqpvQAAAAAACg%3D%3D%23RT%3A12%23TRC%3A24%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6a9c3692-1f21-47f1-8b3b-854a7c84d279" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8167dc3bd937afd7bb57f4a46cd12bdc-20367c4bb7cb4eaa-01", - "mise-correlation-id" : "b95effcf-74cc-42d1-943d-82dccabb21ec", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1615810\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.2195453+00:00\"},{\"id\":\"dtmi:example:room;1122804\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.2195799+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqrvQAAAAAACg%3D%3D%23RT%3A13%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqrvQAAAAAACg%3D%3D%23RT%3A13%23TRC%3A26%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "69b4cd5a-804b-49e6-9a2f-aafcd94a6355" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fb9ef6e33629a1130f2bf0135443e39e-3ec585d333fe9a47-01", - "mise-correlation-id" : "f22d3c1b-75c0-4c8e-aca8-7e793e91742f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1985167\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.2196034+00:00\"},{\"id\":\"dtmi:example:floor;1661406\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.7465045+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqtvQAAAAAACg%3D%3D%23RT%3A14%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqtvQAAAAAACg%3D%3D%23RT%3A14%23TRC%3A28%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2d254ef0-43a7-45d9-8883-004f27091c7a" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b63ad40af570d69ca5d6bb04634e9ece-d8f6cd271d42221b-01", - "mise-correlation-id" : "ee653d3f-affa-4971-8542-271b895d3eaa", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1621817\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.7465423+00:00\"},{\"id\":\"dtmi:example:hvac;1451398\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:22.7465673+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvQAAAAAACg%3D%3D%23RT%3A15%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvQAAAAAACg%3D%3D%23RT%3A15%23TRC%3A30%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7ff97aff-e286-4a74-9552-7e7c9d0fa4cd" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0bc9df2d88b319b1ff297f4901edee64-8391078c442f2a52-01", - "mise-correlation-id" : "88e92ef2-50e6-4d9b-bb86-cd85d874c794", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1225640\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.2676531+00:00\"},{\"id\":\"dtmi:example:room;1756005\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.2676868+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvQAAAAAACg%3D%3D%23RT%3A16%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvQAAAAAACg%3D%3D%23RT%3A16%23TRC%3A32%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2c267a49-23af-466b-b936-b95fa0c9e0dd" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ae19746c7ec4ba5470775f2e04cc2a1a-5de62e3dc38e5efd-01", - "mise-correlation-id" : "cb1a1a97-3ee3-4b4e-a620-860f6ff9f08d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1587667\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.2677093+00:00\"},{\"id\":\"dtmi:example:floor;1623367\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.7767896+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqzvQAAAAAACg%3D%3D%23RT%3A17%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqzvQAAAAAACg%3D%3D%23RT%3A17%23TRC%3A34%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4a6346a2-0942-4e9a-90ed-196459aa0200" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4a0c0450a000e048b3f592ee9a56ba71-743dbdb92f1f89d6-01", - "mise-correlation-id" : "ddf4be22-079b-4898-bfcd-bf1a8821eeff", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1788658\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.7768218+00:00\"},{\"id\":\"dtmi:example:hvac;1885641\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:23.7768452+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq1vQAAAAAACg%3D%3D%23RT%3A18%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq1vQAAAAAACg%3D%3D%23RT%3A18%23TRC%3A36%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a95b56bb-4cee-4018-b4ad-435df60a832b" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cfa873a520ca0c2640e4ecc0ea98e371-615f11309b161af0-01", - "mise-correlation-id" : "e01f632a-2d7d-4587-b728-f1101e0b1af9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1848134\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.3116144+00:00\"},{\"id\":\"dtmi:example:room;1779108\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.3116466+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq3vQAAAAAACg%3D%3D%23RT%3A19%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq3vQAAAAAACg%3D%3D%23RT%3A19%23TRC%3A38%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "178ca04d-81db-4fc4-b086-57caee71993c" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6026b11caa407970f384a89789efda93-acd1c37706ff9cdd-01", - "mise-correlation-id" : "5a50dbec-4d67-42e7-a8cb-a504639227d1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1738765\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.3116688+00:00\"},{\"id\":\"dtmi:example:floor;1703138\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.8492759+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq5vQAAAAAACg%3D%3D%23RT%3A20%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq5vQAAAAAACg%3D%3D%23RT%3A20%23TRC%3A40%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ee4f3cb7-e34a-4098-b021-d56b97c31c86" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c651510c4332d607e003866dd9268f0e-c31162ab3c3662c7-01", - "mise-correlation-id" : "9d3014c0-e3c3-40cd-a8e8-d3c1a1f7ae46", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1538658\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.8493082+00:00\"},{\"id\":\"dtmi:example:hvac;1588951\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:24.8493298+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq7vQAAAAAACg%3D%3D%23RT%3A21%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq7vQAAAAAACg%3D%3D%23RT%3A21%23TRC%3A42%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "83064aca-c5d1-450f-9260-d6007dbeafcf" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-579ccec43dbb5cb180aea9c349a0c074-1137f4aebea06525-01", - "mise-correlation-id" : "8170ad73-cf7a-4bfa-874a-5d781710759d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1640421\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.271499+00:00\"},{\"id\":\"dtmi:example:room;1173899\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.2715542+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq9vQAAAAAACg%3D%3D%23RT%3A22%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq9vQAAAAAACg%3D%3D%23RT%3A22%23TRC%3A44%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a3e6f468-5153-48eb-919c-a152638696b9" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0664d09f2f52f9359d64960fbf8c1ad9-07835712ffaab155-01", - "mise-correlation-id" : "713a96c2-54d5-47bf-99f7-6778087d53f6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1822101\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.2715766+00:00\"},{\"id\":\"dtmi:example:floor;1882341\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.8039852+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq-vQAAAAAACg%3D%3D%23RT%3A23%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq-vQAAAAAACg%3D%3D%23RT%3A23%23TRC%3A46%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "747855d0-9a87-43d9-bb90-42c0e9de7b6b" - }, - "Response" : { - "content-length" : "761", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bbde05d3f6f2cb9069c512c89279fbd2-38a42c0d0863b90a-01", - "mise-correlation-id" : "865cae0d-a9e1-411f-bb39-4966f401936c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1072402\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.8040214+00:00\"},{\"id\":\"dtmi:example:hvac;1628428\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:25.804045+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrBvQAAAAAACg%3D%3D%23RT%3A24%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrBvQAAAAAACg%3D%3D%23RT%3A24%23TRC%3A48%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d1d46d6a-4c77-475d-b2db-fa47b5d2d6b7" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d63eade9e9249d36c73a7751ca90e740-b1f1c8e43c808857-01", - "mise-correlation-id" : "1baa2e7f-14de-4f90-b39c-fffe3e40a719", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1451288\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.3226466+00:00\"},{\"id\":\"dtmi:example:room;1057248\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.3226807+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrDvQAAAAAACg%3D%3D%23RT%3A25%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrDvQAAAAAACg%3D%3D%23RT%3A25%23TRC%3A50%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3d0a7649-8dcc-41f2-b46c-5c54805b6bf2" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-318c59f64295077baa370776577f98ce-3e22b600940452f6-01", - "mise-correlation-id" : "e46423b0-8e07-4495-ba6d-1b7e2ce9bd1b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1944674\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.3227038+00:00\"},{\"id\":\"dtmi:example:floor;1115132\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.7742384+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrFvQAAAAAACg%3D%3D%23RT%3A26%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrFvQAAAAAACg%3D%3D%23RT%3A26%23TRC%3A52%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d25bfa2-e937-4a00-97b6-56f7f80f54d6" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-65daf6b5312a1d5b74b5ffc6dca655eb-c11041dcf0cc2d2d-01", - "mise-correlation-id" : "0b3264a1-3ac8-4492-9b5c-3308858ed3c7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1808136\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.7742693+00:00\"},{\"id\":\"dtmi:example:hvac;1459248\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:26.7742925+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrHvQAAAAAACg%3D%3D%23RT%3A27%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrHvQAAAAAACg%3D%3D%23RT%3A27%23TRC%3A54%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8a9a56a-20dc-47a2-98ef-73d281b0e6a6" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-285836a0ae3da168c0763fb4669075f5-d4ad8ac427bf9acb-01", - "mise-correlation-id" : "497ee48b-a6a1-40c5-b851-6392b47cb7f6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1535831\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.2441468+00:00\"},{\"id\":\"dtmi:example:room;1605744\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.2441785+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrJvQAAAAAACg%3D%3D%23RT%3A28%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrJvQAAAAAACg%3D%3D%23RT%3A28%23TRC%3A56%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "abeaf8eb-afee-4c1f-b7ad-7c8d5ef11314" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b70c2c95621e1a3ac96769f180c3384f-6c5f1e533ac726b7-01", - "mise-correlation-id" : "de149731-6bf2-462a-99c8-d2f20e54f6a8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1828881\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.2441999+00:00\"},{\"id\":\"dtmi:example:floor;1427448\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.7047464+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrLvQAAAAAACg%3D%3D%23RT%3A29%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrLvQAAAAAACg%3D%3D%23RT%3A29%23TRC%3A58%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "32a5f9a5-aea5-4228-8ff9-8ea7bc1b6aac" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f9940ea9de7f52dbefaf5567318954b8-778c6eedb020f78c-01", - "mise-correlation-id" : "dc5b2755-6be6-45d1-b9f3-93651bf7fe62", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1914062\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.7048038+00:00\"},{\"id\":\"dtmi:example:hvac;1478599\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:27.7048397+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrNvQAAAAAACg%3D%3D%23RT%3A30%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:46 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrNvQAAAAAACg%3D%3D%23RT%3A30%23TRC%3A60%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "527b21e2-bdff-41b1-8b08-2d422cae1ebe" - }, - "Response" : { - "content-length" : "766", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6c4abe9af2f36dae98732112de975f49-e843b002e7ab4b43-01", - "mise-correlation-id" : "fb36feab-9ded-4e68-a3e7-5dcad1f92d48", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1749194\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:44.4556505+00:00\"},{\"id\":\"dtmi:example:Hvac;1509950\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:44.455679+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvQAAAAAACg%3D%3D%23RT%3A31%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvQAAAAAACg%3D%3D%23RT%3A31%23TRC%3A62%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "25989d53-23d8-4b58-b398-e332b701344f" - }, - "Response" : { - "content-length" : "797", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d1b5706e69f5110048bbe5087944b688-326bb4af2ee21865-01", - "mise-correlation-id" : "de134689-a2cb-4cc9-8fcc-f34e2542c05a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1460199\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:44.4556969+00:00\"},{\"id\":\"dtmi:example:Ward;1020918\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:46.3615358+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvQAAAAAACg%3D%3D%23RT%3A32%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvQAAAAAACg%3D%3D%23RT%3A32%23TRC%3A64%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "00974ec2-1978-4241-8858-eb09ad99cfd5" - }, - "Response" : { - "content-length" : "767", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8d427ba8510564151c24cf2d7b5c33fc-67ff0db9efa9ed03-01", - "mise-correlation-id" : "454b9974-1f14-47f9-ae8e-86b1132c757f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1691823\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:47.6691044+00:00\"},{\"id\":\"dtmi:example:Hvac;1564927\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:47.6691379+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrZvQAAAAAACg%3D%3D%23RT%3A33%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrZvQAAAAAACg%3D%3D%23RT%3A33%23TRC%3A66%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29b3a78d-c507-41aa-b104-2474f9a2497b" - }, - "Response" : { - "content-length" : "797", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-83695e9e84ee8c26033d22a1696efb40-39364192aecf0d45-01", - "mise-correlation-id" : "7bdc1b8e-8649-49d1-bcfd-caf6c0d4cc1d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1796070\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:47.6691583+00:00\"},{\"id\":\"dtmi:example:Ward;1052831\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:54:49.7510534+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrbvQAAAAAACg%3D%3D%23RT%3A34%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrbvQAAAAAACg%3D%3D%23RT%3A34%23TRC%3A68%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d7e5ccd5-a354-4e90-b241-24248378dab0" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-843e23df8687ae70f0cd146eaccd6aa8-ac0a86b96e6adf7c-01", - "mise-correlation-id" : "44237f5a-3ef5-4058-be7b-ccbc13ae3ca2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1555991\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:05.0934022+00:00\"},{\"id\":\"dtmi:example:Room;1052643\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:05.4182488+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrjvQAAAAAACg%3D%3D%23RT%3A35%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrjvQAAAAAACg%3D%3D%23RT%3A35%23TRC%3A70%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3d886c1a-c22e-4738-a80c-dd4b065a29b3" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-098d58fd58e5796ab4ba7075c53bb9d9-fa1ec98f94d001af-01", - "mise-correlation-id" : "b734baa8-4b8c-4ab4-953b-407780f67e4c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1278180\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:05.7524624+00:00\"},{\"id\":\"dtmi:example:Room;1133533\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:06.4342021+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvQAAAAAACg%3D%3D%23RT%3A36%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvQAAAAAACg%3D%3D%23RT%3A36%23TRC%3A72%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e11730b2-9b84-4a4c-bd29-ee2a63e6446d" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c26357ed162fc2bf7a2f943109287de1-285d6d03216d2e8c-01", - "mise-correlation-id" : "2863e5f2-b9aa-48fb-9fb9-35aa020de448", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Floor;1952259\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:06.8064425+00:00\"},{\"id\":\"dtmi:example:Room;1235694\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:07.1950848+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrpvQAAAAAACg%3D%3D%23RT%3A37%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrpvQAAAAAACg%3D%3D%23RT%3A37%23TRC%3A74%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "34f63d8a-342e-4b9e-89c0-b67a57fe0294" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2d646a398cd43809d2aeb5b46cf63845-5e175166bf3e60b0-01", - "mise-correlation-id" : "319c06de-8ce5-4e26-b09e-fb8b1c7410c8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1372707\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:07.5978193+00:00\"},{\"id\":\"dtmi:example:Room;1661852\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:08.0630575+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrrvQAAAAAACg%3D%3D%23RT%3A38%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrrvQAAAAAACg%3D%3D%23RT%3A38%23TRC%3A76%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "974e130c-66ab-43cd-ba3d-99ad976308d6" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b7bf468bd80cb4cee327caf217fff606-60b44b37d91f9e9f-01", - "mise-correlation-id" : "b21f38cd-7939-406d-afd6-fe997889223c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1288241\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:08.4018162+00:00\"},{\"id\":\"dtmi:example:Room;1186541\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:08.7284578+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrtvQAAAAAACg%3D%3D%23RT%3A39%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrtvQAAAAAACg%3D%3D%23RT%3A39%23TRC%3A78%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0a9bf863-0092-41e4-881f-dfaeb644a693" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8ede47f96b265eb253b391adf8b33925-ab1f35ce372733fd-01", - "mise-correlation-id" : "31270fa9-23d0-4356-95e5-6b90f5cbb163", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1890249\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:09.3581173+00:00\"},{\"id\":\"dtmi:example:Floor;1416979\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:09.6944842+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrxvQAAAAAACg%3D%3D%23RT%3A40%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrxvQAAAAAACg%3D%3D%23RT%3A40%23TRC%3A80%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "99e58d2b-20c9-4e0e-af16-7f4abf9df56e" - }, - "Response" : { - "content-length" : "744", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-46417af6105460c6945409c866718305-ac0b6f1723887dc9-01", - "mise-correlation-id" : "0cda7b87-bc64-4e7e-95f9-838ce939de42", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1650186\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:10.058957+00:00\"},{\"id\":\"dtmi:example:Room;1830022\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:55:10.3884206+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrzvQAAAAAACg%3D%3D%23RT%3A41%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrzvQAAAAAACg%3D%3D%23RT%3A41%23TRC%3A82%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "50db7ebd-b9a6-4653-ace2-86e4a05567d1" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b6ab5ff63e12504d4cd412530248a043-7e2abdd8fb36e760-01", - "mise-correlation-id" : "f9c2d641-b87e-4afb-a1c7-adaf04d81393", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1411830\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:28.011598+00:00\"},{\"id\":\"dtmi:example:room;1125871\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:28.0116428+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoBvgAAAAAACg%3D%3D%23RT%3A42%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoBvgAAAAAACg%3D%3D%23RT%3A42%23TRC%3A84%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "97d4f31d-4e59-4fc2-a3c2-8af65a81d6e3" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f5a89ba07e152f921ba190b193539a9c-418332126cd7163f-01", - "mise-correlation-id" : "dd7616c3-2705-46c1-b98a-04e72c5b67e9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1151349\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:28.0116781+00:00\"},{\"id\":\"dtmi:example:floor;1439008\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.0258621+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoDvgAAAAAACg%3D%3D%23RT%3A43%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoDvgAAAAAACg%3D%3D%23RT%3A43%23TRC%3A86%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1d56727d-07c9-4791-869c-36c4aed93c1c" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b7a1e459a5b0d2868c24e059f49dab61-f25af39b7e441b8b-01", - "mise-correlation-id" : "f3bb3ec1-728e-45fb-abf1-e0c36ccdbe12", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1298070\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.0258959+00:00\"},{\"id\":\"dtmi:example:hvac;1160321\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.0259193+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoFvgAAAAAACg%3D%3D%23RT%3A44%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoFvgAAAAAACg%3D%3D%23RT%3A44%23TRC%3A88%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "13e23499-690b-4e7f-9f17-84038d25e5ce" - }, - "Response" : { - "content-length" : "733", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e66f9b5ac410233f49cd463883487cd8-4ee01324405300fd-01", - "mise-correlation-id" : "3b8a2cf5-c030-466c-b3be-2e19d9a9ffc0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1175213\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.78147+00:00\"},{\"id\":\"dtmi:example:room;1983941\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.7815202+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoHvgAAAAAACg%3D%3D%23RT%3A45%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoHvgAAAAAACg%3D%3D%23RT%3A45%23TRC%3A90%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dcd2778c-5e9c-43fa-89ee-a814546e257d" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-18dda8f8de9bd75882761815d0377a5b-84bb6a86cd536261-01", - "mise-correlation-id" : "b8b31b66-c954-48bc-ae88-00eb5dd38fda", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1755254\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:29.7815462+00:00\"},{\"id\":\"dtmi:example:floor;1603108\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:30.4893059+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoJvgAAAAAACg%3D%3D%23RT%3A46%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoJvgAAAAAACg%3D%3D%23RT%3A46%23TRC%3A92%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d76a4333-81bb-4b3c-b826-8a5c8b3d240a" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d42921ed27a55c06dbfe06e15f92545f-d22a554e6505fbb7-01", - "mise-correlation-id" : "c106a435-82c7-4ba9-a515-a6905e90e33b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1663830\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:30.4893402+00:00\"},{\"id\":\"dtmi:example:hvac;1877544\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:30.4893612+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoLvgAAAAAACg%3D%3D%23RT%3A47%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoLvgAAAAAACg%3D%3D%23RT%3A47%23TRC%3A94%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8dd7ff80-468a-4b11-b4c6-a4c6d986208d" - }, - "Response" : { - "content-length" : "734", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-73e1db952be66bb7d06b61f258429415-a214bf7b54af210a-01", - "mise-correlation-id" : "168076a7-93be-44b1-9e2e-d970b5c9a785", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1512541\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.1521151+00:00\"},{\"id\":\"dtmi:example:room;1051838\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.152148+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoNvgAAAAAACg%3D%3D%23RT%3A48%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoNvgAAAAAACg%3D%3D%23RT%3A48%23TRC%3A96%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "694542e0-1f5b-420d-99c5-eae5dbaccf1a" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-62d951c47b08873091fa20ccb0eec169-0ac4c7e794fa8c93-01", - "mise-correlation-id" : "41118d52-7810-45b6-acc3-fd8e840f99f0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1138379\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.1521691+00:00\"},{\"id\":\"dtmi:example:floor;1751164\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.833136+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoPvgAAAAAACg%3D%3D%23RT%3A49%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoPvgAAAAAACg%3D%3D%23RT%3A49%23TRC%3A98%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5576ac48-33de-444a-a27a-9d590d517772" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-43176b398beb316abe705011af5406a0-799e992a8d6df7e1-01", - "mise-correlation-id" : "d0bf9c1f-0145-4cf6-b76f-cef198ac0304", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1167838\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.8331723+00:00\"},{\"id\":\"dtmi:example:hvac;1520450\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:31.8331957+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRvgAAAAAACg%3D%3D%23RT%3A50%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRvgAAAAAACg%3D%3D%23RT%3A50%23TRC%3A100%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5020a29e-33e9-4bd1-afde-c3bcde2aa397" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1165d91851c6dccc2d3e684e7680f2e9-ef052a35ed1f4b44-01", - "mise-correlation-id" : "c6784ada-c4b4-4422-b678-2c226b8d7670", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1127266\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:32.4610795+00:00\"},{\"id\":\"dtmi:example:room;1249516\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:32.4611131+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTvgAAAAAACg%3D%3D%23RT%3A51%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTvgAAAAAACg%3D%3D%23RT%3A51%23TRC%3A102%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1ed41500-ca18-4418-8ece-4da1cc6a4fac" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-878734325ad8a898793abd2372466e41-705853e522921f9b-01", - "mise-correlation-id" : "963487b3-d033-4f57-85cc-34aed6b2596a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1360211\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:32.4611346+00:00\"},{\"id\":\"dtmi:example:floor;1528540\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.1275107+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoVvgAAAAAACg%3D%3D%23RT%3A52%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoVvgAAAAAACg%3D%3D%23RT%3A52%23TRC%3A104%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5ce1cb95-cd5b-4d58-9f48-b8246b625603" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5fb5f20f366cf6ff7d32672c50c9961f-b24fdc3f7fc9f3a2-01", - "mise-correlation-id" : "5df09fb7-fd75-4903-9be2-88f3ba8b11fe", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1797719\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.1275499+00:00\"},{\"id\":\"dtmi:example:hvac;1789017\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.1275741+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoXvgAAAAAACg%3D%3D%23RT%3A53%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:47 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoXvgAAAAAACg%3D%3D%23RT%3A53%23TRC%3A106%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "64bc34ba-c80b-420e-937c-7479343a5c3c" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1be891590ab337096332ca8de7d27aec-9e190ee05e83e986-01", - "mise-correlation-id" : "de652474-c672-42e8-b520-4dff884fe8ca", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1737290\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.8231763+00:00\"},{\"id\":\"dtmi:example:room;1738182\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.8232238+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoZvgAAAAAACg%3D%3D%23RT%3A54%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoZvgAAAAAACg%3D%3D%23RT%3A54%23TRC%3A108%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c5a77424-4759-4cfe-b695-e1ee7240d74b" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6f5cd174e92adfbaf01553b592285c1a-7aee3b576472aa60-01", - "mise-correlation-id" : "a7f1d036-64ca-405c-8250-2a15b0f11c15", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1588814\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:33.8232461+00:00\"},{\"id\":\"dtmi:example:floor;1064672\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:34.4630985+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGobvgAAAAAACg%3D%3D%23RT%3A55%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGobvgAAAAAACg%3D%3D%23RT%3A55%23TRC%3A110%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fdaf691c-281d-4ce4-8d72-b164d4e0826f" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ff65df657ca8be094cd6412d214f9680-3386954f55e28bb2-01", - "mise-correlation-id" : "9663dcd1-647c-4278-bc67-8f3345160a73", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1005046\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:34.4631301+00:00\"},{\"id\":\"dtmi:example:hvac;1862176\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:34.4631509+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGodvgAAAAAACg%3D%3D%23RT%3A56%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGodvgAAAAAACg%3D%3D%23RT%3A56%23TRC%3A112%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8c624e23-a0bb-4425-8d27-4027f0d25451" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5d4f472e21866917d0e09ce2bc4400d6-e808c4013e9a2171-01", - "mise-correlation-id" : "ff478d52-1424-429e-8118-0a19f093cf6d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1915872\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.1478807+00:00\"},{\"id\":\"dtmi:example:room;1647508\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.147912+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGofvgAAAAAACg%3D%3D%23RT%3A57%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGofvgAAAAAACg%3D%3D%23RT%3A57%23TRC%3A114%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d004243-cc66-4483-8a2e-3fd4ea665a70" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-27294081b47b8c2365e66450d8401868-8bf0f2f5e2df8811-01", - "mise-correlation-id" : "5ec74550-ef28-46eb-a7e5-0ca56e963e52", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1043341\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.1479349+00:00\"},{\"id\":\"dtmi:example:floor;1698255\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.7902887+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGohvgAAAAAACg%3D%3D%23RT%3A58%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGohvgAAAAAACg%3D%3D%23RT%3A58%23TRC%3A116%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a14f83d4-393a-4b9d-b407-c5c70a9655dc" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2f53ac66ca6b569a1fe9aa7dac0b40bc-bd02742a9b1491ce-01", - "mise-correlation-id" : "a0edc2f7-6d53-4c18-8900-10cdb98c52ac", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1439331\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.7903235+00:00\"},{\"id\":\"dtmi:example:hvac;1966709\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:35.7903482+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGojvgAAAAAACg%3D%3D%23RT%3A59%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGojvgAAAAAACg%3D%3D%23RT%3A59%23TRC%3A118%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d12dcc42-8fa9-41a3-bbc3-8e22fc35a32e" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9687009902db619c3385d42eadca5bbb-bd2ff4a9dc0a05e4-01", - "mise-correlation-id" : "2ffa9c4d-80fd-455a-b251-4307bf34f5ba", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1253499\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:36.4827319+00:00\"},{\"id\":\"dtmi:example:room;1476723\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:36.482772+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGolvgAAAAAACg%3D%3D%23RT%3A60%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGolvgAAAAAACg%3D%3D%23RT%3A60%23TRC%3A120%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f6e35cc-e4ab-40a0-9c91-f62973677ede" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dde5e8b948c7be524fe8242f7b7fa8fa-0a1d8a8f7aef9ed3-01", - "mise-correlation-id" : "45f84c10-5f74-444b-b1ee-b1f023cedc7e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1557416\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:36.4827971+00:00\"},{\"id\":\"dtmi:example:floor;1186322\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.1016001+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGonvgAAAAAACg%3D%3D%23RT%3A61%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGonvgAAAAAACg%3D%3D%23RT%3A61%23TRC%3A122%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aded3169-9b3c-42c1-808a-be3afe5155c1" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5aadf576c3e262f1b3978b63c54c45a4-71a903330aa20d1e-01", - "mise-correlation-id" : "158eea17-c0cd-47ed-a22c-3278702e50c5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1828065\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.1016329+00:00\"},{\"id\":\"dtmi:example:hvac;1248642\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.101655+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGopvgAAAAAACg%3D%3D%23RT%3A62%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGopvgAAAAAACg%3D%3D%23RT%3A62%23TRC%3A124%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e1b66e40-3042-4690-9d78-8f62f0068a77" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d2b143163aa903c45e2d9e6f79cfe91c-a0bdb8fa6e989e1a-01", - "mise-correlation-id" : "4782eb89-3fd1-4ca7-b0a3-f312fd5a19a9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1911968\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829144+00:00\"},{\"id\":\"dtmi:example:room;1100927\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829497+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGorvgAAAAAACg%3D%3D%23RT%3A63%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGorvgAAAAAACg%3D%3D%23RT%3A63%23TRC%3A126%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1e866c80-4fc0-44b3-be6e-5cf6b34bcdda" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-663a2d7cc6a85a68f78803a4e8c11652-02e7d3bb191a03fb-01", - "mise-correlation-id" : "4d942cbb-e948-4829-965e-e381cc7b8b0e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1862872\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:37.7829752+00:00\"},{\"id\":\"dtmi:example:floor;1367025\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:38.479419+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGotvgAAAAAACg%3D%3D%23RT%3A64%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGotvgAAAAAACg%3D%3D%23RT%3A64%23TRC%3A128%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb0fdf2b-d85c-4f79-bea7-7c0cb646e79f" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0dace9c61484dbcfbf8071f17ec7fbbc-e25fc0ee7270bd8c-01", - "mise-correlation-id" : "00e8506a-5a15-4624-ba7d-b5c4e1ff7202", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1658709\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:38.4794503+00:00\"},{\"id\":\"dtmi:example:hvac;1453730\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:38.4794715+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGovvgAAAAAACg%3D%3D%23RT%3A65%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGovvgAAAAAACg%3D%3D%23RT%3A65%23TRC%3A130%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3249a77b-c12a-4e84-ae72-15b912eb1026" - }, - "Response" : { - "content-length" : "768", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-94a2701a4b530938b7da2cc47a934e1e-623ae7e08aa70176-01", - "mise-correlation-id" : "813143f9-fc7e-4639-863a-a8fc8e4d2544", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1676126\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:55.4201114+00:00\"},{\"id\":\"dtmi:example:Hvac;1867830\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:55.4201532+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo0vgAAAAAACg%3D%3D%23RT%3A66%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo0vgAAAAAACg%3D%3D%23RT%3A66%23TRC%3A132%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f52ebf15-b5ab-4cb1-88a8-12fe55f111d6" - }, - "Response" : { - "content-length" : "798", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dbca51287457574e787c25cd8df53a0f-a95401dc8fc1f14e-01", - "mise-correlation-id" : "4eca6ace-4d13-4d73-95a8-da49a04cff92", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1758961\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:55.4201723+00:00\"},{\"id\":\"dtmi:example:Ward;1819404\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:57:59.1335373+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo2vgAAAAAACg%3D%3D%23RT%3A67%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo2vgAAAAAACg%3D%3D%23RT%3A67%23TRC%3A134%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fa8efdd9-4bb0-4bb3-ac05-5dbf38e051ed" - }, - "Response" : { - "content-length" : "767", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9066e81637ea1274a14fdc636f2d4d77-0f3d757d1180d728-01", - "mise-correlation-id" : "cea3c7b9-c654-45fe-84a1-66aaf701798c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1028240\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:00.5850141+00:00\"},{\"id\":\"dtmi:example:Hvac;1564260\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:00.585046+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo7vgAAAAAACg%3D%3D%23RT%3A68%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo7vgAAAAAACg%3D%3D%23RT%3A68%23TRC%3A136%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a5f6dc06-3225-45d2-b961-500c1dc62854" - }, - "Response" : { - "content-length" : "798", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8deb34ff1f4e14d014857135db43a069-9b96d1f05eb4ac64-01", - "mise-correlation-id" : "b6425e89-c746-4277-8bdb-ed745dc2e88d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1750218\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:00.5850652+00:00\"},{\"id\":\"dtmi:example:Ward;1044911\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T11:58:04.1189593+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo9vgAAAAAACg%3D%3D%23RT%3A69%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGo9vgAAAAAACg%3D%3D%23RT%3A69%23TRC%3A138%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f85a3f79-f833-4b2a-9f68-d5c0016f61f0" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9ee6085aeadca0580c3a8dee513e5690-52b54c62adc57bbc-01", - "mise-correlation-id" : "bdbc6edc-9d9c-4ec3-acae-7c73c3c9c182", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1347018\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.2506379+00:00\"},{\"id\":\"dtmi:example:wifiroom;1796367\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.2506701+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvgAAAAAACg%3D%3D%23RT%3A70%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvgAAAAAACg%3D%3D%23RT%3A70%23TRC%3A140%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "054e8577-5ad9-4de3-be82-c92d18bb2d3c" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a3acb5132657fadb488c9132963f16c9-3666ff8897610ea0-01", - "mise-correlation-id" : "1c04422d-f01d-416c-9660-2373352b80b1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1975639\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.7629149+00:00\"},{\"id\":\"dtmi:example:wifiroom;1068358\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:52.7630815+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvgAAAAAACg%3D%3D%23RT%3A71%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvgAAAAAACg%3D%3D%23RT%3A71%23TRC%3A142%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "093b7093-e532-4180-9d04-55909de0c2f9" - }, - "Response" : { - "content-length" : "689", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9cd55a5a669b43a249e949843f60a5de-0bf9a0bf8d552a8d-01", - "mise-correlation-id" : "f7a3eb6d-ae69-46d0-a147-f661ee5b4c7a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1546702\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.188608+00:00\"},{\"id\":\"dtmi:example:wifiroom;1781283\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.1886446+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpKvgAAAAAACg%3D%3D%23RT%3A72%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpKvgAAAAAACg%3D%3D%23RT%3A72%23TRC%3A144%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "75d5c013-850f-4329-b33d-8433256cb1df" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-761d2ebc1e066cd59bea32cf9b8a5268-d8789a2d78a1f163-01", - "mise-correlation-id" : "d219999f-42fe-4591-8494-347fbc3d0a01", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1040149\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.5326844+00:00\"},{\"id\":\"dtmi:example:wifiroom;1784481\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:53.5327152+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpMvgAAAAAACg%3D%3D%23RT%3A73%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpMvgAAAAAACg%3D%3D%23RT%3A73%23TRC%3A146%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bbf29e90-bcbf-44aa-bfa1-4cda8240cb4c" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5d1d5d5e2649f639a75583199d18cf77-edf8f6ffae2a4c35-01", - "mise-correlation-id" : "ba498279-bc71-432f-9e30-bd608ae8e93a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1233921\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.0794365+00:00\"},{\"id\":\"dtmi:example:wifiroom;1070626\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.0794928+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpOvgAAAAAACg%3D%3D%23RT%3A74%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpOvgAAAAAACg%3D%3D%23RT%3A74%23TRC%3A148%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "93de85cf-a761-4f33-b8ba-fba8be54a6c2" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-17784b5077a78e66ffa707ff404cc1b2-c2614e37bba32422-01", - "mise-correlation-id" : "1d361b91-4160-485b-a030-5f360f895f86", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifi;1904405\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.4430551+00:00\"},{\"id\":\"dtmi:example:wifiroom;1021018\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.4430857+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpQvgAAAAAACg%3D%3D%23RT%3A75%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpQvgAAAAAACg%3D%3D%23RT%3A75%23TRC%3A150%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fbf1cd2a-282b-4c1a-8244-22f17e36538c" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ff1cc8cb8c9a6a3557cfd4ed12e873ef-cc13b54c68a70168-01", - "mise-correlation-id" : "7b6399f5-f28d-49a6-a6bc-eedc18958221", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1270069\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.9799717+00:00\"},{\"id\":\"dtmi:example:room;1270680\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.9800034+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpSvgAAAAAACg%3D%3D%23RT%3A76%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:48 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpSvgAAAAAACg%3D%3D%23RT%3A76%23TRC%3A152%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "908aacc3-4bef-4613-a4e3-5f7d3942ef78" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-de0c4ecdfed2e3300b388e4140541ed8-1d581fd7b30223d2-01", - "mise-correlation-id" : "91c967b7-10b6-42d9-a299-b8d302f416b0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1301112\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:54.9800246+00:00\"},{\"id\":\"dtmi:example:floor;1422491\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:55.5065277+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpUvgAAAAAACg%3D%3D%23RT%3A77%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpUvgAAAAAACg%3D%3D%23RT%3A77%23TRC%3A154%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2856206b-a9bd-4d44-a458-bea8147a0c94" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d9effc28590681cbc0272d8c75d484ce-c2ea286cb7b2ef07-01", - "mise-correlation-id" : "1f7afebc-4a8d-4d83-ba3e-e5355e6b6d07", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1608578\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:55.5065744+00:00\"},{\"id\":\"dtmi:example:hvac;1710207\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:55.5065971+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpWvgAAAAAACg%3D%3D%23RT%3A78%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpWvgAAAAAACg%3D%3D%23RT%3A78%23TRC%3A156%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "665642a5-be5e-42e3-89d1-6025cbc1d2b8" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-20e3f12605eeb2a8215a3f03ba55880d-a4f78334e1a59d1e-01", - "mise-correlation-id" : "8e8d50f3-cd9c-4f80-82a8-e4c702d2590b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1517017\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.038876+00:00\"},{\"id\":\"dtmi:example:room;1804449\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.0389104+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpYvgAAAAAACg%3D%3D%23RT%3A79%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpYvgAAAAAACg%3D%3D%23RT%3A79%23TRC%3A158%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4f168d99-19c9-4250-ac70-3a162ae3e816" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-09890754ed4f1af828ce1e82f8081b6f-64eaf37e1175b585-01", - "mise-correlation-id" : "aa041d86-c5d1-44cd-a04a-cb54ee33a234", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1086420\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.0389338+00:00\"},{\"id\":\"dtmi:example:floor;1177410\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.5584049+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpavgAAAAAACg%3D%3D%23RT%3A80%23TRC%3A160%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpavgAAAAAACg%3D%3D%23RT%3A80%23TRC%3A160%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f37680c-734c-4796-ad10-79612c41d6e1" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1da0287ed02012821308dfcc38a6c16a-33245cdbb9e8b23b-01", - "mise-correlation-id" : "587c26ce-9d1f-4a18-aaeb-95eea0777e4c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1351842\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.5584373+00:00\"},{\"id\":\"dtmi:example:hvac;1715908\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:56.5584585+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpcvgAAAAAACg%3D%3D%23RT%3A81%23TRC%3A162%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpcvgAAAAAACg%3D%3D%23RT%3A81%23TRC%3A162%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2211ac2c-6f79-4816-ba87-5058ef461db4" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cfad9ea74ccb56e9ec88e19f7c743880-1cd9d498f1866ce0-01", - "mise-correlation-id" : "e0aebd15-7609-4c81-b429-5eafe8e25e5b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1017429\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.0581257+00:00\"},{\"id\":\"dtmi:example:room;1188640\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.058165+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpevgAAAAAACg%3D%3D%23RT%3A82%23TRC%3A164%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpevgAAAAAACg%3D%3D%23RT%3A82%23TRC%3A164%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "07716eec-9dca-4050-9101-142f49b3a178" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7cee34276627e82429ec5aa7fdf1021d-54cafc86ba4c3ee7-01", - "mise-correlation-id" : "4f338f65-20ab-493f-b223-c83a6a87f48f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1128790\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.05819+00:00\"},{\"id\":\"dtmi:example:floor;1768672\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.5557822+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpgvgAAAAAACg%3D%3D%23RT%3A83%23TRC%3A166%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpgvgAAAAAACg%3D%3D%23RT%3A83%23TRC%3A166%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f17bda7c-5394-4598-a8dd-fb5bf0d0ad87" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-00b7e2b42067bd097befb301621c0cad-12ac91d3802be2d7-01", - "mise-correlation-id" : "33523f35-f09c-4d95-ab8e-ee570fa13966", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1453202\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.5558152+00:00\"},{\"id\":\"dtmi:example:hvac;1555831\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:57.5558372+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpivgAAAAAACg%3D%3D%23RT%3A84%23TRC%3A168%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpivgAAAAAACg%3D%3D%23RT%3A84%23TRC%3A168%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a267076c-3022-42f4-ad05-9a19b8ff060b" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2c3091c07663e4a33d9c8b5f8fead253-c88a925784aaaea2-01", - "mise-correlation-id" : "4b8404f0-1aa2-4c6a-bd6a-babf7ee22075", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1668574\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.0141746+00:00\"},{\"id\":\"dtmi:example:room;1605498\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.0142092+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpkvgAAAAAACg%3D%3D%23RT%3A85%23TRC%3A170%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpkvgAAAAAACg%3D%3D%23RT%3A85%23TRC%3A170%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7c1cb0fb-d308-4c44-b1d2-a94ed3e98f5e" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-73ae0abbbcb7a8f905bcda8df76659c1-23ebdc9d85429dcd-01", - "mise-correlation-id" : "0905e84a-33af-4d02-a1bd-a07ac724f6bb", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1433751\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.0142339+00:00\"},{\"id\":\"dtmi:example:floor;1975145\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.5229459+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpmvgAAAAAACg%3D%3D%23RT%3A86%23TRC%3A172%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpmvgAAAAAACg%3D%3D%23RT%3A86%23TRC%3A172%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "631c0488-03a8-484c-ac87-211afacbe924" - }, - "Response" : { - "content-length" : "761", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-73f530e70da0fe5166ea601223c4ffe0-710fb7eb229e2431-01", - "mise-correlation-id" : "511069a2-92b4-4ef0-b7d8-fc3533f88e86", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1900652\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.5229834+00:00\"},{\"id\":\"dtmi:example:hvac;1634304\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:58.52301+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpovgAAAAAACg%3D%3D%23RT%3A87%23TRC%3A174%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpovgAAAAAACg%3D%3D%23RT%3A87%23TRC%3A174%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bf76cc5f-9ec0-47c6-879d-bece2be8d312" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-552591d1471b1a63e12c922c32c96c86-edf1f8519597bdf5-01", - "mise-correlation-id" : "01815400-0498-4d7c-8a49-4035a333c973", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1911577\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.0659725+00:00\"},{\"id\":\"dtmi:example:room;1878881\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.066005+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpqvgAAAAAACg%3D%3D%23RT%3A88%23TRC%3A176%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpqvgAAAAAACg%3D%3D%23RT%3A88%23TRC%3A176%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9b7a6d9b-48b7-4c07-863d-01a4ae09bf85" - }, - "Response" : { - "content-length" : "751", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9ea583a636aeda8032c1e66a656555de-7fe42386080eff58-01", - "mise-correlation-id" : "bafb39ea-ff71-41b7-a922-7a4ebcaf5df3", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1247679\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.0660284+00:00\"},{\"id\":\"dtmi:example:floor;1682418\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.60839+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpsvgAAAAAACg%3D%3D%23RT%3A89%23TRC%3A178%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpsvgAAAAAACg%3D%3D%23RT%3A89%23TRC%3A178%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4a4a6d6a-8a2e-4efa-92d4-a4f3247e7138" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6a39551eb303a5a23092006eb720f584-f5b4d854de413ea2-01", - "mise-correlation-id" : "6dea8ab1-93d6-4903-b792-470b26e169fa", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1295578\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.6084227+00:00\"},{\"id\":\"dtmi:example:hvac;1368472\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:03:59.6084451+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuvgAAAAAACg%3D%3D%23RT%3A90%23TRC%3A180%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuvgAAAAAACg%3D%3D%23RT%3A90%23TRC%3A180%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "11b6422c-fdb4-4cc9-b971-24e28e9aa77a" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3f4533eb19725a065ad25a1b37d34f41-923b87d471f5a452-01", - "mise-correlation-id" : "af19e402-cd25-4a24-a25d-6172148acf8e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1484519\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.1460198+00:00\"},{\"id\":\"dtmi:example:room;1867140\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.1460549+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpwvgAAAAAACg%3D%3D%23RT%3A91%23TRC%3A182%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpwvgAAAAAACg%3D%3D%23RT%3A91%23TRC%3A182%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6d7e480e-1792-486d-b28f-cded2ac19b5f" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9df39d529ed455a8df1e7c79a4943016-2b2e626240faa7c8-01", - "mise-correlation-id" : "5165463d-67db-4ad3-860a-771bc26ab115", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1058532\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.1460787+00:00\"},{\"id\":\"dtmi:example:floor;1281383\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.6455201+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpyvgAAAAAACg%3D%3D%23RT%3A92%23TRC%3A184%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpyvgAAAAAACg%3D%3D%23RT%3A92%23TRC%3A184%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "067f1040-92b3-4444-b54b-94522b7b468d" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-acd3432352683fd0b60eabd9ff70956c-28546fb665f212c3-01", - "mise-correlation-id" : "1e2b5998-719e-49c2-8229-9cb60d366b03", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1543862\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.6455549+00:00\"},{\"id\":\"dtmi:example:hvac;1491151\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:00.6455785+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp0vgAAAAAACg%3D%3D%23RT%3A93%23TRC%3A186%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp0vgAAAAAACg%3D%3D%23RT%3A93%23TRC%3A186%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2e0c1073-e149-484a-9b76-8559ff7a2666" - }, - "Response" : { - "content-length" : "735", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8358b33aad8dc369aadc42daefd78c4b-5e6935fd168e3724-01", - "mise-correlation-id" : "c9c87a14-fa5e-4d82-818b-708fc65ecf70", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1459414\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.1724733+00:00\"},{\"id\":\"dtmi:example:room;1079249\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.172507+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp2vgAAAAAACg%3D%3D%23RT%3A94%23TRC%3A188%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp2vgAAAAAACg%3D%3D%23RT%3A94%23TRC%3A188%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3b42c160-3df6-4cfd-b06d-d8c9c7afcaa7" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ec91d2cf3751d5f46fba15edba2da3a9-37ae202dbcf6dd76-01", - "mise-correlation-id" : "1aa4ab95-cf0f-4d1e-8875-a90d81b413cc", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1215442\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.1725308+00:00\"},{\"id\":\"dtmi:example:floor;1139516\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.6440679+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp4vgAAAAAACg%3D%3D%23RT%3A95%23TRC%3A190%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp4vgAAAAAACg%3D%3D%23RT%3A95%23TRC%3A190%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d1df78fe-cfa7-4c82-9a3f-0eb806b0794f" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ee6ec5a4ab3d7950be77c99d64e53daf-4d302c7c57d19a2a-01", - "mise-correlation-id" : "2e9063a5-682c-4de3-b401-47fe2a75a39c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1416171\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.6441049+00:00\"},{\"id\":\"dtmi:example:hvac;1227579\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:01.6441281+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp6vgAAAAAACg%3D%3D%23RT%3A96%23TRC%3A192%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp6vgAAAAAACg%3D%3D%23RT%3A96%23TRC%3A192%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d5c9524d-5c06-4d5d-a26a-80046454bcc2" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6df9dcbd815d47901476cb6f4a384908-fe6ff19afb5946ab-01", - "mise-correlation-id" : "d935fbdc-28b2-49d0-980f-e716780d3553", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1279239\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.1409713+00:00\"},{\"id\":\"dtmi:example:room;1162300\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.1410032+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp8vgAAAAAACg%3D%3D%23RT%3A97%23TRC%3A194%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp8vgAAAAAACg%3D%3D%23RT%3A97%23TRC%3A194%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5e72a8ba-e501-4991-ad5f-6438bce681c2" - }, - "Response" : { - "content-length" : "755", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-554ea2f57f4bf6d6a9115612355b451a-1040a4f8fb9abee6-01", - "mise-correlation-id" : "77f4f445-214a-4277-b06d-3b19cf8923ff", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1852361\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.1410252+00:00\"},{\"id\":\"dtmi:example:floor;1088756\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.6252495+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp%2BvgAAAAAACg%3D%3D%23RT%3A98%23TRC%3A196%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp%2BvgAAAAAACg%3D%3D%23RT%3A98%23TRC%3A196%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7aa5b6ee-c4fb-49c2-94e3-9fe821d03e85" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8a0f8964abb9af4729724cf603bdc480-7deac9c634beb843-01", - "mise-correlation-id" : "8be5bfd4-4445-4e26-a2f6-cb7b00d7681a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1603960\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.6252837+00:00\"},{\"id\":\"dtmi:example:hvac;1925499\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:02.6253066+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqAvgAAAAAACg%3D%3D%23RT%3A99%23TRC%3A198%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqAvgAAAAAACg%3D%3D%23RT%3A99%23TRC%3A198%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ac28512a-43bf-4cdb-985a-bc8daea6ea9a" - }, - "Response" : { - "content-length" : "769", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-451695590ab4dbf1da173d31e910fcfe-e9e12b9e68c96157-01", - "mise-correlation-id" : "827b5b66-ac29-4f63-ba22-47da0b4ebdae", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1467440\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:18.2518908+00:00\"},{\"id\":\"dtmi:example:Hvac;1211956\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:18.2519215+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqFvgAAAAAACg%3D%3D%23RT%3A100%23TRC%3A200%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:49 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqFvgAAAAAACg%3D%3D%23RT%3A100%23TRC%3A200%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "056f0709-3a9d-46a9-baa6-f588bb9f368e" - }, - "Response" : { - "content-length" : "799", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bd8c57403fa2e122c44848e0ba90a130-502c03f16058305e-01", - "mise-correlation-id" : "feb59c32-d9ad-4ae5-bc7a-5b1773c86a46", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1286680\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:18.2519415+00:00\"},{\"id\":\"dtmi:example:Ward;1447375\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:23.4271664+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqHvgAAAAAACg%3D%3D%23RT%3A101%23TRC%3A202%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqHvgAAAAAACg%3D%3D%23RT%3A101%23TRC%3A202%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f73cd325-8f50-488d-a69a-79f7d3a9795b" - }, - "Response" : { - "content-length" : "768", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e4331b97d9bf529d249089562cc52d8a-a583a99b23246b48-01", - "mise-correlation-id" : "1f71eb54-b2f1-4c8e-84e8-5932ee4d53a8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Building;1219060\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:25.348204+00:00\"},{\"id\":\"dtmi:example:Hvac;1929951\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:25.3482367+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqMvgAAAAAACg%3D%3D%23RT%3A102%23TRC%3A204%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqMvgAAAAAACg%3D%3D%23RT%3A102%23TRC%3A204%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b5c612c9-5187-4241-a376-ff94701875c3" - }, - "Response" : { - "content-length" : "799", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cd2c875ee1187076fcee044390edd71f-f97ead89e98693c7-01", - "mise-correlation-id" : "8f7dc548-913a-45b2-a0d8-2bd29e513f07", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1339130\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:25.3482569+00:00\"},{\"id\":\"dtmi:example:Ward;1206470\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:30.6449284+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqOvgAAAAAACg%3D%3D%23RT%3A103%23TRC%3A206%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqOvgAAAAAACg%3D%3D%23RT%3A103%23TRC%3A206%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "95801073-cedb-4dda-87ea-eeb16a3ae1c0" - }, - "Response" : { - "content-length" : "746", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4b1406211168e816aa9654270f3c697f-20ab0e0a3c9741f9-01", - "mise-correlation-id" : "52285cf9-eac6-4250-915c-db0e9f1bf232", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1607128\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:45.6579877+00:00\"},{\"id\":\"dtmi:example:Room;1928429\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:45.997615+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqWvgAAAAAACg%3D%3D%23RT%3A104%23TRC%3A208%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqWvgAAAAAACg%3D%3D%23RT%3A104%23TRC%3A208%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "929ce25e-0543-46b6-b984-0904bf05b82c" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0f411bf8da9435018cc9778367b0d648-dec786f663529819-01", - "mise-correlation-id" : "31e4f492-2876-4bc6-96b7-a2660cabc02f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1977209\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:46.2824846+00:00\"},{\"id\":\"dtmi:example:Room;1690349\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:46.9924949+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvgAAAAAACg%3D%3D%23RT%3A105%23TRC%3A210%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqZvgAAAAAACg%3D%3D%23RT%3A105%23TRC%3A210%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a614fdce-8412-4296-a995-6592a2a7b132" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d18e4c82db4a5a98ad4b613fdec84af9-b0c67104fa7753a0-01", - "mise-correlation-id" : "cbdabf94-10ab-446d-bd5b-4e82a3a86a5e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Floor;1125012\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:47.3635061+00:00\"},{\"id\":\"dtmi:example:Room;1202662\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:47.7857464+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqcvgAAAAAACg%3D%3D%23RT%3A106%23TRC%3A212%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqcvgAAAAAACg%3D%3D%23RT%3A106%23TRC%3A212%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8605e00e-e5ee-4744-a7ca-afd0360d7eb9" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fc18a1eb5f1b1809c5c4f3cf3a3e13ca-16483935c4d98344-01", - "mise-correlation-id" : "bccd5729-390c-44dd-b953-f8a362b9d2aa", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1934126\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:48.1226276+00:00\"},{\"id\":\"dtmi:example:Room;1892747\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:48.6046883+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqevgAAAAAACg%3D%3D%23RT%3A107%23TRC%3A214%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqevgAAAAAACg%3D%3D%23RT%3A107%23TRC%3A214%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6353094a-908d-4499-b8ee-1ccf1af62ab1" - }, - "Response" : { - "content-length" : "713", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8d71bead200d5479c830bd975aea35a7-f98edd6f6195bc80-01", - "mise-correlation-id" : "bfad2735-d1a7-457c-a488-aefb6d5c6c84", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1725914\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:04:48.9348457+00:00\"},{\"id\":\"dtmi:example:wifi;1922287\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.2833673+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqgvgAAAAAACg%3D%3D%23RT%3A108%23TRC%3A216%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqgvgAAAAAACg%3D%3D%23RT%3A108%23TRC%3A216%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2cd2948e-a9e1-4eaf-9970-33571a58d856" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fdcb0949ff2b0f016634b04e6e224275-64856d6b13b1ad50-01", - "mise-correlation-id" : "ab628347-71d8-4887-a650-3e3157b7e865", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1231307\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.2834006+00:00\"},{\"id\":\"dtmi:example:wifi;1028736\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.7400226+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqivgAAAAAACg%3D%3D%23RT%3A109%23TRC%3A218%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqivgAAAAAACg%3D%3D%23RT%3A109%23TRC%3A218%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "402e6a3d-1328-4201-bf61-a913110514a9" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ddb3ed379708934c0bcfca798b15825a-8169b28c24e1a80a-01", - "mise-correlation-id" : "bd4b7a51-11f2-48fa-ab46-e6614975ba74", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1756623\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:39.7400566+00:00\"},{\"id\":\"dtmi:example:wifi;1890780\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.0562006+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqkvgAAAAAACg%3D%3D%23RT%3A110%23TRC%3A220%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqkvgAAAAAACg%3D%3D%23RT%3A110%23TRC%3A220%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8b370e4f-51af-43bf-b4a9-10bcf8468ad0" - }, - "Response" : { - "content-length" : "690", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-05c33ed9fbe653e55766d2197c1b4d7d-7955beb554dec7c4-01", - "mise-correlation-id" : "99ca2328-a91e-4857-8219-92a8691a9e61", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1020538\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.0562395+00:00\"},{\"id\":\"dtmi:example:wifi;1936007\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.447788+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqmvgAAAAAACg%3D%3D%23RT%3A111%23TRC%3A222%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqmvgAAAAAACg%3D%3D%23RT%3A111%23TRC%3A222%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1ecaf5e6-acc1-4438-8060-0e6314b7b52b" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-efd065cbaa8276d5bc3350c25e7f4a8f-56ce9fab1f280fdb-01", - "mise-correlation-id" : "a651ab47-fd54-4dad-866d-7846f8d1843e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1712562\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.4478233+00:00\"},{\"id\":\"dtmi:example:wifi;1398018\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.8398928+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovgAAAAAACg%3D%3D%23RT%3A112%23TRC%3A224%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovgAAAAAACg%3D%3D%23RT%3A112%23TRC%3A224%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bc6ce831-e216-4c20-9711-ecff5f64ab04" - }, - "Response" : { - "content-length" : "691", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d8a8812bf408df4825268542e286c43e-ebcb2ca8ae6a05b5-01", - "mise-correlation-id" : "e3714997-8ceb-4ac4-9b8c-21f11d640956", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1717068\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:40.8399278+00:00\"},{\"id\":\"dtmi:example:wifi;1483851\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.1677875+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvgAAAAAACg%3D%3D%23RT%3A113%23TRC%3A226%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvgAAAAAACg%3D%3D%23RT%3A113%23TRC%3A226%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fae03cc8-6224-4d82-b01a-caaa57ac0c48" - }, - "Response" : { - "content-length" : "714", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7f1e311304a89f802ea57f637013bc42-cdd63a1964289594-01", - "mise-correlation-id" : "feba6097-d495-400a-a0f4-313a98c6997d", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:wifiroom;1438040\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.167825+00:00\"},{\"id\":\"dtmi:example:floor;1521477\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.6444594+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqsvgAAAAAACg%3D%3D%23RT%3A114%23TRC%3A228%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqsvgAAAAAACg%3D%3D%23RT%3A114%23TRC%3A228%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "de87f048-39d2-4e6b-b00d-50f343db90fe" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cd5883e8f5f756ed0c6e31695ed370a4-bbdde02804d09baa-01", - "mise-correlation-id" : "a2057762-1720-402e-ac91-6baf86261a87", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1383698\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.6444925+00:00\"},{\"id\":\"dtmi:example:hvac;1737853\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:41.644514+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGquvgAAAAAACg%3D%3D%23RT%3A115%23TRC%3A230%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGquvgAAAAAACg%3D%3D%23RT%3A115%23TRC%3A230%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c837e609-a5f7-4b31-95ae-f11b89bb0c8f" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-85c13b29a16a8167dd7b29c7dad45a4a-874def9765905db3-01", - "mise-correlation-id" : "5ccf66c6-1bb8-4e32-8bbe-816798d46291", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1014928\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.5345118+00:00\"},{\"id\":\"dtmi:example:room;1590240\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.5345434+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqwvgAAAAAACg%3D%3D%23RT%3A116%23TRC%3A232%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqwvgAAAAAACg%3D%3D%23RT%3A116%23TRC%3A232%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "17ca86e8-513e-46a2-919e-275145114850" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9d6b72857482fe99e19d7a9542876610-84c271fbe574d0b1-01", - "mise-correlation-id" : "724116ee-fecf-48e2-bfcc-47ba21855907", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1445292\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.5345651+00:00\"},{\"id\":\"dtmi:example:floor;1814262\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.9646904+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqyvgAAAAAACg%3D%3D%23RT%3A117%23TRC%3A234%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqyvgAAAAAACg%3D%3D%23RT%3A117%23TRC%3A234%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1fa69d4f-bf5a-492e-bd54-85c9c1b641b2" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f5fd8dced7ccc0ef8550831305ba70a2-5db2d36d4a685e72-01", - "mise-correlation-id" : "ce88a7f0-494e-4849-ad16-33cd6fe05039", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1638374\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.9647247+00:00\"},{\"id\":\"dtmi:example:hvac;1474299\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:42.9647483+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq0vgAAAAAACg%3D%3D%23RT%3A118%23TRC%3A236%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq0vgAAAAAACg%3D%3D%23RT%3A118%23TRC%3A236%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2f36d7ce-b11e-44e5-a249-e5acd9e6ec30" - }, - "Response" : { - "content-length" : "736", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5e4e4868c7fa4352770589073a566528-417c1879fdd37982-01", - "mise-correlation-id" : "6a832f0a-a0a1-4231-936a-1eb158930d26", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1500163\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.4933795+00:00\"},{\"id\":\"dtmi:example:room;1779006\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.493413+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq2vgAAAAAACg%3D%3D%23RT%3A119%23TRC%3A238%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq2vgAAAAAACg%3D%3D%23RT%3A119%23TRC%3A238%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d05a6519-19f0-4662-ab03-e1888f98f598" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4c620731a9a4918625d7e9a75ac44d68-22983bc6f7cf2043-01", - "mise-correlation-id" : "01f2a46e-86a6-40a9-8a41-1cebc5e552c0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1731164\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.4934357+00:00\"},{\"id\":\"dtmi:example:floor;1356197\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.9916506+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq4vgAAAAAACg%3D%3D%23RT%3A120%23TRC%3A240%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq4vgAAAAAACg%3D%3D%23RT%3A120%23TRC%3A240%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fd0dc719-6f1d-4488-991f-317bca3058ec" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6e88d40b566d61ef7a1d6688bf760016-b6d5ffed8f76cc53-01", - "mise-correlation-id" : "b13f4882-9d56-4336-b236-25cfca7cc2af", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1235847\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.9916861+00:00\"},{\"id\":\"dtmi:example:hvac;1905556\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:43.9917124+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq6vgAAAAAACg%3D%3D%23RT%3A121%23TRC%3A242%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq6vgAAAAAACg%3D%3D%23RT%3A121%23TRC%3A242%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9a315e81-51b0-4d2d-a0c3-5152e04ac92f" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-67c6b381da4e1019e9ab1f2aebdee296-0be576153a911ce0-01", - "mise-correlation-id" : "6429bfdc-68a5-4136-9f53-d020e904bf3a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1507809\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.4302535+00:00\"},{\"id\":\"dtmi:example:room;1198556\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.4302908+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq8vgAAAAAACg%3D%3D%23RT%3A122%23TRC%3A244%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq8vgAAAAAACg%3D%3D%23RT%3A122%23TRC%3A244%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "278bbc3b-796c-47eb-99c0-54db93951b06" - }, - "Response" : { - "content-length" : "756", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-225871d22f158b1f1aaaccb747275a22-52ffbbf0169c7d59-01", - "mise-correlation-id" : "6c85b00c-7986-46a3-a2f3-6ecbdf054778", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1507318\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.4303164+00:00\"},{\"id\":\"dtmi:example:floor;1817951\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.9109902+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq%2BvgAAAAAACg%3D%3D%23RT%3A123%23TRC%3A246%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGq%2BvgAAAAAACg%3D%3D%23RT%3A123%23TRC%3A246%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "98364699-2849-4fda-9247-b6b749ff2109" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-25aa73b76fe88bd366abd1df3a897d19-72da06739a7650e3-01", - "mise-correlation-id" : "0c6aad5a-2285-4ae8-9632-59676777559c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1696632\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.9110228+00:00\"},{\"id\":\"dtmi:example:hvac;1502962\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:44.9110443+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrAvgAAAAAACg%3D%3D%23RT%3A124%23TRC%3A248%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrAvgAAAAAACg%3D%3D%23RT%3A124%23TRC%3A248%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3c9c764d-c41a-4a59-a4a8-228aac080cf2" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-033128bed571afea3510145dda3d5ba5-0de3128a923f4334-01", - "mise-correlation-id" : "730a6614-d5a1-400d-820d-526bc0084c7c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1863849\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.4353414+00:00\"},{\"id\":\"dtmi:example:room;1788938\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.4353732+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrCvgAAAAAACg%3D%3D%23RT%3A125%23TRC%3A250%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrCvgAAAAAACg%3D%3D%23RT%3A125%23TRC%3A250%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3ef5ffd1-a55c-41f3-ba59-31e444147f68" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9fa8b990f2da3a55feb0ccd322c507b3-1d5b31c2a8b661d6-01", - "mise-correlation-id" : "d09b4ebd-ab07-4e2c-9a53-8139a77abd91", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1285954\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.4353955+00:00\"},{\"id\":\"dtmi:example:floor;1186767\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.9454911+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrEvgAAAAAACg%3D%3D%23RT%3A126%23TRC%3A252%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrEvgAAAAAACg%3D%3D%23RT%3A126%23TRC%3A252%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fe9a8d06-446f-4b7d-a925-84c34fa60042" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c2351558d639f5544295010ecc4e5042-19b3f5e2f0910349-01", - "mise-correlation-id" : "57e0983f-a991-4ace-b8fe-4c7a00182f4e", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1632061\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.9455286+00:00\"},{\"id\":\"dtmi:example:hvac;1832272\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:45.945553+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrGvgAAAAAACg%3D%3D%23RT%3A127%23TRC%3A254%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrGvgAAAAAACg%3D%3D%23RT%3A127%23TRC%3A254%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fb42f5cd-c6a6-421c-b574-8f7ae0352d8f" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f7826a58e46a6a8f3e93f05a9a3d909c-c71b9523ad9978b8-01", - "mise-correlation-id" : "7f756000-b561-49a2-bffb-7d2c986d6e11", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1086281\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:46.4706143+00:00\"},{\"id\":\"dtmi:example:room;1381200\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:46.4706457+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrIvgAAAAAACg%3D%3D%23RT%3A128%23TRC%3A256%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrIvgAAAAAACg%3D%3D%23RT%3A128%23TRC%3A256%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6c24eb6c-af2d-40f4-8200-f8df7a246da0" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-31f6d651ad3e07864c0c95a5babd10d8-a7ea3aaf8477c57f-01", - "mise-correlation-id" : "8928b7c0-c394-4caa-affc-c68e6dba8978", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1847311\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:46.4706666+00:00\"},{\"id\":\"dtmi:example:floor;1036830\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.022073+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrKvgAAAAAACg%3D%3D%23RT%3A129%23TRC%3A258%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrKvgAAAAAACg%3D%3D%23RT%3A129%23TRC%3A258%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c07210d1-20fa-43c0-89c2-d8861ba4b85e" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e955b998f6e3c6ceed44c4a236a4171f-753c26090eaa187a-01", - "mise-correlation-id" : "935cef6c-df0a-4212-a507-3fe2b1fa57b6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1503089\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.0221048+00:00\"},{\"id\":\"dtmi:example:hvac;1951538\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.0221262+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrMvgAAAAAACg%3D%3D%23RT%3A130%23TRC%3A260%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrMvgAAAAAACg%3D%3D%23RT%3A130%23TRC%3A260%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ee535a59-437c-4b58-8bf3-4b0a3f16a8ef" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a385e86d18b9afdcff57534aeb60532b-8b010c086850c77b-01", - "mise-correlation-id" : "d8734bcc-3495-47a9-938d-2a9924a8bfd5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1936110\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.5247287+00:00\"},{\"id\":\"dtmi:example:room;1133461\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.5247693+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOvgAAAAAACg%3D%3D%23RT%3A131%23TRC%3A262%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOvgAAAAAACg%3D%3D%23RT%3A131%23TRC%3A262%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4ae9c747-0121-4b68-99c7-c3248d9b43d5" - }, - "Response" : { - "content-length" : "753", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b7dea1121b0df9cb388f4980e9f42eaf-7a5f0be24cc52e6d-01", - "mise-correlation-id" : "d2b9b5d1-eb7e-488a-b984-d02a533b0e96", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1856789\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:47.5247938+00:00\"},{\"id\":\"dtmi:example:floor;1116427\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.277558+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrQvgAAAAAACg%3D%3D%23RT%3A132%23TRC%3A264%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrQvgAAAAAACg%3D%3D%23RT%3A132%23TRC%3A264%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "76159782-d0dc-45e6-bdca-e7c57a64d404" - }, - "Response" : { - "content-length" : "764", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-84824b66de9d027dd7602ad34a5de6f7-d93422fc97a7579b-01", - "mise-correlation-id" : "02b0d04e-728e-4f15-97eb-7cbb5e9def97", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1688551\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.2775943+00:00\"},{\"id\":\"dtmi:example:hvac;1014347\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.2776195+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvgAAAAAACg%3D%3D%23RT%3A133%23TRC%3A266%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrSvgAAAAAACg%3D%3D%23RT%3A133%23TRC%3A266%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "28d420be-fbfa-4182-91c9-b163a9e72ce8" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-42eb46641725e552463b02b424467712-6c28992eaa4ba60d-01", - "mise-correlation-id" : "bbe9319e-bb12-43a9-b12a-6e0504c66eee", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1528585\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.8151901+00:00\"},{\"id\":\"dtmi:example:room;1086912\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.8152309+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvgAAAAAACg%3D%3D%23RT%3A134%23TRC%3A268%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrUvgAAAAAACg%3D%3D%23RT%3A134%23TRC%3A268%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8337c98a-4fbd-4e5c-ae4a-2136d2e82db5" - }, - "Response" : { - "content-length" : "754", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9e3d29eea4a3f207f62695a5b27ab01c-884d682e1f8987cb-01", - "mise-correlation-id" : "89611a46-d673-4801-81c0-f0677e8dc47a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1314838\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:48.8152561+00:00\"},{\"id\":\"dtmi:example:floor;1507991\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.2918287+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrWvgAAAAAACg%3D%3D%23RT%3A135%23TRC%3A270%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrWvgAAAAAACg%3D%3D%23RT%3A135%23TRC%3A270%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "062bf5cf-8ead-40fe-90bc-9f17a3e2bced" - }, - "Response" : { - "content-length" : "763", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b4a46a669b87625447b0e42ee1495363-641f2c909f708bfb-01", - "mise-correlation-id" : "2fd20f4a-3264-48af-a2d8-cc1f774f1edf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:room;1319929\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.291868+00:00\"},{\"id\":\"dtmi:example:hvac;1822231\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.2918928+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrYvgAAAAAACg%3D%3D%23RT%3A136%23TRC%3A272%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrYvgAAAAAACg%3D%3D%23RT%3A136%23TRC%3A272%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "97ae1da9-486c-454e-a042-dbabb0f36eab" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e7e4e637624c519b02ce3d35b344b72a-726f576ca11ba07a-01", - "mise-correlation-id" : "e8098302-d081-436b-8e44-cb41f37c8ca9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:floor;1993189\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.7532808+00:00\"},{\"id\":\"dtmi:example:room;1613654\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.7533173+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGravgAAAAAACg%3D%3D%23RT%3A137%23TRC%3A274%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGravgAAAAAACg%3D%3D%23RT%3A137%23TRC%3A274%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "715aa1c6-ab29-4337-9735-8498db86facb" - }, - "Response" : { - "content-length" : "769", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9703c50fec635a3a1d7b7ad2d9598025-4d6c61f188de7a26-01", - "mise-correlation-id" : "c3f95f9e-3d03-44c0-83d1-81d0e62744b0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:hvac;1042598\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:06:49.7533409+00:00\"},{\"id\":\"dtmi:example:Building;1249058\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:05.7442004+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrfvgAAAAAACg%3D%3D%23RT%3A138%23TRC%3A276%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrfvgAAAAAACg%3D%3D%23RT%3A138%23TRC%3A276%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2da4f8e5-e1f5-442c-be0f-97f1fedb82c4" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-55b821994eaf707febf4bca1c63c7783-cdd286b0cbeaec5f-01", - "mise-correlation-id" : "29f1d8bb-738b-426e-a92b-b5bc5bfc358b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1876965\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:05.7442339+00:00\"},{\"id\":\"dtmi:example:Ward;1568353\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:05.7442541+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrhvgAAAAAACg%3D%3D%23RT%3A139%23TRC%3A278%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrhvgAAAAAACg%3D%3D%23RT%3A139%23TRC%3A278%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c68e98f1-a6f0-4e64-8321-110f9252751d" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-968760adcf7da55dcf049373cf2383d4-4b2ee03a072f0d77-01", - "mise-correlation-id" : "145ab22a-7a8a-418c-a220-fbcbdfa58dc7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1845600\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:12.6237403+00:00\"},{\"id\":\"dtmi:example:Building;1510959\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:13.9914914+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvgAAAAAACg%3D%3D%23RT%3A140%23TRC%3A280%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrmvgAAAAAACg%3D%3D%23RT%3A140%23TRC%3A280%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2db5c8d9-e879-4201-a86c-5e216f1e1188" - }, - "Response" : { - "content-length" : "789", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e5d7f332a91470d0cbc19f331290d9d7-9ad8c70737069b62-01", - "mise-correlation-id" : "2d67f33c-fed1-43d7-a268-b66bd0100959", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1400431\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:13.991524+00:00\"},{\"id\":\"dtmi:example:Ward;1518120\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:13.9915451+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrovgAAAAAACg%3D%3D%23RT%3A141%23TRC%3A282%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrovgAAAAAACg%3D%3D%23RT%3A141%23TRC%3A282%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8d47614a-e310-4d62-b9d9-8a71f81f07e8" - }, - "Response" : { - "content-length" : "773", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-28cb3eff73de3ff5b1eb4a696b7a85f8-aa57607b17f4ed9d-01", - "mise-correlation-id" : "17929474-be74-45f1-a332-059d85d883cf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1300399\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:21.1145109+00:00\"},{\"id\":\"dtmi:example:Room;1382932\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:36.8110648+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrwvgAAAAAACg%3D%3D%23RT%3A142%23TRC%3A284%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrwvgAAAAAACg%3D%3D%23RT%3A142%23TRC%3A284%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b391d6f1-b1bd-470b-8557-724719807bd6" - }, - "Response" : { - "content-length" : "746", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3a9116f06cc42af7618c7d078b4babc9-51106c606c52b763-01", - "mise-correlation-id" : "7866085d-4559-41df-aa67-616f9a00c9e7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1930142\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:37.137352+00:00\"},{\"id\":\"dtmi:example:Room;1179271\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:37.4752599+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGryvgAAAAAACg%3D%3D%23RT%3A143%23TRC%3A286%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGryvgAAAAAACg%3D%3D%23RT%3A143%23TRC%3A286%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d93cb49-d243-4515-bf9d-138db57f6b22" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-673c0dd6dd912fd74995e762593c21d2-1a7f8de010268c1d-01", - "mise-correlation-id" : "db4c6db2-264b-4939-9eeb-b6d88c3be94b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1365217\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:38.0767067+00:00\"},{\"id\":\"dtmi:example:Floor;1963810\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:38.3961087+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr2vgAAAAAACg%3D%3D%23RT%3A144%23TRC%3A288%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr2vgAAAAAACg%3D%3D%23RT%3A144%23TRC%3A288%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3eb66137-d08b-4cad-b49a-888f39e06a54" - }, - "Response" : { - "content-length" : "745", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7b28ee5ab3f8d98e57ffe6a4438846cd-04b2f1ddd6b2fb1b-01", - "mise-correlation-id" : "fe26381d-d2ef-4e68-9b28-05044eba177f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1271866\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:38.75103+00:00\"},{\"id\":\"dtmi:example:Room;1228102\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:39.1006553+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr4vgAAAAAACg%3D%3D%23RT%3A145%23TRC%3A290%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr4vgAAAAAACg%3D%3D%23RT%3A145%23TRC%3A290%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b1d245e4-4730-4bc5-a50c-f8bbaa9ef731" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9049c3bf8904819743d7a3d57ad4801d-c80639baa4fc48a6-01", - "mise-correlation-id" : "08cc6ac9-608c-4892-bc40-7ebb27bd17f4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1275531\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:39.5205537+00:00\"},{\"id\":\"dtmi:example:Room;1445927\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:39.8314011+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr6vgAAAAAACg%3D%3D%23RT%3A146%23TRC%3A292%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:51 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr6vgAAAAAACg%3D%3D%23RT%3A146%23TRC%3A292%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3af5309a-b674-4b1b-8cfa-6fe450da07aa" - }, - "Response" : { - "content-length" : "747", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fd54085fd0301d23c3c975f6298153c9-38ba0a729f1b7b77-01", - "mise-correlation-id" : "0f986737-3fea-4e06-b218-e85208a87e84", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1934125\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:40.1647698+00:00\"},{\"id\":\"dtmi:example:Room;1588882\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:40.8129355+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr9vgAAAAAACg%3D%3D%23RT%3A147%23TRC%3A294%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGr9vgAAAAAACg%3D%3D%23RT%3A147%23TRC%3A294%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "febf2bf0-a3ca-4290-990f-7cffa817e0e5" - }, - "Response" : { - "content-length" : "737", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8515819ba43f4d701e3c48880fee83cd-105d15d5680c7e30-01", - "mise-correlation-id" : "a8dd619a-9038-4291-b83c-1300b8a4cda2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Floor;1142232\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:41.1773063+00:00\"},{\"id\":\"dtmi:example:Room;1232007\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:41.5865174+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoAvwAAAAAACg%3D%3D%23RT%3A148%23TRC%3A296%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoAvwAAAAAACg%3D%3D%23RT%3A148%23TRC%3A296%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9b9c4197-ea29-42ed-ae7b-2133d7e33c4e" - }, - "Response" : { - "content-length" : "752", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5ef72fffedd3e042dd0327d2e9b944ec-651241366a46f32f-01", - "mise-correlation-id" : "97ef0054-b693-4e51-a299-129083b874c0", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Room;1458580\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T12:07:41.9058541+00:00\"},{\"id\":\"dtmi:example:Building;1655248\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:30.0345326+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvwAAAAAACg%3D%3D%23RT%3A149%23TRC%3A298%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpGvwAAAAAACg%3D%3D%23RT%3A149%23TRC%3A298%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8874ced5-e372-46fb-a4c7-d999ea4f8fb6" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9d8026a1e581d7ce7555eb8f711e5478-f0b33916ea4f7564-01", - "mise-correlation-id" : "012eeebe-673f-4d78-b9be-b7780635b4b4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1542129\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:30.0345756+00:00\"},{\"id\":\"dtmi:example:Ward;1983465\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:30.0345983+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvwAAAAAACg%3D%3D%23RT%3A150%23TRC%3A300%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpIvwAAAAAACg%3D%3D%23RT%3A150%23TRC%3A300%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "df47b59d-ff9f-46e6-8f25-9e597351807d" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b7308a8e4920aa84429fb8d921467bb3-6ffab5dfb5ffcda6-01", - "mise-correlation-id" : "6bfefaae-0e14-430c-a528-aa1ad30580ee", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1455376\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:37.1252552+00:00\"},{\"id\":\"dtmi:example:Building;1734960\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:38.4558066+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpNvwAAAAAACg%3D%3D%23RT%3A151%23TRC%3A302%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpNvwAAAAAACg%3D%3D%23RT%3A151%23TRC%3A302%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f8f20299-69a4-4cd7-a8b4-11f27cc49cde" - }, - "Response" : { - "content-length" : "789", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ba3f7eb7d58b026ca5db54dea538b82e-e5a6138e133a93f0-01", - "mise-correlation-id" : "91acc0a3-f001-49e1-9678-43714b3c02ce", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1011545\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:38.4558413+00:00\"},{\"id\":\"dtmi:example:Ward;1595500\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:38.455862+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpPvwAAAAAACg%3D%3D%23RT%3A152%23TRC%3A304%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpPvwAAAAAACg%3D%3D%23RT%3A152%23TRC%3A304%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2b135dc8-9b4d-4c02-9fcf-edbadda66e25" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-761c53a22e0eadbbdcd976e4a78eb49c-7fa18768a1f8f827-01", - "mise-correlation-id" : "d1ce0a53-319d-4c65-96c1-b377fafa9e04", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1960861\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:09:46.1614554+00:00\"},{\"id\":\"dtmi:example:Building;1203355\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:32.1763109+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovwAAAAAACg%3D%3D%23RT%3A153%23TRC%3A306%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqovwAAAAAACg%3D%3D%23RT%3A153%23TRC%3A306%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6f4ff9ca-afcb-400e-94cf-e065cc3c43f1" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-634e7f7b1cf29a5b650f2c2457bee098-c9d5351d8bdca1df-01", - "mise-correlation-id" : "38f6a336-6f84-4528-9414-a97cd2b0af91", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1209429\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:32.1763435+00:00\"},{\"id\":\"dtmi:example:Ward;1626685\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:32.1763647+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvwAAAAAACg%3D%3D%23RT%3A154%23TRC%3A308%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqqvwAAAAAACg%3D%3D%23RT%3A154%23TRC%3A308%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5e5e7951-dff1-4cc2-b045-eda2ecf32ea4" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-95c9e8377bc4491572b8d4950824a971-aa9be5daf646951a-01", - "mise-correlation-id" : "bdb1ae74-bdf9-4d23-916c-747f2f423551", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1602890\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:39.5762326+00:00\"},{\"id\":\"dtmi:example:Building;1665257\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:40.9094484+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvwAAAAAACg%3D%3D%23RT%3A155%23TRC%3A310%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqvvwAAAAAACg%3D%3D%23RT%3A155%23TRC%3A310%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "abdf99e1-5e23-4113-8a38-5058c479f4e2" - }, - "Response" : { - "content-length" : "789", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fb24dfb151be9be39e50029181c614fe-34945bb8d1fa7d3e-01", - "mise-correlation-id" : "b5e17b1b-1f58-4ee1-ba28-e354932bf55b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1924122\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:40.9094775+00:00\"},{\"id\":\"dtmi:example:Ward;1772359\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:40.909495+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvwAAAAAACg%3D%3D%23RT%3A156%23TRC%3A312%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGqxvwAAAAAACg%3D%3D%23RT%3A156%23TRC%3A312%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f216f5e8-b388-4a1d-97e3-02fc8f5eac7d" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-971464b75b549c8785463e398157e8b6-34e526b51305c84d-01", - "mise-correlation-id" : "30e67057-d31e-4b55-864a-2d990d0efe68", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1960881\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:21:48.2432705+00:00\"},{\"id\":\"dtmi:example:Building;1606429\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:51.3522455+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoKwAAAAAAACg%3D%3D%23RT%3A157%23TRC%3A314%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoKwAAAAAAACg%3D%3D%23RT%3A157%23TRC%3A314%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2bfc9bbe-2fa8-4fbd-a0ce-d5ef8e3d2009" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7e628ba364a1842bdd327c2886b68357-8372abced454455f-01", - "mise-correlation-id" : "ce7610ae-1867-4836-8743-5a8083f96651", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1105394\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:51.3522818+00:00\"},{\"id\":\"dtmi:example:Ward;1670453\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:51.3523008+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoMwAAAAAAACg%3D%3D%23RT%3A158%23TRC%3A316%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoMwAAAAAAACg%3D%3D%23RT%3A158%23TRC%3A316%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "019860f8-7357-4477-9819-b24aca8e78ac" - }, - "Response" : { - "content-length" : "777", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dede310c299f63be6ac34e59358c3741-0dbf06066351134d-01", - "mise-correlation-id" : "1923bed3-c12d-4a20-9abd-27b7f4e60a9f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1590971\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:25:59.2020888+00:00\"},{\"id\":\"dtmi:example:Building;1900228\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:00.553898+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRwAAAAAAACg%3D%3D%23RT%3A159%23TRC%3A318%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoRwAAAAAAACg%3D%3D%23RT%3A159%23TRC%3A318%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c8397bd4-3c7f-4e29-94dc-4b05309b16fd" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b38343010610148229613de249a1791d-9f541d26934758c1-01", - "mise-correlation-id" : "4d6a7041-565b-4f92-a182-06c819e16531", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1734827\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:00.5539283+00:00\"},{\"id\":\"dtmi:example:Ward;1510600\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:00.5539474+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTwAAAAAAACg%3D%3D%23RT%3A160%23TRC%3A320%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGoTwAAAAAAACg%3D%3D%23RT%3A160%23TRC%3A320%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d3762159-9e32-49d4-98c1-980aca02ec52" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c0423495815cf7d44e107a9ff5362321-33fb81b11aeb4e1a-01", - "mise-correlation-id" : "c42c1fed-86a5-4d9b-a844-2883ea3549b8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1978937\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:26:08.1162069+00:00\"},{\"id\":\"dtmi:example:Building;1079343\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:04.6692334+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpswAAAAAAACg%3D%3D%23RT%3A161%23TRC%3A322%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpswAAAAAAACg%3D%3D%23RT%3A161%23TRC%3A322%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bb73dfaa-bcc3-4bbd-8b6d-6d6c94350a67" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e23c4a3529eacdcb498aa465219c9a18-a84f030d9649ac2b-01", - "mise-correlation-id" : "91fb8361-4ba6-4c5b-b662-6ee5812b59d1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1974438\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:04.6692668+00:00\"},{\"id\":\"dtmi:example:Ward;1699335\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:04.6692836+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuwAAAAAAACg%3D%3D%23RT%3A162%23TRC%3A324%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpuwAAAAAAACg%3D%3D%23RT%3A162%23TRC%3A324%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ad7dca80-68b2-4c25-ba9b-e7631db1f356" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-087759fa86c55b681d218046991fb676-94474ad17f578843-01", - "mise-correlation-id" : "b26fa4ee-867d-4108-92ab-475988260dd5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1406745\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:12.3000132+00:00\"},{\"id\":\"dtmi:example:Building;1837281\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:13.6428387+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpzwAAAAAAACg%3D%3D%23RT%3A163%23TRC%3A326%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGpzwAAAAAAACg%3D%3D%23RT%3A163%23TRC%3A326%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "06771fb7-05dd-4f6a-98d9-f8311f25351d" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e7d971f34d1c1640d2480c8a752e3f10-a853141cd93803c5-01", - "mise-correlation-id" : "6e87474b-1b6d-48a6-8762-76b27788fdaf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1518887\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:13.6428676+00:00\"},{\"id\":\"dtmi:example:Ward;1305559\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:13.6428851+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp1wAAAAAAACg%3D%3D%23RT%3A164%23TRC%3A328%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGp1wAAAAAAACg%3D%3D%23RT%3A164%23TRC%3A328%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c4381c5b-55a3-40f5-a756-b853cd35a41b" - }, - "Response" : { - "content-length" : "778", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a091581f60f3b116ef76f3b27e1b2fa6-46709c48d2eb721d-01", - "mise-correlation-id" : "06efd4bc-4671-46e3-a24d-0ce7ad54c3da", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1438099\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:38:21.2464236+00:00\"},{\"id\":\"dtmi:example:Building;1864608\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257353+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOwAAAAAAACg%3D%3D%23RT%3A165%23TRC%3A330%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrOwAAAAAAACg%3D%3D%23RT%3A165%23TRC%3A330%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "26308bbf-528c-46a4-aa0a-4b5b11fb0899" - }, - "Response" : { - "content-length" : "790", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8a3266d3cc7c0d367b4405b241e4826b-8e0e856dbeb93c90-01", - "mise-correlation-id" : "2f28a85a-303a-47d7-8fd8-45b752d282bf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1483012\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257671+00:00\"},{\"id\":\"dtmi:example:Ward;1814868\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:36.9257861+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrQwAAAAAAACg%3D%3D%23RT%3A166%23TRC%3A332%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrQwAAAAAAACg%3D%3D%23RT%3A166%23TRC%3A332%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "751aa3f8-d6ac-4e9b-8371-e6ed3a43e3cd" - }, - "Response" : { - "content-length" : "777", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-39e956b20bf636f9e805562c9eaa8c75-9baaeba843bd36fb-01", - "mise-correlation-id" : "2099cbf7-9d87-4672-a7ce-b2600184b615", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Ward;1427457\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:44.7783871+00:00\"},{\"id\":\"dtmi:example:Building;1296577\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:46.187635+00:00\"}],\"nextLink\":\"https://seherzigsdktestsadt.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrVwAAAAAAACg%3D%3D%23RT%3A167%23TRC%3A334%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31\"}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/Models?includeModelDefinition=False&continuationToken=%5B%7B%22token%22%3A%22%2BRID%3A~XOMNALuXjGrVwAAAAAAACg%3D%3D%23RT%3A167%23TRC%3A334%23ISV%3A2%23IEO%3A65551%23QCF%3A8%22,%22range%22%3A%7B%22min%22%3A%2205C1D369B55B2C%22,%22max%22%3A%2205C1D74BA5D368%22%7D%7D%5D&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "18b8acf6-d18d-4ca7-b585-9cf96b07c618" - }, - "Response" : { - "content-length" : "442", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-56784e1eba363df90a1c33a89dbd42ad-f3e660d02d4328e0-01", - "mise-correlation-id" : "38af1b32-a1a8-49b0-8e28-e392396eb124", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"id\":\"dtmi:example:Hvac;1898968\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:46.1876638+00:00\"},{\"id\":\"dtmi:example:Ward;1230903\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:46.1876819+00:00\"}],\"nextLink\":null}", - "Date" : "Wed, 29 Jun 2022 13:43:52 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "418799", "441192", "01018b", "452125" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.modelLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.modelLifecycleTest[1].json deleted file mode 100644 index fc2481362946f..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/ModelsTest.modelLifecycleTest[1].json +++ /dev/null @@ -1,319 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1117530?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d03f691-6c1c-4b5e-8e71-fe6e774314da" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-93b26e1a38b52efe89658b3c79a81039-80f0c57508c78828-01", - "mise-correlation-id" : "66bc539b-196c-411c-8283-02514a6fa635", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Building;1117530. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1524986?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7ec07993-ee25-4109-9351-9a11aedeb83a" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9c8eed1350b614ebf1ed6b7d06200dbc-d0908f6027967447-01", - "mise-correlation-id" : "ff37f784-e97c-4844-afed-ef1805b7b3a3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1524986. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1829284?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "400bb3d3-62ed-4672-95ab-273f7ff6ced4" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-55c01cdb065c6c95281b3bf6d60632cc-35d073fde49275bd-01", - "mise-correlation-id" : "7ad06475-21de-43ca-9c88-5a4ab62384e6", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Hvac;1829284. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1494357?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c2501dbe-ff29-4563-aba0-6451f2cd9177" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa22985726fd8fe7e8a99bf48425be37-8ebf77a14424ec69-01", - "mise-correlation-id" : "372ee644-0846-47d6-80e3-1b719f6c0d1b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Ward;1494357. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "99506864-78d3-4119-96a5-82cc961bfa39", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "607", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-855783225aaee32fcf89584f83b30382-09be13d0f722267c-01", - "mise-correlation-id" : "aac226a5-c741-4850-9d7b-77cba84fcf76", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Building;1117530\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:45.2260822+00:00\"},{\"id\":\"dtmi:example:Hvac;1829284\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:45.2261133+00:00\"},{\"id\":\"dtmi:example:Ward;1494357\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:45.2261324+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1117530?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a48fb1ad-f9d3-4bb4-bcbe-58f92dc89302" - }, - "Response" : { - "content-length" : "601", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6fa8d587264679095adb954431a2aad6-6239133e272d57e1-01", - "mise-correlation-id" : "daf341bd-cb6e-4b8e-80a3-5fdbf89e55c5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Building;1117530\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:45.2260822+00:00\",\"model\":{\"@id\":\"dtmi:example:Building;1117530\",\"@type\":\"Interface\",\"displayName\":\"Building\",\"description\":\"Afree-standingstructure.\",\"contents\":[{\"@type\":\"Relationship\",\"name\":\"has\",\"target\":\"dtmi:example:Floor;1524986\"},{\"@type\":\"Relationship\",\"name\":\"isEquippedWith\",\"target\":\"dtmi:example:Hvac;1829284\"},{\"@type\":\"Property\",\"name\":\"AverageTemperature\",\"schema\":\"double\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1117530?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c0901e1a-a10b-494c-85d2-687731463d31", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-05f0351e2f7133fb501050f8ca4000d8-c201001e31319862-01", - "mise-correlation-id" : "3305ca26-8079-429b-a47d-c4733e5828cb", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1117530?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "68df089b-47b6-4c16-b89b-268cd1733fc5" - }, - "Response" : { - "content-length" : "600", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6c5232ca13b7cb4844260be6688cce42-ea567391837d8aef-01", - "mise-correlation-id" : "83aae6a2-d227-49be-8820-d2c2d107caf9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Building;1117530\",\"description\":{\"en\":\"Afree-standingstructure.\"},\"displayName\":{\"en\":\"Building\"},\"decommissioned\":true,\"uploadTime\":\"2022-06-29T13:43:45.2260822+00:00\",\"model\":{\"@id\":\"dtmi:example:Building;1117530\",\"@type\":\"Interface\",\"displayName\":\"Building\",\"description\":\"Afree-standingstructure.\",\"contents\":[{\"@type\":\"Relationship\",\"name\":\"has\",\"target\":\"dtmi:example:Floor;1524986\"},{\"@type\":\"Relationship\",\"name\":\"isEquippedWith\",\"target\":\"dtmi:example:Hvac;1829284\"},{\"@type\":\"Property\",\"name\":\"AverageTemperature\",\"schema\":\"double\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Building;1117530?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "603f817a-2522-4e38-8b1f-45bd5ee2d82f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-52a551a854de5848f3cb6a21037dff3a-d0163f9a156fb323-01", - "mise-correlation-id" : "586b43a1-b8c2-425e-844d-cc63c3007214", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1829284?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5f7eb188-d40c-492c-ab1b-746b33cd971a" - }, - "Response" : { - "content-length" : "662", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ce18537373b371a5d9375898148b58df-6db5f3b20be47884-01", - "mise-correlation-id" : "4a819f06-1b3f-4744-b321-e58051f9bd63", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Hvac;1829284\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:45.2261133+00:00\",\"model\":{\"@id\":\"dtmi:example:Hvac;1829284\",\"@type\":\"Interface\",\"displayName\":\"HVAC\",\"description\":\"Aheating,ventilation,andairconditioningunit.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"Efficiency\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetTemperature\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetHumidity\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"cools\",\"target\":\"dtmi:example:Floor;1524986\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:44 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1829284?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1e712419-602b-497a-9207-b11a6e8627e8", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-824f1e99bdaf4a2ba4b8bfaf3f3edfe8-024477911b4b76c2-01", - "mise-correlation-id" : "a9c646f2-b28b-4428-a75d-7b427f552f78", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1829284?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c47adf7b-5483-42b8-bae9-21abc12d4086" - }, - "Response" : { - "content-length" : "661", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-08e3886715cdc016acd46d216603d32f-3d6a17b99cb3519d-01", - "mise-correlation-id" : "0cb2327b-12b2-4772-8908-7d5945095bf5", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Hvac;1829284\",\"description\":{\"en\":\"Aheating,ventilation,andairconditioningunit.\"},\"displayName\":{\"en\":\"HVAC\"},\"decommissioned\":true,\"uploadTime\":\"2022-06-29T13:43:45.2261133+00:00\",\"model\":{\"@id\":\"dtmi:example:Hvac;1829284\",\"@type\":\"Interface\",\"displayName\":\"HVAC\",\"description\":\"Aheating,ventilation,andairconditioningunit.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"Efficiency\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetTemperature\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"TargetHumidity\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"cools\",\"target\":\"dtmi:example:Floor;1524986\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1829284?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a169874a-22f9-4cae-835e-f73b8220b3b0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-02eeb8220a9599cfd7a1526658465cf6-997f32c92dd8c1fc-01", - "mise-correlation-id" : "899bc2ef-2ab3-45e4-8476-a6d93802a756", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1494357?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8d6c289-2898-4461-b149-1dfda118bd76" - }, - "Response" : { - "content-length" : "589", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-58e924b446b21c386b567b19cfd139d9-98d3ba6d8770e57b-01", - "mise-correlation-id" : "e3d470a2-c49c-4107-9497-a9c5302292a4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Ward;1494357\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:45.2261324+00:00\",\"model\":{\"@id\":\"dtmi:example:Ward;1494357\",\"@type\":\"Interface\",\"displayName\":\"Ward\",\"description\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"VisitorCount\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"HandWashPercentage\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"managedRooms\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1494357?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "68b4dffc-0c0e-477d-82de-2f07f19e682b", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f490a2fa1a1e4af9d35f8be1d8b9392a-edbf847ac25fff01-01", - "mise-correlation-id" : "81bcfeb4-d2f6-4966-9eec-3273bc00ea8d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1494357?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7fef4baa-47b1-4588-bb1e-f795c5496b60" - }, - "Response" : { - "content-length" : "588", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8fe3e4127fc50c0fc7280cc14a0c5076-641a198bba5664e4-01", - "mise-correlation-id" : "be788f40-7f13-43ed-a7fc-3128e329e65b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"id\":\"dtmi:example:Ward;1494357\",\"description\":{\"en\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\"},\"displayName\":{\"en\":\"Ward\"},\"decommissioned\":true,\"uploadTime\":\"2022-06-29T13:43:45.2261324+00:00\",\"model\":{\"@id\":\"dtmi:example:Ward;1494357\",\"@type\":\"Interface\",\"displayName\":\"Ward\",\"description\":\"Aseparatepartitioninabuilding,madeofroomsandhallways.\",\"contents\":[{\"@type\":\"Property\",\"name\":\"VisitorCount\",\"schema\":\"double\"},{\"@type\":\"Property\",\"name\":\"HandWashPercentage\",\"schema\":\"double\"},{\"@type\":\"Relationship\",\"name\":\"managedRooms\"}],\"@context\":[\"dtmi:dtdl:context;2\"]}}", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Ward;1494357?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "881aa36e-e6a2-46c7-b600-18730dd8bb18" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-14c84b06f658ecafea0a626b04752736-e1e89c9290546e8c-01", - "mise-correlation-id" : "804f2f7b-3433-4734-9152-aa101687e230", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:45 GMT" - }, - "Exception" : null - } ], - "variables" : [ "339752", "746108", "041406", "616579" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryAsyncTests.publishTelemetryLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryAsyncTests.publishTelemetryLifecycleTest[1].json deleted file mode 100644 index 98105f903c456..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryAsyncTests.publishTelemetryLifecycleTest[1].json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1783015?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf4a604c-e47d-41b5-9248-77e1ea3295ac" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-36a35e6160fefd7868c593754134d033-30ceaad0bc2fd6f3-01", - "mise-correlation-id" : "ef485418-ea32-400e-875f-ebedd9088cae", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1783015. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1908104?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cec0eaec-f9ae-4abb-9793-8d5b8ca1a47d" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d487bda58f205a5ddddf7ce205cb9734-720d54b5041d3501-01", - "mise-correlation-id" : "508426a2-5cf3-4e58-b9b6-39c627579821", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1908104. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin536410?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "37552dc7-0db2-45a3-a5e2-47c8c0c4ca51" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-81c3a5ed5c09365e4c4ba63d5ac5387a-f55ea114f553aeaa-01", - "mise-correlation-id" : "2799384e-34bf-4999-b22a-81f20e416371", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin536410. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "70ee0085-03a5-486e-b473-7d610219f9af", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-79d26865c2c566ca8e9f5a89168c6deb-35feb4ac18bce5f7-01", - "mise-correlation-id" : "59ee3efb-ccb3-4cb5-b6c8-ebaf2213a0c8", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1783015\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:54.4754845+00:00\"},{\"id\":\"dtmi:example:wifiroom;1908104\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:54.4755154+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin536410?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9a437fbe-3c94-4553-ba57-be7cc9997b7b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"41d48ab6-e7cd-4d6e-973c-30e051c68b43\"", - "traceresponse" : "00-be53e57339725255c0bdf3d7f2c99784-cc9e47fc67a6bea8-01", - "mise-correlation-id" : "03d5c5a8-45e7-4009-9189-80362912e2cc", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin536410\",\"$etag\":\"W/\\\"41d48ab6-e7cd-4d6e-973c-30e051c68b43\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1908104\",\"$lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:54.5513469Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin536410/telemetry?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "09159391-d0a8-44b3-94b0-442b7dbd72b1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d996a0fa665aa7866a33599aeda24a98-46f0c2ab7515ea2d-01", - "mise-correlation-id" : "97f038a1-ad62-454d-b2ae-ecbff04546c4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin536410/components/wifiAccessPoint/telemetry?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1660c138-2d18-4aa0-bb6b-8ee8027a29ba", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ae0aec91e3cf8fc48f8f4cdcbf833fa6-ff8e9ac0a0ea7076-01", - "mise-correlation-id" : "16d32b4f-d74a-461d-b4a2-4c60c2a98bbe", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin536410?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a02fb3bd-66f0-4149-b39a-49f47482f6be" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f7a4d75bf9c57df36a91973724bb1f11-964e8af8a460c20c-01", - "mise-correlation-id" : "e5db2ff7-f690-42f4-8ab5-e2a530e9b2b7", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:53 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1908104?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "953f1852-3465-4e61-9bb0-b80ffc11792c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-06acd828672d995ae84048dd57fc66b7-69edc0b4387ee2cc-01", - "mise-correlation-id" : "188eb04f-fa16-4b59-b5a9-5ca1a29b6eb4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1783015?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "579b8787-649c-4ebf-87ee-c23675c6a2de" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2df69d8614dc5b01bb7fd5f1de797f40-f4e066c2c643252e-01", - "mise-correlation-id" : "299db194-0dbe-4248-948c-a7e93e606004", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - } ], - "variables" : [ "905237", "120326", "75863d", "8d61286c-02c0-4846-afc3-085c9fc0cefc", "bdef1d9c-6b1f-4995-9fec-d3c0bb58a8a8" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryTests.publishTelemetryLifecycleTest[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryTests.publishTelemetryLifecycleTest[1].json deleted file mode 100644 index b3cb9b7e1bf5a..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/PublishTelemetryTests.publishTelemetryLifecycleTest[1].json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1114010?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "75213050-13a2-4633-9a0d-d81af7e411be" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0a94bfca429619e42005201da3403523-0f29c9debdb64d7e-01", - "mise-correlation-id" : "e0d5871f-ebf6-4602-ae07-6cc2e28db054", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifi;1114010. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1995462?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f47b4c25-e0f4-4a13-a971-7f63ede9ce4b" - }, - "Response" : { - "content-length" : "214", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fa5d002cfd1afd73e097faef3b16774d-bf1d9a2915c695c0-01", - "mise-correlation-id" : "3395ba2a-c24b-45df-b86e-d0027aed8ef1", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:wifiroom;1995462. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin514095?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4eb76b49-d9b9-462e-a898-f55f1b69730e" - }, - "Response" : { - "content-length" : "276", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-67fdefac7cbc15c0639001343fa1c29a-3fc8189a9a32ba03-01", - "mise-correlation-id" : "2a77c904-0382-4cf1-8758-95287baaffb5", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomWithWifiTwin514095. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b627f510-b5c6-4366-85e9-12f41c6490cb", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "317", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d3d3faeb6a8110ea1ab928acf3b84448-f4fbb422b0b327ba-01", - "mise-correlation-id" : "e28aa972-2e1a-4dc2-94cf-e311f1dee7b8", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:wifi;1114010\",\"description\":{},\"displayName\":{\"en\":\"Wifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:55.1837441+00:00\"},{\"id\":\"dtmi:example:wifiroom;1995462\",\"description\":{},\"displayName\":{\"en\":\"RoomWithWifi\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:55.1837762+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin514095?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "505b026c-5922-44dc-9bc8-023ccf06936d", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "762", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"440d8bc3-625e-4515-8aa2-c785e1d39e16\"", - "traceresponse" : "00-e75043e3810c0d38ff65da44fbaba929-74460c64b2b24a4f-01", - "mise-correlation-id" : "b0d92d72-1c73-417f-8286-ca4228118f27", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomWithWifiTwin514095\",\"$etag\":\"W/\\\"440d8bc3-625e-4515-8aa2-c785e1d39e16\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"wifiAccessPoint\":{\"RouterName\":\"Cisco1\",\"Network\":\"Room1\",\"$metadata\":{\"$lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\",\"RouterName\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\"},\"Network\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\"}}},\"$metadata\":{\"$model\":\"dtmi:example:wifiroom;1995462\",\"$lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.2589083Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin514095/telemetry?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9156e8c3-6655-4e3b-be20-59ab63e72a41", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e3d16d91478ad321eb4b13c573561581-8cabe14092350952-01", - "mise-correlation-id" : "fe49d617-04c6-42f8-8ef7-223859b45b57", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin514095/components/wifiAccessPoint/telemetry?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e09fa9e6-8ed3-4947-9278-7f77d534a4e9", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ef935cd098f8227d4f202d410d92509f-fa895b1d7b570a88-01", - "mise-correlation-id" : "9cda29a5-277f-45ac-b0a2-b8d39d59c2dc", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomWithWifiTwin514095?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "84e27cb8-70b1-48c5-91db-26196cbc196d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-972cb35b152db1d786a992b7d3ead4a9-cb53d243f4c4c431-01", - "mise-correlation-id" : "aa60a004-038b-4e46-96f5-b1868d97971d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifiroom;1995462?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "77e3235c-431c-4355-8b4b-8c5313daf9a2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ad3d4f82a621d4e0b9b4d07c1dbc482f-1ffd1d75581fe4db-01", - "mise-correlation-id" : "92842a68-7d59-4fe0-b5d3-7766d2ddd913", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:wifi;1114010?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5afa3eae-66a9-4d4c-bda8-335c460f04bb" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2efe3d809dc17a0e37ea1d6dc2d38065-3587df60433c04c4-01", - "mise-correlation-id" : "7168a58b-6daf-46bc-8131-e27e0006262b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT" - }, - "Exception" : null - } ], - "variables" : [ "33623d", "117684", "736217", "26ee54cc-efbe-4153-bc9e-f06e1fd7ec76", "59cf52a1-90a9-4428-a4f3-d549e1d464b3" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryAsyncTests.validQuerySucceeds[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryAsyncTests.validQuerySucceeds[1].json deleted file mode 100644 index a4eabc6ee6d66..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryAsyncTests.validQuerySucceeds[1].json +++ /dev/null @@ -1,484 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1646648?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0ce12135-15ba-48c1-aa62-b0286622277c" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ef399acd0f1e030626145b071ed08b41-5219da9f2fcb59fc-01", - "mise-correlation-id" : "30afce63-5313-4c8e-94d1-300ffedd6ee4", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1646648. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1938423?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d6e6f656-81ae-41c8-b199-487068a05715" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c1124c3af103112f09b7a5d6cdb97580-4ac6d0d48ae44900-01", - "mise-correlation-id" : "500887b1-c589-4958-ace6-ae79c64b5408", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1938423. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:54 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3b7bd52c-dae0-48d5-a94d-5448a04975db", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a78c0f25eac65678049caf3048435dc0-a52cce67f4665d77-01", - "mise-correlation-id" : "f92f09c7-5ef3-4d7e-8037-57bec4e712f4", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:room;1938423\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:43:55.7957379+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin571809?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4af340d0-65f3-46c4-8195-7d969b231a8e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5bbbd4443b13f305d5d5c3575f6afcb9-78be764054d88b55-01", - "mise-correlation-id" : "2131811a-e1c5-46c7-85df-44f7e3434e7f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin571809. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin571809?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "62e547f6-cbb9-4e08-9aa8-3f5adf2331a0", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c68f3c2b-4bd9-466b-b66f-b35a55316830\"", - "traceresponse" : "00-fe9a3f60704b05440c11f4e69947ab5c-891042c654f3a2b7-01", - "mise-correlation-id" : "520587b9-5ee7-48db-9f68-9d2c62dcc8e4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin571809\",\"$etag\":\"W/\\\"c68f3c2b-4bd9-466b-b66f-b35a55316830\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin034532?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e0399807-8686-4d4f-b42a-df5d0e3e0cf6" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-61e88e74622dc0ea2a9331a719fec4e8-d4ecdde248cbc011-01", - "mise-correlation-id" : "b9b0cf0b-642b-4285-b688-f9130f262b5e", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin034532. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin034532?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8ff8261-3e1b-40ae-92b0-a9cc2d0e959a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1144d8f9-9cea-47cd-ac2e-69ba6b9a3908\"", - "traceresponse" : "00-a5d11702b0b6f16437c8a83b02e264c8-4fd039bb03aa8e56-01", - "mise-correlation-id" : "020c1e21-b686-4854-9580-d2b8b6f24d3f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin034532\",\"$etag\":\"W/\\\"1144d8f9-9cea-47cd-ac2e-69ba6b9a3908\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin551431?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3f779872-ae3e-43dd-9a75-a2275a17c44e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0ddafb72275b00c2c5b15ccb1a0a9b50-ff8671f1f3aef692-01", - "mise-correlation-id" : "d3c2f750-fb0e-4902-9c02-138b2640b5fe", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin551431. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin551431?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "53f16f83-5d3a-40fe-8a3e-038016224e46", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8897dac5-e8db-4355-8151-64eadcc9ab23\"", - "traceresponse" : "00-9b085a885b5178b7ba272085da7827a4-11536dadb0330c9a-01", - "mise-correlation-id" : "2aaaba1e-bd01-40f7-8cf4-bbbb4fcf761f", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin551431\",\"$etag\":\"W/\\\"8897dac5-e8db-4355-8151-64eadcc9ab23\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin132327?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "adbfa738-81f4-44b9-8157-8bc7664461b3" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-42b0bad091566015ef4faa9d27f361bc-bc9c3bea536bb0a1-01", - "mise-correlation-id" : "ab586ec1-e485-4d72-a0f1-a7d467c132f3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin132327. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin132327?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8b98818b-7340-4e1c-8f8d-13181b99b3aa", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8b1f96da-49e2-444e-8929-41cda018fab9\"", - "traceresponse" : "00-83c9b106e510129bdcd730f519aa5f2d-5efb7dfbed5d86a3-01", - "mise-correlation-id" : "c1dffafc-f18d-4bcf-b46f-15e159bf51d4", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin132327\",\"$etag\":\"W/\\\"8b1f96da-49e2-444e-8929-41cda018fab9\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin717657?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "77a8c1da-d003-4448-a5c7-832f440202fa" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a4af8e363f2b5a85e249267854bfbbf6-ce0452939512cabb-01", - "mise-correlation-id" : "f2c86907-3218-4bd2-9414-5144340d606d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin717657. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin717657?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fea5f7ff-dc33-40d1-960f-24fb4d0e89b1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3db79e84-92b0-4d9e-bcf6-6bf790f9c461\"", - "traceresponse" : "00-cfe94725c6fe4c369fbea30c060e762f-25de051377acc9dc-01", - "mise-correlation-id" : "bb0be320-21c5-49f0-aceb-5b5006e26416", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin717657\",\"$etag\":\"W/\\\"3db79e84-92b0-4d9e-bcf6-6bf790f9c461\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin499810?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "13d02646-9199-4436-83d2-2b2a367217d8" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-54d456b2bafca0cca0806599a933297b-a2c5852cc873e4f7-01", - "mise-correlation-id" : "58879619-3304-4730-a233-ec4af1166e33", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin499810. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin499810?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e2f75ef6-1ebf-4d8a-8369-bef883c56d9a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"13b4867c-6f97-4b51-9a4a-262c9956b5b7\"", - "traceresponse" : "00-f2c894fc6d4f4922fa31cdff11fbbb8c-8492398cb79e44af-01", - "mise-correlation-id" : "54eac623-8333-46e2-9650-1d1577c599b7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin499810\",\"$etag\":\"W/\\\"13b4867c-6f97-4b51-9a4a-262c9956b5b7\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:43:55 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ced224fb-1ed4-49e8-b808-a5a72ddb662e", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8c5e7ffa22594e4691521ecf8167b181-c8b9b80a5bf42141-01", - "query-charge" : "3.48", - "mise-correlation-id" : "30d6ea4e-37d0-4ba2-a183-1d768a59e4e8", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin571809\",\"$etag\":\"W/\\\"c68f3c2b-4bd9-466b-b66f-b35a55316830\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"}}},{\"$dtId\":\"roomTwin034532\",\"$etag\":\"W/\\\"1144d8f9-9cea-47cd-ac2e-69ba6b9a3908\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"}}},{\"$dtId\":\"roomTwin551431\",\"$etag\":\"W/\\\"8897dac5-e8db-4355-8151-64eadcc9ab23\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"}}},{\"$dtId\":\"roomTwin132327\",\"$etag\":\"W/\\\"8b1f96da-49e2-444e-8929-41cda018fab9\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"}}},{\"$dtId\":\"roomTwin717657\",\"$etag\":\"W/\\\"3db79e84-92b0-4d9e-bcf6-6bf790f9c461\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"}}},{\"$dtId\":\"roomTwin499810\",\"$etag\":\"W/\\\"13b4867c-6f97-4b51-9a4a-262c9956b5b7\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"}}}],\"continuationToken\":null}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "683477de-431a-485e-8bac-cd6a2cc9a2f8", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eb476934752cc349b12ab39ca156218a-e95df055e01cde4c-01", - "query-charge" : "3.38", - "mise-correlation-id" : "8e25da02-f11e-4bf7-8a63-2c0aeada380b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin571809\",\"$etag\":\"W/\\\"c68f3c2b-4bd9-466b-b66f-b35a55316830\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:55.9187795Z\"}}},{\"$dtId\":\"roomTwin034532\",\"$etag\":\"W/\\\"1144d8f9-9cea-47cd-ac2e-69ba6b9a3908\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.0346837Z\"}}},{\"$dtId\":\"roomTwin551431\",\"$etag\":\"W/\\\"8897dac5-e8db-4355-8151-64eadcc9ab23\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.1390581Z\"}}},{\"$dtId\":\"roomTwin132327\",\"$etag\":\"W/\\\"8b1f96da-49e2-444e-8929-41cda018fab9\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.2381030Z\"}}},{\"$dtId\":\"roomTwin717657\",\"$etag\":\"W/\\\"3db79e84-92b0-4d9e-bcf6-6bf790f9c461\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.3649161Z\"}}}],\"continuationToken\":\"{\\\"_t\\\":2,\\\"_s\\\":null,\\\"_rc\\\":\\\"[{\\\\\\\"token\\\\\\\":\\\\\\\"+RID:~20Y8ALBoki5TPgAAAAAAAA==#RT:1#TRC:5#ISV:2#IEO:65567#QCF:8#FPC:AVM+AAAAAAAAVD4AAAAAAAA=\\\\\\\",\\\\\\\"range\\\\\\\":{\\\\\\\"min\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"max\\\\\\\":\\\\\\\"FF\\\\\\\"}}]\\\",\\\"_q\\\":\\\"SELECT * FROM digitaltwins where IsOccupied = true\\\",\\\"_id\\\":\\\"30156064-effd-4bf1-8745-370516cccc96\\\",\\\"_tr\\\":5,\\\"_pn\\\":1}\"}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d864a90e-7b92-4b43-85b6-4b5f00fca659", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6aa45bb6245491459e4d232567bc5f7e-75e439e8599b4949-01", - "query-charge" : "2.79", - "mise-correlation-id" : "98d739c4-33c3-48f1-957f-fd39ad152306", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin499810\",\"$etag\":\"W/\\\"13b4867c-6f97-4b51-9a4a-262c9956b5b7\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1938423\",\"$lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:43:56.4799830Z\"}}}],\"continuationToken\":null}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin571809?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e33438b9-d5e2-4069-a3dc-a35b97fbdc1e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bcec9148bd43f7f760fc39e861bad763-a21c7a45fc437eed-01", - "mise-correlation-id" : "ba6bfac2-9543-404a-af73-14dd05dbb7a5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin034532?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2a3cf54e-4355-4903-ab9a-af644e81b95f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-19fbc5c553a6bfa684f78907d3c02f20-980597f512efa9ec-01", - "mise-correlation-id" : "b154c03e-850b-4b6b-9602-105e40933e96", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin551431?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2baf8d9a-45a3-4eeb-83c8-5f53067dcb8c" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8a59371e7843c7eee1aac2f5ff2eec34-cc0755fb4c7dae66-01", - "mise-correlation-id" : "86b43051-c4fa-42e9-902e-711343f6495d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin132327?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8adbd8ea-c161-48e7-ab89-2f3e1d63a873" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e1ca8d0923c3c079f642e0a4b07960f7-564941d3655456c3-01", - "mise-correlation-id" : "35891f21-20f5-4445-ae2a-51cc1920742d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin717657?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "83448119-2831-4c15-ba04-90c3dc9939da" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4887e6a62bd410ef36394cf027b3bb19-286ea32e73988012-01", - "mise-correlation-id" : "33bbc6c1-04d3-4df4-b277-3c8d7bbe610b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin499810?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "db704427-54af-43de-8a3e-b78ef12d8f75" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-909a022f2e0af01a120003d7fb1cb14e-3504b7898d95000b-01", - "mise-correlation-id" : "15e1d1db-6795-4bab-a2e6-b988bedb9160", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1938423?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd776b75-54ac-41f9-8787-58dc8f561ab7" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-dfe19e5efe166efc00ba7d6b9eb095e6-ab4569a3b49f8f20-01", - "mise-correlation-id" : "bc6c8c7e-d4fc-406f-8a33-b8703d27ba60", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT" - }, - "Exception" : null - } ], - "variables" : [ "868860", "150645", "79302c", "25675f", "77365e", "354549", "939879", "611032" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryTests.validQuerySucceeds[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryTests.validQuerySucceeds[1].json deleted file mode 100644 index c625f26023240..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/QueryTests.validQuerySucceeds[1].json +++ /dev/null @@ -1,391 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:floor;1469291?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2fe5c4a7-5aa7-4a70-afcc-66d83c55a03d" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5dae73a7a2d1d13e97d85fcf3dde7744-4e028a4fae27a866-01", - "mise-correlation-id" : "5fd513f4-dd88-4966-b069-456fa92ed50d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:floor;1469291. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1484532?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d24be846-3cba-4f60-a3c2-89ac097a971e" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-834adfc44041f011fd8b4cb6bb15a0ae-9907d8a44cb0cb04-01", - "mise-correlation-id" : "17938aa2-cd4a-4619-abfe-20f431954b3c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:room;1484532. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "27f5d08b-fff0-4766-9f08-9e8b94a32dac", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "186", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4583aed8e00daf1f1649755e5fd310dd-e0fcb2c9cc61fb1d-01", - "mise-correlation-id" : "19bc4e68-a4ee-4725-a7a6-b8e1d46d8d91", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:room;1484532\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:02.320656+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin126441?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7aab625b-6cdb-417f-8248-cbc83a6fc7ab" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1d763611d5caf805d9502658fb4efd2f-058bb0ce6d16bb67-01", - "mise-correlation-id" : "ad0dbc14-7031-4412-81b1-485f4c7ab8fa", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin126441. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin126441?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4821427a-405b-444c-bcb3-2512dfa2422e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3929d07d-f37d-4d1b-b41a-24a21e33d33f\"", - "traceresponse" : "00-0ea9f332e430e09874d294016e6c1d81-477568ca2021a893-01", - "mise-correlation-id" : "bbb50ced-fe46-4149-9c41-44b5b9db5949", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin126441\",\"$etag\":\"W/\\\"3929d07d-f37d-4d1b-b41a-24a21e33d33f\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin801791?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "32a2c832-a9ff-4a8e-9a95-a09960f744f0" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-772cb15c527219a9708df95053bcf34a-2b5b2eef069b1753-01", - "mise-correlation-id" : "0b3a3e5a-b30e-428e-a241-8913d9284010", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin801791. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:01 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin801791?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9be873ea-d4a6-4f96-99fa-18b7ef61656e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"5a180f2e-13a8-495b-9e3b-dfca42bc557a\"", - "traceresponse" : "00-53d165b374f0c21216f32bbd12dbd4ea-7dcfdad77c95fb22-01", - "mise-correlation-id" : "2370408d-c252-4004-9526-9ada5d7b2a81", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin801791\",\"$etag\":\"W/\\\"5a180f2e-13a8-495b-9e3b-dfca42bc557a\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin984720?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a8914cc9-2912-4b40-8dc6-b267499d769f" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-812e84e6b84b0365ee986580685b1719-f81736135357e0bc-01", - "mise-correlation-id" : "a73e6193-df64-49fb-8b01-83992aa0765c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin984720. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin984720?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "84a9c0a2-158c-46a1-8e0a-c1f7846394da", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8b772331-21c0-48c1-af55-9a7c46356e59\"", - "traceresponse" : "00-a2c7a102418f1b0d5e55afd2df2dafd9-98a024d5bfd10e23-01", - "mise-correlation-id" : "edd978da-e0a6-4446-b9df-c9bec470f363", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin984720\",\"$etag\":\"W/\\\"8b772331-21c0-48c1-af55-9a7c46356e59\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin970194?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d1cc67d9-770e-4ffa-a4c8-19f69d598401" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0d236777a848eca5320c7b8242a0b33c-1af1167ae25eb103-01", - "mise-correlation-id" : "8f7ff943-233d-4115-a2b6-b8d3f3f0a8ed", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin970194. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin970194?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2dd66436-eddd-4432-9982-662c81eb79e7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"e28954f6-b033-4c15-86a6-3ddbd6b9b7a1\"", - "traceresponse" : "00-67745eb06cd2ae018725a2f556597edb-f95ede76381a7200-01", - "mise-correlation-id" : "58b98af4-764d-42a8-9a18-1c8d7d55d348", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin970194\",\"$etag\":\"W/\\\"e28954f6-b033-4c15-86a6-3ddbd6b9b7a1\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:02 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a9bccf2b-d18f-462e-bd8e-03647c388c2d", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e2830e67ba8710498b815f20f99c404b-142ef78c060ab64e-01", - "query-charge" : "3.19", - "mise-correlation-id" : "f11254fa-04bd-49cc-a0cc-9e97ef36b6d7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin126441\",\"$etag\":\"W/\\\"3929d07d-f37d-4d1b-b41a-24a21e33d33f\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"}}},{\"$dtId\":\"roomTwin801791\",\"$etag\":\"W/\\\"5a180f2e-13a8-495b-9e3b-dfca42bc557a\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"}}},{\"$dtId\":\"roomTwin984720\",\"$etag\":\"W/\\\"8b772331-21c0-48c1-af55-9a7c46356e59\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"}}}],\"continuationToken\":\"{\\\"_t\\\":2,\\\"_s\\\":null,\\\"_rc\\\":\\\"[{\\\\\\\"token\\\\\\\":\\\\\\\"+RID:~20Y8ALBoki5XPgAAAAAAAA==#RT:1#TRC:3#ISV:2#IEO:65567#QCF:8#FPC:AVc+AAAAAAAAWD4AAAAAAAA=\\\\\\\",\\\\\\\"range\\\\\\\":{\\\\\\\"min\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"max\\\\\\\":\\\\\\\"FF\\\\\\\"}}]\\\",\\\"_q\\\":\\\"SELECT * FROM digitaltwins where IsOccupied = true\\\",\\\"_id\\\":\\\"34cf512c-5c07-4b25-94dc-7d8df97e1409\\\",\\\"_tr\\\":3,\\\"_pn\\\":1}\"}", - "Date" : "Wed, 29 Jun 2022 13:44:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9be5b295-e342-4829-bda8-77e894db9fec", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8749df53b87df9429364c120c56499fc-f396a39e8edb2344-01", - "query-charge" : "2.79", - "mise-correlation-id" : "2d64fb88-eedd-4b9e-834c-b7ec2d0697e7", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin970194\",\"$etag\":\"W/\\\"e28954f6-b033-4c15-86a6-3ddbd6b9b7a1\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"}}}],\"continuationToken\":null}", - "Date" : "Wed, 29 Jun 2022 13:44:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "afdc73cf-4893-4ff0-8cfe-2f47cbeeb1b0", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-db21e5d0df95ba4a97392f6b0cbf9562-1b8106cb604af540-01", - "query-charge" : "3.19", - "mise-correlation-id" : "6953ad14-d715-4a32-9a01-1518f6c80c25", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin126441\",\"$etag\":\"W/\\\"3929d07d-f37d-4d1b-b41a-24a21e33d33f\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.4584233Z\"}}},{\"$dtId\":\"roomTwin801791\",\"$etag\":\"W/\\\"5a180f2e-13a8-495b-9e3b-dfca42bc557a\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.5751271Z\"}}},{\"$dtId\":\"roomTwin984720\",\"$etag\":\"W/\\\"8b772331-21c0-48c1-af55-9a7c46356e59\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.6981336Z\"}}}],\"continuationToken\":\"{\\\"_t\\\":2,\\\"_s\\\":null,\\\"_rc\\\":\\\"[{\\\\\\\"token\\\\\\\":\\\\\\\"+RID:~20Y8ALBoki5XPgAAAAAAAA==#RT:1#TRC:3#ISV:2#IEO:65567#QCF:8#FPC:AVc+AAAAAAAAWD4AAAAAAAA=\\\\\\\",\\\\\\\"range\\\\\\\":{\\\\\\\"min\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"max\\\\\\\":\\\\\\\"FF\\\\\\\"}}]\\\",\\\"_q\\\":\\\"SELECT * FROM digitaltwins where IsOccupied = true\\\",\\\"_id\\\":\\\"bf8fafbb-360b-4567-81ca-e0c09a34ca0a\\\",\\\"_tr\\\":3,\\\"_pn\\\":1}\"}", - "Date" : "Wed, 29 Jun 2022 13:44:07 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/query?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "54d68696-75aa-4f0d-bd53-59953e3d0ef4", - "Content-Type" : "application/json" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8717633416fbaa4487dcb7049292ad0e-78ca9d851401c440-01", - "query-charge" : "2.79", - "mise-correlation-id" : "c3ba5821-4490-47bb-96a4-ec602f62609a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"value\":[{\"$dtId\":\"roomTwin970194\",\"$etag\":\"W/\\\"e28954f6-b033-4c15-86a6-3ddbd6b9b7a1\\\"\",\"Temperature\":80,\"Humidity\":25,\"IsOccupied\":true,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:room;1484532\",\"$lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\",\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:02.8146747Z\"}}}],\"continuationToken\":null}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin126441?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7723269c-9d57-48da-8538-3ef2eecde4a6" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-418e4115bddc1d9bbae3f3ca648183b5-fb98179249ec3a9e-01", - "mise-correlation-id" : "b64b43b0-5d25-476d-b560-babbf3d487f1", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin801791?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3f0dd8c6-3cfd-47b2-939d-63d1801d555f" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-63a58ac3086582f434308f2f89ba6b15-68bb1f32fefddd61-01", - "mise-correlation-id" : "c12fc666-9363-4000-8925-e61ec3212735", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin984720?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4e870dd3-7955-4dc7-96cb-690690ef4f99" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0063e1346354bedef1827759e64622c9-372a5c7bbe233130-01", - "mise-correlation-id" : "34148065-2ccb-4e82-ba7b-954eb674036f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin970194?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "df87e404-e227-463a-a8a8-9203feb042ee" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ed9a20c16de61a8acd2fb3913560dee7-282d1fba8c2b9929-01", - "mise-correlation-id" : "663e5ee9-fd65-41f8-a85f-a7d73d1e062e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:room;1484532?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0bbdc491-e98f-4928-a83f-b8c6a735776e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-17d3275604480e7901b757cf7fb4a5b5-8578bb62378ae37b-01", - "mise-correlation-id" : "2441d43d-a587-407a-ae95-fb5f0d7e5cd5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT" - }, - "Exception" : null - } ], - "variables" : [ "681413", "606754", "348663", "023913", "106942", "192316" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json deleted file mode 100644 index a99322901ffa5..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json +++ /dev/null @@ -1,177 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin859798?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8f200dce-ec1c-456a-a6a4-63a5cade34cc" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ea1d38c34420a884ba5da6dbeed3b0df-4671577aac5ef842-01", - "mise-correlation-id" : "f6fbdd10-c563-49a6-ae90-6631b5ef7f90", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin859798. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1830048?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "be83a878-f95f-445c-99db-02b45b7df442" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-82c5c57df64b24f5cafd92915fcc608e-44254f00b0664a2a-01", - "mise-correlation-id" : "e90ae408-43d8-4a95-af05-284f40bba788", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1830048. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1862482?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c46d153d-1e5c-4c9e-b4b1-963f0ee77945" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6b3d7a7c8d4622a9c2d41f6710cbd046-f39ae7b7222bfaa7-01", - "mise-correlation-id" : "33bc8b1a-002b-4e56-95c3-af504d40e7af", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1862482. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2e748508-5983-4852-81fb-82d07974c53c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "186", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3aefb3f4bc50403ed59bd71a2efedac4-e38ea79bb38a4815-01", - "mise-correlation-id" : "eebec47e-3194-472e-913f-6422fe5c9f02", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1862482\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:09.498386+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin859798?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bf0e08cd-2ab6-4e9a-9d3f-d0aaefd59922", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"92081f68-1493-4d7b-af28-e8734f30ccbe\"", - "traceresponse" : "00-2a665d61f807863af181ed6a22782587-ec4d5395efeddcda-01", - "mise-correlation-id" : "4a40c16d-70e3-4126-ba36-87d8ab527784", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin859798\",\"$etag\":\"W/\\\"92081f68-1493-4d7b-af28-e8734f30ccbe\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1862482\",\"$lastUpdateTime\":\"2022-06-29T13:44:09.5808964Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.5808964Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.5808964Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.5808964Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.5808964Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin859798?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2e91d45b-adf9-45a0-b756-b9f0cc0fb3d5", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"68cffd58-5f9e-4c9b-90d9-1c349fff5be0\"", - "traceresponse" : "00-ae79fe8d3d1814509eedfba1dccc1386-33861893c88d5adc-01", - "mise-correlation-id" : "f46dfff0-4963-48f1-8c29-b4bc9b837f55", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin859798\",\"$etag\":\"W/\\\"68cffd58-5f9e-4c9b-90d9-1c349fff5be0\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1862482\",\"$lastUpdateTime\":\"2022-06-29T13:44:09.6367130Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.6367130Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.6367130Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.6367130Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:09.6367130Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin859798?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "02f4b5e4-cdc0-483f-8bc5-710ef0e45fa7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "174", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eed54960ebb680a83f83482af1fbe6c4-73c0320da0cf83e1-01", - "mise-correlation-id" : "e3406458-3b12-4376-be31-f4f13cbb4c1b", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"If-None-Match: * header was specified but a twin with the id roomTwin859798 was found. Please specify a different twin id.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin859798?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "17622512-3e54-475b-8c1e-98a4cccc1b98" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-38f4fb2d02b2eb9391a8280ce13990f2-05bc1251a8b0462a-01", - "mise-correlation-id" : "0c04a979-6e35-49a7-ad39-5ff8710eefe4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1862482?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "60a8916e-fba0-4cff-bcb8-5e76e32b3ed2" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-155041c65040448e89df6487ed748ab7-7dd7f257c94b0935-01", - "mise-correlation-id" : "94462e7f-ea4d-4f93-90f2-224fdee38230", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT" - }, - "Exception" : null - } ], - "variables" : [ "07191b", "052260", "08460f" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json deleted file mode 100644 index d2f90cb51c6f8..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin501927?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9c726a92-b60c-4238-af24-69ca35db1688" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6c7b915be160e7d444c8a718f20c0e0f-c076994228837d6e-01", - "mise-correlation-id" : "28e786ac-bb2d-4a41-ba97-dba31eecf8e0", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin501927. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1226736?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5821f6b9-1dee-4382-9aea-830bd5252847" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-51ded6ea3d1e5442b28e695f734c330f-f7587bf72d3ab5a4-01", - "mise-correlation-id" : "58518f8a-38cb-42f8-b707-b99a3e8f37b8", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1226736. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1270002?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "833c4eda-5bdf-4db0-8ccd-5e504ee4462b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8ba810d52797eb860b0bd202c1762f57-192d395847081d5e-01", - "mise-correlation-id" : "6b0260c2-074d-486d-80e4-3354cb4a928f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1270002. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ae8bafcd-17aa-45b1-9b6b-4df72d15eeea", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d476b30e96d517c8c902c29f0970d66d-868c7c61e2871e7b-01", - "mise-correlation-id" : "7bd665ce-340f-4d52-9370-8c63f79d62e2", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1270002\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:13.6834022+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin501927?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f9ca5b78-b030-4550-9012-bb79d401deae", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"654857b4-37ca-4516-8542-8bd379f9be6b\"", - "traceresponse" : "00-4d12200adcf4f30d3264612bda484a73-01c09d5db84f01b7-01", - "mise-correlation-id" : "8f357453-a7aa-4141-b196-b2b232b0fd7c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin501927\",\"$etag\":\"W/\\\"654857b4-37ca-4516-8542-8bd379f9be6b\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1270002\",\"$lastUpdateTime\":\"2022-06-29T13:44:13.7547125Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.7547125Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.7547125Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.7547125Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.7547125Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin501927?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4dff8153-13e8-4d7f-966a-62cdf9a97288", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"27ae2493-69fd-4710-b256-3b73773f18ce\"", - "traceresponse" : "00-b961b385040625310a3a747ec3921f31-59c0dd5c8e8064d8-01", - "mise-correlation-id" : "ae5b070f-e951-47f6-9a36-91b4f4fbca9c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin501927\",\"$etag\":\"W/\\\"27ae2493-69fd-4710-b256-3b73773f18ce\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1270002\",\"$lastUpdateTime\":\"2022-06-29T13:44:13.8114383Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8114383Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8114383Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8114383Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8114383Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin501927?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "45729940-b4ee-4141-863a-a47df504b70b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"9e8c76a2-804e-417f-a578-ba0b105cc950\"", - "traceresponse" : "00-13c586e583601c2a2c6043264b733679-6b75baa490b6153e-01", - "mise-correlation-id" : "d61c7f9d-1e19-427c-9524-b9d1eed3ce44", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin501927\",\"$etag\":\"W/\\\"9e8c76a2-804e-417f-a578-ba0b105cc950\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1270002\",\"$lastUpdateTime\":\"2022-06-29T13:44:13.8926364Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8926364Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8926364Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8926364Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.8926364Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin501927?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bbf92788-dfb2-40b2-81e4-a7eb4b88a65d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-83e6f1f2b673735719799732be58eec1-d5b56c853281a6a9-01", - "mise-correlation-id" : "1a8a8b62-f7ac-49f8-977b-b971297cf9d3", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1270002?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fb16e662-a67b-413d-a3a7-cb7c998f4e41" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7c3e1d8865405018198e4b363f111cb8-31afe9ebce1c3344-01", - "mise-correlation-id" : "69fe2823-d7db-4b61-a186-a2cb3f8bbcf4", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT" - }, - "Exception" : null - } ], - "variables" : [ "72314a", "448958", "49222f" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index 9fc4f0cca8b80..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin824792?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8feb5322-c80e-4892-ad87-c0caadf6f575" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d7786139c7bbb63975e20ef28fee6813-90cefd1157c868d8-01", - "mise-correlation-id" : "cda3af42-a147-433a-94b2-0fd4c1905d14", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin824792. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1125150?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ac0f4abd-7056-445f-a97d-c369269b44f2" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a1d4fb5577a3c3ab5bf1166aa8133e16-2653d471d311819d-01", - "mise-correlation-id" : "b0a2314d-2039-4491-8f05-d49baaeea315", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1125150. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1754220?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c353f63-6a08-40e2-91d0-f6a4229c3bca" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fe1dd91476182f1b2766d6de58fe6663-c6d5364ad550281a-01", - "mise-correlation-id" : "e1feb09b-4275-45ab-88be-4d69a7bff827", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1754220. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7229a5e2-c570-4c8b-aa15-568d13c3938e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-91baaa471ff658d1fa80e00968d173e0-2a763d70832dc3b1-01", - "mise-correlation-id" : "f7d39f1c-c159-4863-b57e-3d75dd504ddf", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1754220\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:13.1205857+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin824792?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d12c0b36-3a30-4a7c-88bb-bca5428471f9", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"fa8a203f-a53e-4a79-9cee-3eaa41d2e48a\"", - "traceresponse" : "00-d2f7d716222f0df36738d9ece4e14402-7a558d481d45fbb4-01", - "mise-correlation-id" : "c961e893-5bdb-4c87-b2c8-9bbeb5e2f18c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin824792\",\"$etag\":\"W/\\\"fa8a203f-a53e-4a79-9cee-3eaa41d2e48a\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1754220\",\"$lastUpdateTime\":\"2022-06-29T13:44:13.2028566Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.2028566Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.2028566Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.2028566Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:13.2028566Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin824792?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "64dc1876-9dd9-4660-bf27-9ec595fc5861", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"81120a48-9d4b-4fe1-965b-aab468c26588\"", - "traceresponse" : "00-a1131f4ff317b1d3d80b4d9f0745312f-53510d4ebbfa51bb-01", - "mise-correlation-id" : "106805e6-aee6-4dcc-b72d-dd0de7287528", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin824792?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d332ba23-d96a-4ad4-aa54-b1e6f4e0b9d2" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9ce0292d55cb71a9ffa173eed3e23276-e7b54c6fc8f8d4c7-01", - "mise-correlation-id" : "12642f18-4d76-4d1c-a1f3-38c1fb6e7f19", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"fa8a203f-a53e-4a79-9cee-3eaa41d2e48a\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin824792?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "92cdbae8-3513-4ce1-96aa-ef357eee50ea" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-702d46a21ca628a757c6317356488d91-5e43c483001dfabc-01", - "mise-correlation-id" : "aab9caa5-ef90-4db5-a7c5-710edbe9d5b0", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1754220?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf2838a5-6ee9-44a1-8c46-cb42e5269224" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-825e091bc6b8d3d0284fa5af58c1822d-d17a54222f6489d0-01", - "mise-correlation-id" : "e5e25f60-700f-42cd-b9b9-925603dd7a07", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:12 GMT" - }, - "Exception" : null - } ], - "variables" : [ "04691f", "34737d", "976442" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinSucceedsWhenETagMatches[1].json deleted file mode 100644 index 3c791f524a54d..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.deleteTwinSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin549893?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a3e1e695-8251-4ef4-b0a5-918285a90930" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-46606a3dbb96f43875426ad02a190ec6-9507d0b7a2e5089d-01", - "mise-correlation-id" : "b4217c40-273c-4b0b-afbd-e59e2a6283ba", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin549893. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1515503?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0eb7ed0e-8046-45cd-9b4a-7070f5aaf0c8" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d0c8bd1630eb9ee7f5b02929580c9a2c-5498b745ab2dad40-01", - "mise-correlation-id" : "d4e1b953-67de-4cbe-bbff-01e34608b88c", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1515503. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1012119?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "15b1771c-299d-4fa2-99dd-39e250f75a86" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f2112594cdd617d795c4738dfffb7385-90b8fad5e3c5233e-01", - "mise-correlation-id" : "873b4800-7b07-4c8e-b8ae-406750b22356", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1012119. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5bc6b327-072d-4569-8847-f294396dfdb4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-9df6115e161713c522a1a420575075aa-67ff20bbbd06f75a-01", - "mise-correlation-id" : "cfa6ff4d-2edd-4014-b8a6-b000700d0757", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1012119\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:11.3867213+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin549893?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "687eed35-fa07-446b-8a88-7329180c2cd7", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c1446b9d-fe46-40ae-9b84-715d718376a2\"", - "traceresponse" : "00-c208c998d15c5d32d61bc87fc43d4b91-8d00c22134b4de4c-01", - "mise-correlation-id" : "dffad693-3553-4b9c-8ab3-7e80cc6eaa39", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin549893\",\"$etag\":\"W/\\\"c1446b9d-fe46-40ae-9b84-715d718376a2\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1012119\",\"$lastUpdateTime\":\"2022-06-29T13:44:11.4627589Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.4627589Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.4627589Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.4627589Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.4627589Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin549893?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5392b99f-ddcd-48e5-8388-3e7083008853", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"48384bbb-3f8e-46eb-bcec-3b635d863c49\"", - "traceresponse" : "00-ab7044aa7ed13bcd56211c484da7bef8-5ad4e735c20a5576-01", - "mise-correlation-id" : "3bf61866-60dc-40ca-ba98-4934cdd05a95", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin549893?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b9dfe797-5221-400d-a086-8c09e1ee42e1" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-419e900a1427d82b673b4e1035060b22-b2131911e7aaf66b-01", - "mise-correlation-id" : "5191c2c4-c325-489b-aa8a-2b228b820892", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1012119?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "38fe9473-b1ae-4d80-b195-631089acb0e3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2bc959ebfbcf9dfff19ccb39e98e2b6a-8477fe2a946ca84c-01", - "mise-correlation-id" : "197dd618-e1d6-4b6f-8c87-56b00e4a1929", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - } ], - "variables" : [ "761015", "737725", "234331" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinLifecycle[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinLifecycle[1].json deleted file mode 100644 index cbaa913105e71..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinLifecycle[1].json +++ /dev/null @@ -1,195 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin876055?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4d257ebe-9e88-4c63-a035-de200ac0497c" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1332e0581b31f53acbec00a90a329ff6-cd89b06074f34965-01", - "mise-correlation-id" : "dc9ca4f0-8a46-4826-816b-9846055480cd", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin876055. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1292274?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d499b8c2-6979-4255-9808-2416cdf71e82" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-95a19499c59304f0d8d13caaac94ce9d-df66e231f0d9a606-01", - "mise-correlation-id" : "0ae9ddf3-bbfc-4f46-a035-bce3715bdfd3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1292274. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1925240?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "33cbc236-79c1-46c5-933a-84fc738cdf8e" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-62dc2574e9a7cb1ccde687eeb47e578a-5827f0d46533c016-01", - "mise-correlation-id" : "37dc900c-0d3b-44ed-98ba-4103e6257ccb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1925240. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6f8109f8-ac11-45e7-b14b-1dc2182ec3fc", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0be95a71a0bfaae0c7a1b00516b7ce4d-6eec3f48ab12fe1e-01", - "mise-correlation-id" : "fa0268f3-ff19-44cf-9d30-3e723bb4ed69", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1925240\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:10.1387342+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin876055?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0e0a4367-d87b-4ad6-b88c-b27adf4ea009", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c1c2d499-d71e-451d-bc5d-74011aa69943\"", - "traceresponse" : "00-e376d24012553937f6e1d4989e99ab9e-6ec3563c575cbc28-01", - "mise-correlation-id" : "35a1d1fd-5a60-4e96-8c2e-200db5b3604a", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin876055\",\"$etag\":\"W/\\\"c1c2d499-d71e-451d-bc5d-74011aa69943\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1925240\",\"$lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin876055?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ecde4025-9143-436c-b913-ef2a6fa88d29" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"c1c2d499-d71e-451d-bc5d-74011aa69943\"", - "traceresponse" : "00-fb8a8e28b76e2a0d9c4ab63faaa92eff-de49c2436666eb26-01", - "mise-correlation-id" : "d7db20f1-e77a-4601-97c1-c0033f0eb949", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin876055\",\"$etag\":\"W/\\\"c1c2d499-d71e-451d-bc5d-74011aa69943\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1925240\",\"$lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin876055?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1d53a9d3-b3ea-4734-93c1-84d812079fc0", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f46996e4-438d-47a0-aa9c-8a8afed6be09\"", - "traceresponse" : "00-17c32a506f607ce4e168f0f9b9cbc328-4c0fa988b453a388-01", - "mise-correlation-id" : "abc31342-0525-4ae4-9062-a9ef1d6a56db", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin876055?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c7dd4b0b-8f1d-46bf-bad6-f14d51750e4b" - }, - "Response" : { - "content-length" : "416", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f46996e4-438d-47a0-aa9c-8a8afed6be09\"", - "traceresponse" : "00-852133993c87565f4e39a6775b2086ab-77aa891e46f1a743-01", - "mise-correlation-id" : "b56b0e09-affe-4228-a4a5-b93c6cb977c2", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin876055\",\"$etag\":\"W/\\\"f46996e4-438d-47a0-aa9c-8a8afed6be09\\\"\",\"IsOccupied\":true,\"Temperature\":70,\"Humidity\":30,\"$metadata\":{\"$model\":\"dtmi:example:Room;1925240\",\"$lastUpdateTime\":\"2022-06-29T13:44:10.3127218Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.2114186Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.3127218Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.3127218Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin876055?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "174be73a-f1b7-4694-a65a-2e3c161d667a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b6b57ea1104b93a91ef3f8e97b8540df-d35496112b7a8bba-01", - "mise-correlation-id" : "cfc40ed9-f1ce-4ef5-85dc-62cf87dc3f99", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1925240?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "dd82e2c9-0ba4-4473-abe6-e2fa1b826b6a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-4c1aee93c62368da9008e4fd375ee8d8-fb377784d60394a6-01", - "mise-correlation-id" : "748a3776-6045-4af8-9800-0130e078f404", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT" - }, - "Exception" : null - } ], - "variables" : [ "098277", "414496", "14746d" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinWithNumericStringProperty[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinWithNumericStringProperty[1].json deleted file mode 100644 index 85f570661c8d1..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.digitalTwinWithNumericStringProperty[1].json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin874363?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "66496fe7-1c48-4b7d-82c6-283c824c6527" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e48ec11b2d7d156f88c9703cd1fa9236-b1e1663d0dcaa9ea-01", - "mise-correlation-id" : "7500b56f-7f22-4ea3-97bf-368c9047a36a", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin874363. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1760162?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ca7bf8db-e6be-40c7-9903-063cf3439272" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5af705952cd876eecd20714266b340d3-945886ad808d5a37-01", - "mise-correlation-id" : "7ed7d9d8-f718-4583-80b4-68b47a929d48", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1760162. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1197904?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29a093bc-aa73-4275-aa49-c5c37ea7d127" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0d2ec9abe013b30853c3fd6dd0870383-8f9f65e1f9cacb92-01", - "mise-correlation-id" : "829882c7-9323-4ab5-86f7-28d1066bb6b2", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Hvac;1197904. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1288671?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c71b96ab-3e4c-4f42-905b-b200314f3173" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-af5f32281de7ec8708e6f68c149fc1c6-441250444a27c4d5-01", - "mise-correlation-id" : "4ca228fc-9bc0-4f40-8965-5cb6e87d2519", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1288671. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d0ab569f-2165-467e-951e-5740f5f7f4cb", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "363", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6306e51fc40e3b467b18374943b1149f-973c54311eec29cc-01", - "mise-correlation-id" : "9137a8a3-ffd0-4359-a538-60b4e6031d32", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1288671\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:12.5472075+00:00\"},{\"id\":\"dtmi:example:Floor;1760162\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:12.5472425+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin874363?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d4f7939e-7a50-458c-92cc-720a3f94313a", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "435", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"68ff4ffd-06aa-43e3-b907-3fcd9b64ed24\"", - "traceresponse" : "00-2a5c98c9644bfd3144f5093cd642373d-595e7105f93e40a4-01", - "mise-correlation-id" : "1348f87f-b816-4a9a-8934-76bd1e41eb72", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin874363\",\"$etag\":\"W/\\\"68ff4ffd-06aa-43e3-b907-3fcd9b64ed24\\\"\",\"AverageTemperature\":75,\"name\":\"1234\",\"roomType\":\"1234 spacious\",\"$metadata\":{\"$model\":\"dtmi:example:Floor;1760162\",\"$lastUpdateTime\":\"2022-06-29T13:44:12.6205185Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:12.6205185Z\"},\"name\":{\"lastUpdateTime\":\"2022-06-29T13:44:12.6205185Z\"},\"roomType\":{\"lastUpdateTime\":\"2022-06-29T13:44:12.6205185Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1288671?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "e5c2a98c-371f-4923-b5ba-cd9098227b64" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-00d2a7bb593a14f7483516bdda8a8f71-eafca56a4c7eba6a-01", - "mise-correlation-id" : "0be7cc6d-27c5-4c67-b506-e14922f937b5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin874363?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fd22d179-5b33-4929-913a-d52787fa6291" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-19a9d4f2af920bb1a84c024f9812344b-afcab309f0b6d621-01", - "mise-correlation-id" : "57af3cd3-d4f7-4884-a69a-53244f741190", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1760162?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "46868dd8-879d-4570-a677-d7b430b5b173" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3e555c9ef80f04c484f2c0427641b598-ca86597f780c8fcd-01", - "mise-correlation-id" : "a646ed8d-71f9-4b9e-9a5e-366a5915f1da", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT" - }, - "Exception" : null - } ], - "variables" : [ "096585", "982384", "319126", "400893" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index 520e3569babe2..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin261377?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "df754acf-9c75-4322-8508-e4ec8fb7879d" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e0d14d3c8daaa2fba59b1c6b016a576e-3bfc5e597166d595-01", - "mise-correlation-id" : "04f592b5-8fd4-4493-b300-cd8c15fd5bdb", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin261377. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1572370?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5f7f30f4-9533-48d9-9ca4-fc394d8a1d58" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-eacc2266ce0039adb30fc0e555b8c570-dff880a46f642b1e-01", - "mise-correlation-id" : "76381a86-941b-4fec-b3bb-e09c3b828cc7", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1572370. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1939738?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b677baef-cc9d-4ed2-aa48-a5ff7ae87cf6" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8aceb50a9a51e96470580a155b6712fb-63d884fe5289c1dd-01", - "mise-correlation-id" : "52918e06-08c1-4377-9d8f-e7f8f767929a", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1939738. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a362471f-fb83-4641-a24f-8d489594fede", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-57f5364159c2ac6b24f74ce8f5770abc-0e8117fcb5d79cba-01", - "mise-correlation-id" : "1e7e9f27-e969-4d25-ab67-c4feba2f4484", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1939738\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:11.9239379+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin261377?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "eca1f804-d650-4ad3-a419-407872ff352e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"adc7fd65-bef9-4715-8871-caffa5531c2c\"", - "traceresponse" : "00-344c2bbdfb3daad0ecb31c41114e0d0d-008c270044785c1a-01", - "mise-correlation-id" : "183ff320-f3c9-458d-89fd-209125573f47", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin261377\",\"$etag\":\"W/\\\"adc7fd65-bef9-4715-8871-caffa5531c2c\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1939738\",\"$lastUpdateTime\":\"2022-06-29T13:44:11.9958970Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.9958970Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.9958970Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.9958970Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:11.9958970Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin261377?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4852d1a0-7b7a-4bf1-84a0-0fda31d521d2", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3d69d382-c995-4319-8e84-8ed7e35ff2a7\"", - "traceresponse" : "00-d432be14686b29042bc1ff26a1c3249a-debdb06040cd1da8-01", - "mise-correlation-id" : "21b6d521-3b41-4b27-9391-f86525f2a837", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin261377?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "01bda578-0a30-4212-814b-057ca9e2ac5a", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fe4f18720b0c24668b5381865393bd1a-b3d25b89945ae8aa-01", - "mise-correlation-id" : "3aeab329-1ec4-4ae4-837f-1058b1a51ecb", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"adc7fd65-bef9-4715-8871-caffa5531c2c\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin261377?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b5915ca0-78d1-46a2-b229-4e1fb3eb94fb" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3115ac565d3831384b4811bc5a42f85b-182193b2ff769887-01", - "mise-correlation-id" : "df7b09e4-19df-4498-8d16-f3798a74c7dc", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1939738?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2c122c59-d3a7-4820-804c-93b0a444dade" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-269994a1d7555d5606344bd5c461853b-7cccdd047291a482-01", - "mise-correlation-id" : "3ac1c3f2-e1d9-4710-be92-9470e1dd20f5", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:11 GMT" - }, - "Exception" : null - } ], - "variables" : [ "48359a", "794592", "151950" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinSucceedsWhenETagMatches[1].json deleted file mode 100644 index 2687e312e8640..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.patchTwinSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin176201?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bd9ae5f6-7e7b-4c8b-83dc-c6cc4d36b38e" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-be0eda0f495dbcc2855c9c49ea4ac1d8-eb6349db16668b82-01", - "mise-correlation-id" : "ebed88f4-30a3-4f01-a72d-248e56721193", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin176201. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1624621?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "86b6cf20-8099-4cc6-a12c-704a5fff8236" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0eefd512d103c095f28e623a160a31ba-2cdd4292b1579149-01", - "mise-correlation-id" : "d5496d17-f883-45f0-a946-88e3f0f7f265", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1624621. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1408124?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "934e5702-1ced-43f1-9971-a80f04e8ed9b" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6b9ba21104843e1ba8c7e7399d39b3d4-ab12f2d040e85498-01", - "mise-correlation-id" : "3662e692-1c0f-45e0-86ca-3f6098c56ec8", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1408124. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:09 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "328fa9f3-0ee9-4927-9dc7-d84535c517c1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-be454aee826b3f42eb06afab73853f5c-b5c2e5e8468d3d16-01", - "mise-correlation-id" : "fc3189ce-8003-4dad-892c-73c13e61ce46", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1408124\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:10.8022671+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin176201?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5a791898-1edf-4bdb-a695-0249615e3fc6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"caf8356f-6539-41ba-861e-09e4171fac78\"", - "traceresponse" : "00-a468aa2af90b6dceb371c7a6b6064c81-cac4307084d61704-01", - "mise-correlation-id" : "3592eb98-cb7c-4cce-a3d1-d9465c537270", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin176201\",\"$etag\":\"W/\\\"caf8356f-6539-41ba-861e-09e4171fac78\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1408124\",\"$lastUpdateTime\":\"2022-06-29T13:44:10.8747357Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.8747357Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.8747357Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.8747357Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:10.8747357Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin176201?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "76a71607-0d9b-453f-9b33-a513c6925bf4", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"60f0d6bd-89a7-4ef3-9bdb-205df2e82dd0\"", - "traceresponse" : "00-445baf7e2a35081e9ce82aa5daec108b-66ba9de7980be86f-01", - "mise-correlation-id" : "8e44076d-0539-42f4-9b5a-e8cef93a0718", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin176201?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "51dc8643-fafe-4b71-b813-6e58dc700af8", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3c13d211-615b-4796-859c-a4936b043e00\"", - "traceresponse" : "00-43b098a0419efaabbf01979cbbd04bcb-07e5e1f9940ce2c9-01", - "mise-correlation-id" : "d7dab00b-4ba6-465f-9a1c-a82286157b7e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin176201?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d85daaf-2216-4a5e-932a-459f9ed11260" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-02d87e8569813e99eabe1560c735a533-266771a4ad027725-01", - "mise-correlation-id" : "b2bb8e4f-68b9-4cb5-9365-b0b870ceca83", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1408124?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b8bada39-e046-48dd-a1d1-5b34970c5d9e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e61b21fe9ef29f8afba17c05a3d87696-529cfd498deee530-01", - "mise-correlation-id" : "f0770874-0d88-40a9-81ed-516013d9de9b", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:10 GMT" - }, - "Exception" : null - } ], - "variables" : [ "398423", "84684e", "620346" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.twinNotExistThrowsNotFoundException[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.twinNotExistThrowsNotFoundException[1].json deleted file mode 100644 index 7f7f4e4facfcb..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinAsyncTests.twinNotExistThrowsNotFoundException[1].json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/0866739c-98dc-4779-8694-ac168ae23f53?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fdee89b1-3a3c-4a5e-9078-0f01aef05196" - }, - "Response" : { - "content-length" : "290", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2a48845080baef29a59d919a1893d1c7-b1ee11a92dc0068c-01", - "mise-correlation-id" : "81cd2299-b36b-407c-8738-9ef011cc218b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID 0866739c-98dc-4779-8694-ac168ae23f53. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:08 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "0866739c-98dc-4779-8694-ac168ae23f53" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json deleted file mode 100644 index af17401509939..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinFailsWhenIfNoneMatchStar[1].json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin392189?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "252f1a85-c3bd-408d-b2b6-0b25a85eeb83" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-09227cfe70d7fc4592acdd67bb026007-624417b91316fb1c-01", - "mise-correlation-id" : "b3255be1-149e-4b16-ab5f-e4f9eaddf960", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin392189. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1792533?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "bf6e5ac4-2fd0-44db-92eb-ccb074801af4" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2f1eec905c323f58e3d06b7478d60acd-ca58de5b07f26716-01", - "mise-correlation-id" : "2a57a613-6f57-42b4-a4ac-3f1f4f20bb83", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1792533. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1681361?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "17127340-ddef-4a9a-877c-672a96cc40c5" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c0ff0edcac8350282abd6c1b33dbe3dc-90e267f9b33d6476-01", - "mise-correlation-id" : "dcdf4906-254e-49ea-afe8-c863e944807d", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1681361. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "17c52543-b131-4649-8409-e9abd91cdea8", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-c4661470891e8b0182320f8d627e8df0-c2da394dbf416518-01", - "mise-correlation-id" : "f004d927-d38b-4268-b2ab-71f4967c4b61", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1681361\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:14.4056854+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin392189?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "57de0355-b7fb-408a-8e6b-f2486c736c5b", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"f83ff904-9638-4808-a790-e7c1b402216d\"", - "traceresponse" : "00-d0764963c5b94264b02e06e84eec243d-9bbcec92a66f6f9a-01", - "mise-correlation-id" : "29a12791-6030-4493-815c-c2edc312562b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin392189\",\"$etag\":\"W/\\\"f83ff904-9638-4808-a790-e7c1b402216d\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1681361\",\"$lastUpdateTime\":\"2022-06-29T13:44:14.4780300Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:14.4780300Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:14.4780300Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:14.4780300Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:14.4780300Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin392189?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "27e29099-71f4-42ae-9737-733a038421cc", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "174", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-ee4b350901c8521b6d76e4dc40271ca4-120a04f40459d3b8-01", - "mise-correlation-id" : "9e8e24f2-01e3-49b3-98ab-1f04073b4dc7", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"If-None-Match: * header was specified but a twin with the id roomTwin392189 was found. Please specify a different twin id.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin392189?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "50d5ae4e-3748-4ae7-9978-c87f576e4186" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e27ab6467a56a3f5f591565e1c1552f9-de220400af53387b-01", - "mise-correlation-id" : "6f4071cc-317c-49a0-a339-5d21e5304529", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1681361?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "23fa8a6f-e24d-4666-8d31-41f3b6ff5597" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7fc66e66ce897a96ccc9d09702163a1e-269186d80db73b8c-01", - "mise-correlation-id" : "48ca541c-23e0-4230-bd18-a0835e60539e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT" - }, - "Exception" : null - } ], - "variables" : [ "514301", "914755", "80358e" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json deleted file mode 100644 index 804d25fb172a6..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.createOrReplaceTwinSucceedsWhenNoIfNoneHeader[1].json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin023215?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f0ee3537-5c3a-4301-b558-1c25e79c5c4d" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-cf4b468e9994a11405b9755080a58614-0437dd972cf63c28-01", - "mise-correlation-id" : "04e71c86-1d7c-4c11-940b-89e2bb902e46", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin023215. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1627335?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3a0ccb37-2d5a-4581-826a-5cd9bf162ce9" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-bc4103c8b4451419c6320db1e5a2112c-b640cfbe001ea102-01", - "mise-correlation-id" : "ae636580-ceea-4728-9bb4-5c32bffd09d1", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1627335. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1121907?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "a4f32927-c6dc-4bb4-8574-3aea8ad6fe99" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5175453fefcdfd8e93dc325b664de817-f77b94daf72d6f18-01", - "mise-correlation-id" : "2c4d1380-b01a-4b9e-8131-8421635eb145", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1121907. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "042abe0d-37a0-4bb9-9619-b1798df664d4", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-1db3ff71058c93db719d4f6e88b47b3e-1296bbecd4b48ae7-01", - "mise-correlation-id" : "67ec8087-006d-446b-979f-54b500dbbd41", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1121907\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:18.2329217+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin023215?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5cdebd0b-30a0-4147-b6bf-ba88883a3742", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"5cfce32a-3bb3-482f-869f-2e95d039f3e4\"", - "traceresponse" : "00-a0eb89ccc1542928e07a52eeb17e9aa0-2efaed6e3add2bd2-01", - "mise-correlation-id" : "dfa23709-1efa-42b4-955a-334ea5c71b92", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin023215\",\"$etag\":\"W/\\\"5cfce32a-3bb3-482f-869f-2e95d039f3e4\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1121907\",\"$lastUpdateTime\":\"2022-06-29T13:44:18.3034292Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3034292Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3034292Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3034292Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3034292Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin023215?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "db272093-097e-4bb8-b69d-738953070383", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"3cfefec8-e839-4a74-b40b-a6ebd7b3cf33\"", - "traceresponse" : "00-c1c2dfccfbb76053a9a85ed5d15e6f60-90455cbad3ae417c-01", - "mise-correlation-id" : "337a2989-d5a8-4212-b20f-d2fcc87d4292", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin023215\",\"$etag\":\"W/\\\"3cfefec8-e839-4a74-b40b-a6ebd7b3cf33\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1121907\",\"$lastUpdateTime\":\"2022-06-29T13:44:18.3545121Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3545121Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3545121Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3545121Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:18.3545121Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin023215?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9d5cef8c-e7b6-4cb9-bd1c-98c7cce2aa02" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-fd5aa4813b1c1708a7d0126de94ff766-e5d1e937d3a55821-01", - "mise-correlation-id" : "00e4a4dc-49cc-4f9e-8ad6-008571e5c3ac", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1121907?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "97193496-fcc1-48f0-acbb-1ac0baaceffd" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-567f409c1fc1820a09f1c36e73ccdfc7-e38fa8a44b126e1a-01", - "mise-correlation-id" : "3079c927-a560-4d72-9e37-b1c3711f343d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:18 GMT" - }, - "Exception" : null - } ], - "variables" : [ "245437", "849557", "343129" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index ca1973e7ba71b..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin520898?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0281a107-18d1-458c-97c4-4786540da6c5" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0583169195bdda0ee52b41571a7a20bd-45e7f362b18b9933-01", - "mise-correlation-id" : "f8c867d6-2596-4c0c-86df-39da4a699864", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin520898. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1966727?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fdb1727f-89fd-43ff-bea5-1f4f6fa13717" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-744ddfd079b772cedf8f7dad2d5155be-28a66d852308d176-01", - "mise-correlation-id" : "d5759a26-2113-48f3-93dd-d38958593d48", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1966727. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1388939?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "88ed0b56-ea57-49c0-b139-7322b07490b4" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d46c45879382ddd8edfef3576bb7425b-c5d3f34037523779-01", - "mise-correlation-id" : "ad471be9-1dff-4610-bee6-95c9481933d9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1388939. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cff0a952-5987-49ff-99e0-bc21ed22abe1", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-14cb2826b8db79fcd63e68261d2ecb42-34061236c9b85e45-01", - "mise-correlation-id" : "8e5ca589-8163-4555-b0a2-6de07fd31506", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1388939\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:17.6824169+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin520898?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "9515c0ae-76ef-48c4-94e8-b8afb321127f", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"cf878bfc-6553-478c-bcd9-d0e816018a6a\"", - "traceresponse" : "00-608378c98ac43bcfdb5d70db2cb277fa-65691c4a6e2d3e26-01", - "mise-correlation-id" : "8513339b-8f94-479a-8c99-c8f0eefda2a1", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin520898\",\"$etag\":\"W/\\\"cf878bfc-6553-478c-bcd9-d0e816018a6a\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1388939\",\"$lastUpdateTime\":\"2022-06-29T13:44:17.7530366Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.7530366Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.7530366Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.7530366Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.7530366Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin520898?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "01a0405c-c334-4f37-9927-7bcf67220283", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"81c70c7d-f2cd-433b-8f23-54197e52f699\"", - "traceresponse" : "00-33a7ce845a3b4dd9f380683380bff1fd-a4f08b2e9c80b139-01", - "mise-correlation-id" : "392c5bc4-2956-4bff-b63b-a8e6ac1a4234", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin520898?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d31b773b-7b1a-4357-9aa9-b673604b32c9" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-b1c7e5befc377e2d40b88486060ef5f7-e8ffd74e3cd44572-01", - "mise-correlation-id" : "667816d4-171e-42af-bdce-936aa57e4d4b", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"cf878bfc-6553-478c-bcd9-d0e816018a6a\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin520898?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f746968e-de6c-4e33-84c0-7395b96be588" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-642397e64ae1b5d55c65eeabd87235df-c09b5a382309939c-01", - "mise-correlation-id" : "86a4e063-0132-4950-873a-6c876f7b778d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1388939?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aef153d0-0eaa-410e-aa16-6c40b2049089" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d3965e655515314dfe389592f52ad78d-6d3959a37bd18675-01", - "mise-correlation-id" : "27cfab71-ac21-4b7a-8cd2-4f4eec403336", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT" - }, - "Exception" : null - } ], - "variables" : [ "742010", "188949", "500151" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinSucceedsWhenETagMatches[1].json deleted file mode 100644 index a2ddf048485db..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.deleteTwinSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,155 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin457804?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "db980a05-dba2-4612-91fd-93c3cfb4172b" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6ef0e45dbf8ecadc3a72d1c81f9df17e-a4f3ac3b8a2c035d-01", - "mise-correlation-id" : "1e7ebe57-e9fa-44c5-81c9-7c58dc5c72ea", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin457804. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1943483?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b792f565-09de-482d-9b38-3d9f630af331" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0d06dacc6fd7e3c3ba2160eb12c4fa42-0a3371b5312f899e-01", - "mise-correlation-id" : "c41bab99-cd8d-44cc-876a-088851e8f9f3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1943483. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1404299?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "391a591a-3f0d-4456-9d55-df84f4437660" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2cdbc6e994b4008194de505bfbdfd783-14a7778140d679b7-01", - "mise-correlation-id" : "985c233e-409a-42a2-9b8a-e1b485a16416", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1404299. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aac3116a-e576-444c-9de0-5200e2140330", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a1f995f686e017fc0ab991bca5ab6dcb-5b6494a0e5f2c533-01", - "mise-correlation-id" : "84e1f130-8d40-45ea-9831-7452a1718602", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1404299\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:16.0924519+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin457804?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "99409f65-0df8-44c2-b46f-fd4fab32168c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"573e36f8-14e6-4da5-a20e-8943fbd61c1f\"", - "traceresponse" : "00-6f00345db39a7c9c25472b18799c2729-9bca65778d11db35-01", - "mise-correlation-id" : "b161dfef-22ee-45fd-a3e2-f28df9bbec65", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin457804\",\"$etag\":\"W/\\\"573e36f8-14e6-4da5-a20e-8943fbd61c1f\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1404299\",\"$lastUpdateTime\":\"2022-06-29T13:44:16.1608005Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.1608005Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.1608005Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.1608005Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.1608005Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin457804?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d63da41f-c4a1-4194-8bfd-a59430d05e35", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"b1ba30a2-3c4d-4fbc-aadd-b6c852e74252\"", - "traceresponse" : "00-9ef6adbb5855528beda03ff3a2fe8f1e-d4e64fac6c673f74-01", - "mise-correlation-id" : "9edc1cd2-2cae-4944-b239-feae0089f34e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin457804?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "6ecc4ba9-e8e6-4384-8cb2-d02dbf53dbde" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-d5c1130f4879de52dd530977adfd46da-bfd4c3f6d0b24380-01", - "mise-correlation-id" : "db7f4e7b-9f2a-46a1-8a71-0bf9d15ea83f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1404299?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8f635a9-1785-469f-9b35-febffdc32bae" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-a7a9c88ff940fa3d93bc6085ce3e2103-d1f138016baebadb-01", - "mise-correlation-id" : "7ab0f1c4-eea9-49e5-917d-fd9bca54da1f", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT" - }, - "Exception" : null - } ], - "variables" : [ "679026", "165605", "626411" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinLifecycle[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinLifecycle[1].json deleted file mode 100644 index 74e9a69768e73..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinLifecycle[1].json +++ /dev/null @@ -1,195 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin319562?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5389980a-3d75-4fb1-9e60-d34f60dc1045" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-3a431888ab2627dd2862422b555ac531-cb6414fe88c58808-01", - "mise-correlation-id" : "b8c2cfe9-828d-46c1-ab66-1ebf6202376b", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin319562. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1533092?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3af72ed1-563b-45be-9e12-9eaded9bd7e3" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f4d144c6a325698d4bc231843bdfe686-c1bb614dbcc35769-01", - "mise-correlation-id" : "0909246c-8e3e-4baa-a314-4a728050a5fe", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1533092. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1088011?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "f797e370-671e-4195-9b6e-2d3dcbae427a" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-baafa0338ed2c86187c0a9eeada56a7f-ada5b10cb98a7602-01", - "mise-correlation-id" : "5bfbbf39-3a07-4331-ad5a-6ecfabf28458", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1088011. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8a25872a-4d1a-4f4d-ac08-a594b3dff6b6", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2aed726a30dbb030c8f3f6ce93a5edf3-cfc5d78ccdc4eeb2-01", - "mise-correlation-id" : "1dae4785-938e-49c5-8010-366300aaa8e1", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1088011\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:14.9353414+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin319562?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ffdf3080-eb46-43c4-9ede-284b73a1821d", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1896eb69-eede-41f0-ac66-30b935827c27\"", - "traceresponse" : "00-986d701e2200c36cbcb18ad8d14e1a99-f7f10b3ea2231899-01", - "mise-correlation-id" : "56304c9e-87d1-430d-931f-88066decedee", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin319562\",\"$etag\":\"W/\\\"1896eb69-eede-41f0-ac66-30b935827c27\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1088011\",\"$lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin319562?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cdaff18a-feef-4eec-85ae-819af17e174c" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1896eb69-eede-41f0-ac66-30b935827c27\"", - "traceresponse" : "00-4f356ac11d5c95fdfa7c3c8f9e631f0d-ac318a40d222ae83-01", - "mise-correlation-id" : "8edf97ef-dbeb-48ba-9b5a-363e98942df6", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin319562\",\"$etag\":\"W/\\\"1896eb69-eede-41f0-ac66-30b935827c27\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1088011\",\"$lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin319562?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "315db5c8-0c10-40d0-a4cc-77a794892b70", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"66943a97-4fbc-4a24-8e42-4e4dbc8f7e43\"", - "traceresponse" : "00-4814c42f97e363084aa5c9ec79de6999-2e40d177872c7ebc-01", - "mise-correlation-id" : "65017f80-b67f-45fb-8b9d-2c7a70391f12", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin319562?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "4fa70161-f708-42ea-a25f-1ef698f8d59e" - }, - "Response" : { - "content-length" : "416", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"66943a97-4fbc-4a24-8e42-4e4dbc8f7e43\"", - "traceresponse" : "00-94dcc0468c604efcacd0440cf5f5f5d7-b5e2204d9798a13f-01", - "mise-correlation-id" : "a5dcdbb2-9864-40c9-8ebd-8f6b26692d8b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin319562\",\"$etag\":\"W/\\\"66943a97-4fbc-4a24-8e42-4e4dbc8f7e43\\\"\",\"IsOccupied\":true,\"Temperature\":70,\"Humidity\":30,\"$metadata\":{\"$model\":\"dtmi:example:Room;1088011\",\"$lastUpdateTime\":\"2022-06-29T13:44:15.0997462Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0056269Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0997462Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.0997462Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin319562?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7655129e-54c4-448f-b598-fb27e426a2d0" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-f314f648a09a2d87eb0a027d857bdfe4-1e97abbb42e5d094-01", - "mise-correlation-id" : "bb9e523c-9d15-4457-98e3-ffda6848dc9c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1088011?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cada1099-6cf8-4549-88c3-52c79349c39e" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-693e7759aec68d71d966ff3f1809eb31-624f0554299456ba-01", - "mise-correlation-id" : "2052ac1c-ce6d-4e3c-8859-a237019e1d67", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - } ], - "variables" : [ "531784", "755214", "200233" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinWithNumericStringProperty[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinWithNumericStringProperty[1].json deleted file mode 100644 index ca641bd83df12..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.digitalTwinWithNumericStringProperty[1].json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin873721?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c876568-8976-42f3-a413-09811c451d21" - }, - "Response" : { - "content-length" : "269", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-81b9a5bc87da3f5872a8dfb9ffa4b6f5-51c61243b1062590-01", - "mise-correlation-id" : "f487a8a9-da0e-40c4-9229-1cfca48bc559", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID floorTwin873721. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1174406?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f5b5d6c-35c1-40b3-9bc4-0e029ae4de7c" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8edec6c9b6e920157c366b779aa0228f-e62c004db43251ba-01", - "mise-correlation-id" : "51e11317-5804-46ad-9c4e-915f48be2ba6", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1174406. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Hvac;1364362?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "ed8d988b-8d58-4d6b-b829-53244ee619e7" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-2bea7ed01260c901686934a6159b5dc9-ade11033c8217d52-01", - "mise-correlation-id" : "c9f23370-d43d-49bb-b374-c3bd3fd895e9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Hvac;1364362. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1564098?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "fc246c35-5f57-4ffa-82de-7718f7058b67" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-38d53215b292693a8f17df44a50c8c2d-2e2443153e30ba06-01", - "mise-correlation-id" : "8d85a5cf-5881-44f5-9747-64790957b8d9", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1564098. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8e618c15-f708-4551-8aca-3d4bcb8d380e", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "363", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-8050d2ebda289dc2bf13993b51a704de-3e9333a785051a72-01", - "mise-correlation-id" : "2b5cb1ba-17be-4c79-ab04-6aea944c252b", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1564098\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:17.1875434+00:00\"},{\"id\":\"dtmi:example:Floor;1174406\",\"description\":{\"en\":\"Abuildingstory.\"},\"displayName\":{\"en\":\"Floor\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:17.1875836+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin873721?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8b4db8a1-0d8f-4ed8-9a28-666e415460ad", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "435", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"4243255f-7f3f-4769-b1fa-448777d61e8b\"", - "traceresponse" : "00-ad44686728a0c58014d9141d84f7adc0-908e25b59b1b0f3b-01", - "mise-correlation-id" : "b10da85b-cb23-4e11-aafb-329cc51e0185", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"floorTwin873721\",\"$etag\":\"W/\\\"4243255f-7f3f-4769-b1fa-448777d61e8b\\\"\",\"AverageTemperature\":75,\"name\":\"1234\",\"roomType\":\"1234 spacious\",\"$metadata\":{\"$model\":\"dtmi:example:Floor;1174406\",\"$lastUpdateTime\":\"2022-06-29T13:44:17.2582170Z\",\"AverageTemperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.2582170Z\"},\"name\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.2582170Z\"},\"roomType\":{\"lastUpdateTime\":\"2022-06-29T13:44:17.2582170Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1564098?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "8939809e-f9f5-4e9b-9ce9-ce467e49bf6a" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7cf6f90750567a39b8c2cf3819782875-60289a6def4de4c0-01", - "mise-correlation-id" : "b688236c-3666-4f9d-b7d4-3701a5faa271", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/floorTwin873721?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "7a704a1e-be33-4807-ab72-768bef2fa25d" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-03bde512a43b56170e451e482cb0db29-598aa4c663b5a83e-01", - "mise-correlation-id" : "8eab5c7d-a12d-4185-9f93-ee1c5073aa3a", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1174406?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "3d69d6b1-769e-46b9-84b3-15cf88543c47" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-602dc8f408eb21e51a6a6351a321d81d-27c5dc1c6ffb65e9-01", - "mise-correlation-id" : "1fb8fc98-7371-412e-a475-6c1afa03ff99", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:17 GMT" - }, - "Exception" : null - } ], - "variables" : [ "095943", "396628", "586584", "78621b" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinFailsWhenETagDoesNotMatch[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinFailsWhenETagDoesNotMatch[1].json deleted file mode 100644 index 4af866c4ec0f4..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinFailsWhenETagDoesNotMatch[1].json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin255797?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9cbda93-9813-44ad-b714-05237bccbb15" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7b9b266a5ebf04ab51277316a9bb5c54-0671bc09c307f543-01", - "mise-correlation-id" : "a4836da4-c978-45c4-a776-ad6f04d9da35", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin255797. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1028262?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "cae103b1-7c3e-404d-837f-ac70f9e2219e" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-e6333f58e5b183ddb4851f96bd503da7-4683ce96e5be607e-01", - "mise-correlation-id" : "b9090c3f-094e-4847-9c12-2f9e416d84cd", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1028262. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1487257?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9f3865b-3d04-4961-b2de-f5568d075380" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-0e4d94f93743164b42a22dc2569870db-464d2c2b19df334a-01", - "mise-correlation-id" : "bd1431bb-792f-4724-9532-e0b44751d7f3", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1487257. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "147e37ee-8b45-4286-ba30-a7f3d67bbb56", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-02a7bf35f6e7fa395b7b425d7a1727a9-afd59c63924ec015-01", - "mise-correlation-id" : "cc07eaff-4b6d-4c38-b8d0-8eeb2600242b", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1487257\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:16.6206769+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin255797?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "c1648fa8-2099-467b-9ff0-3668a2705bdf", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"06fb0096-27ae-457d-a419-da54df955dee\"", - "traceresponse" : "00-39db7e2560eeb82ea7fef5c2c004af92-2c9030d809cb97cf-01", - "mise-correlation-id" : "7a525c9d-4a7e-420f-b56b-aa24784272d9", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin255797\",\"$etag\":\"W/\\\"06fb0096-27ae-457d-a419-da54df955dee\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1487257\",\"$lastUpdateTime\":\"2022-06-29T13:44:16.6936765Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.6936765Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.6936765Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.6936765Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:16.6936765Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin255797?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5a15fb00-687a-47c7-a247-6c5ac4215f1d", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"bf95867d-4f0e-4d5d-b4e0-a8c5ce979cc0\"", - "traceresponse" : "00-de397efaf651fdf0073ecd5b02fb786a-d75c72d7fac4317c-01", - "mise-correlation-id" : "575f4489-4524-4c14-93b9-e173690219da", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin255797?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "633e44b4-e6e9-4cb5-97af-c17505121402", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "300", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-113a0c50bf1570c2fc1d12e31aa28271-7ed89fb295415a0e-01", - "mise-correlation-id" : "74dc3388-73d2-4c98-a185-1c509448b7ba", - "retry-after" : "0", - "StatusCode" : "412", - "Body" : "{\"error\":{\"code\":\"PreconditionFailed\",\"message\":\"The provided etag W/\\\"06fb0096-27ae-457d-a419-da54df955dee\\\" doesn't match the current etag for the resource. Please obtain and provide the latest etag by getting the resource. See section on get apis in the documentation https://aka.ms/adtv2twins.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin255797?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29d62928-9038-46ee-9ec1-e71578a6bd87" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-514088e563e0a952a488ac6c830c2e82-fd5e3513898becf3-01", - "mise-correlation-id" : "2319f765-a1b8-45f7-938f-b0114ebc007c", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1487257?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "5e8905cc-1985-4b0b-ace8-838edf84f0d3" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-64d98317836ac9ea138fda0203f2718d-b5386987ec7a3888-01", - "mise-correlation-id" : "347624f8-e733-4717-87bc-eb754cc136ca", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:16 GMT" - }, - "Exception" : null - } ], - "variables" : [ "47791a", "240484", "609479" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinSucceedsWhenETagMatches[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinSucceedsWhenETagMatches[1].json deleted file mode 100644 index d9c0e5da3c9dd..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.patchTwinSucceedsWhenETagMatches[1].json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin297583?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "aa8edcb6-0c00-4acf-9d12-38c534631e44" - }, - "Response" : { - "content-length" : "268", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-619f9f41532464b06ab26b3fd906c463-bbccadd004b32137-01", - "mise-correlation-id" : "7f5064c2-7a6b-4d95-ac5a-6e7b4de87a3f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID roomTwin297583. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Floor;1400724?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "49f1f607-7da2-489f-a8f8-6707593d980c" - }, - "Response" : { - "content-length" : "211", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-89bef2203e389f7fe0ac68914c3f8865-d11f9c33ab7147e4-01", - "mise-correlation-id" : "b443c4c6-bb1d-4ff9-bcd6-cf86bea5b9dc", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Floor;1400724. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1255931?includeModelDefinition=true&api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "2e07f4a5-8f0c-4bf8-ad7d-559a6a494f7d" - }, - "Response" : { - "content-length" : "210", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-35f0a9f186dc5d7ad3273b85190bfa50-2f86b10a5b96fbdc-01", - "mise-correlation-id" : "f4642d49-322b-4796-9bc9-65d39bd4211f", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"ModelNotFound\",\"message\":\"There is no Model(s) available that matches the provided id(s) dtmi:example:Room;1255931. Check that the Model ID provided is valid by doing a Model_List API call.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "b8e2b058-57e1-45d9-83f9-d7e9d16d7449", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "187", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-7a8242f1a49ad3e4e8d2168a7d61598f-ff60ffaac2bf24e2-01", - "mise-correlation-id" : "f483494c-6827-4a57-a0fd-490703b2966c", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "[{\"id\":\"dtmi:example:Room;1255931\",\"description\":{\"en\":\"Anenclosureinsideabuilding.\"},\"displayName\":{\"en\":\"Room\"},\"decommissioned\":false,\"uploadTime\":\"2022-06-29T13:44:15.5435944+00:00\"}]", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin297583?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "29df9340-7e38-4121-bde7-cad70f80171c", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "504", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"1e0d6f65-10f3-4d4b-b8aa-8a71913ee21f\"", - "traceresponse" : "00-cfadb365bf93daacd62bc807515b5743-b5f45aa3ba7aed39-01", - "mise-correlation-id" : "f1da5b9a-d0d9-4af2-9daa-268f796c4b52", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"$dtId\":\"roomTwin297583\",\"$etag\":\"W/\\\"1e0d6f65-10f3-4d4b-b8aa-8a71913ee21f\\\"\",\"IsOccupied\":true,\"Temperature\":80,\"Humidity\":25,\"EmployeeId\":\"Employee1\",\"$metadata\":{\"$model\":\"dtmi:example:Room;1255931\",\"$lastUpdateTime\":\"2022-06-29T13:44:15.6162276Z\",\"IsOccupied\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.6162276Z\"},\"Temperature\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.6162276Z\"},\"Humidity\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.6162276Z\"},\"EmployeeId\":{\"lastUpdateTime\":\"2022-06-29T13:44:15.6162276Z\"}}}", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin297583?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "17e90e58-0738-4810-8166-483f904eacbb", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"99793577-cd78-4d59-8a80-9d8523c03b60\"", - "traceresponse" : "00-e93d3bd6b98296cdd8f8c1d24663a586-0fd8ce2a95ec59d2-01", - "mise-correlation-id" : "4c92b4ac-9cab-43cf-b3e4-fabad8d1c76d", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - }, { - "Method" : "PATCH", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin297583?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "34fda949-2ed8-44aa-b2d0-2cfec66d94b7", - "Content-Type" : "application/json-patch+json" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "ETag" : "W/\"8c56da33-af85-4906-bedd-56f95aea7079\"", - "traceresponse" : "00-82f99e456653e7986b7d5a30767de839-300ee9aaf4e90d25-01", - "mise-correlation-id" : "fcfdf6c2-bf15-4af1-ba48-6e37b50e308e", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/roomTwin297583?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "196d7165-2e32-4f20-a742-2c5d50b23918" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-5cd4d67ac13038eff81b499ea5ec0cbb-9bd352359d505730-01", - "mise-correlation-id" : "2d93b036-2cec-4fe2-bb55-05a47e7f0946", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - }, { - "Method" : "DELETE", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/models/dtmi:example:Room;1255931?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "1eea21af-7223-48bd-8486-812fa62ec635" - }, - "Response" : { - "content-length" : "0", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-6467714548859792945111667f08b058-63e8251569b99b6b-01", - "mise-correlation-id" : "73575bb9-4309-4f99-9ab9-dc04f18e27ae", - "retry-after" : "0", - "StatusCode" : "204", - "Date" : "Wed, 29 Jun 2022 13:44:15 GMT" - }, - "Exception" : null - } ], - "variables" : [ "419705", "622946", "477153" ] -} \ No newline at end of file diff --git a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.twinNotExistThrowsNotFoundException[1].json b/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.twinNotExistThrowsNotFoundException[1].json deleted file mode 100644 index c3a2ddbe0e4fa..0000000000000 --- a/sdk/digitaltwins/azure-digitaltwins-core/src/test/resources/session-records/TwinTests.twinNotExistThrowsNotFoundException[1].json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://REDACTED.api.wcus.digitaltwins.azure.net/digitaltwins/a6e7c6a7-d8cd-4b0b-b5b8-6be572c134f0?api-version=2022-05-31", - "Headers" : { - "User-Agent" : "azsdk-java-azure-digitaltwins-core/1.3.0 (12.0.2; Windows 10; 10.0)", - "x-ms-client-request-id" : "0b57e04e-eb45-42e0-80ed-e88fb7ebe531" - }, - "Response" : { - "content-length" : "290", - "Strict-Transport-Security" : "max-age=2592000", - "traceresponse" : "00-725bbc5acf59f807cca7bfbabe9163bd-ef91be5636133070-01", - "mise-correlation-id" : "1305b67e-329c-42c2-9689-834128bc60dd", - "retry-after" : "0", - "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"DigitalTwinNotFound\",\"message\":\"There is no digital twin instance that exists with the ID a6e7c6a7-d8cd-4b0b-b5b8-6be572c134f0. Please verify that the twin id is valid and ensure that the twin is not deleted. See section on querying the twins https://aka.ms/adtv2query.\"}}", - "Date" : "Wed, 29 Jun 2022 13:44:14 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - } ], - "variables" : [ "a6e7c6a7-d8cd-4b0b-b5b8-6be572c134f0" ] -} \ No newline at end of file