Create or update objects from an archive
Create or updates objects from the given archive. Note that because this endpoint processes several kinds of operations, the application/json Content-Type
header is not supported.
An instance can not be both created and deleted in the same archive request. If an instance is to be created with an identifier and the identifier is then included in the deletions
array then the instance will be created and the deletion will be ignored.
1{2 "version": 1,3 "entities": [4 {5 "creationTimeStamp": "2023-03-27T13:58:15.238Z",6 "createdBy": "sasuser",7 "modifiedTimeStamp": "2023-03-27T13:58:15.238Z",8 "modifiedBy": "sasuser",9 "id": "761a6943-429a-4fb7-ac55-24f58a90f354",10 "links": [11 {12 "method": "GET",13 "rel": "self",14 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",15 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",16 "type": "application/vnd.sas.metadata.instance.entity"17 },18 {19 "method": "GET",20 "rel": "alternate",21 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",22 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",23 "type": "application/vnd.sas.summary"24 },25 {26 "method": "GET",27 "rel": "up",28 "href": "/catalog/instances",29 "uri": "/catalog/instances",30 "type": "application/vnd.sas.collection",31 "itemType": "application/vnd.sas.metadata.instance"32 },33 {34 "method": "PATCH",35 "rel": "patch",36 "href": "/catalog/updates/instances/761a6943-429a-4fb7-ac55-24f58a90f354",37 "uri": "/catalog/updates/instances/761a6943-429a-4fb7-ac55-24f58a90f354",38 "type": "application/json-patch",39 "responseType": "application/vnd.sas.metadata.instance.entity"40 },41 {42 "method": "PUT",43 "rel": "update",44 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",45 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",46 "type": "application/vnd.sas.metadata.instance.entity",47 "responseType": "application/vnd.sas.metadata.instance.entity"48 },49 {50 "method": "DELETE",51 "rel": "delete",52 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",53 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354"54 },55 {56 "method": "GET",57 "rel": "definition",58 "href": "/catalog/definitions/02b7102c-e997-465d-9f41-2491c3a4f05b",59 "uri": "/catalog/definitions/02b7102c-e997-465d-9f41-2491c3a4f05b",60 "type": "application/vnd.sas.metadata.definition.entity"61 },62 {63 "method": "GET",64 "rel": "history",65 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354/history",66 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354/history",67 "type": "application/vnd.sas.collection",68 "itemType": "application/vnd.sas.metadata.instance.entity"69 },70 {71 "method": "GET",72 "rel": "resource",73 "href": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR",74 "uri": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR",75 "type": "application/json"76 }77 ],78 "version": 1,79 "instanceType": "entity",80 "definition": "sasTable",81 "name": "AIR",82 "label": "airline data (monthly: JAN49-DEC60)",83 "type": "sasTable",84 "attributes": {85 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",86 "columnCount": 2,87 "completenessPercent": 100,88 "creator": "sas",89 "dataLocale": "ENUSA",90 "dataSize": 131072,91 "dateCreated": "2023-02-27T18:47:09.335Z",92 "dateFieldCount": 1,93 "dateModified": "2023-02-27T18:47:09.335Z",94 "encoding": "us-ascii ASCII (ANSI)",95 "extension": "sas7bdat",96 "isView": false,97 "maxTimeStamp": "1960-12-01T00:00:00.000Z",98 "minTimeStamp": "1949-01-01T00:00:00.000Z",99 "observationFrequency": "monthly",100 "observationFrequencyField": "DATE",101 "reviewStatus": "none",102 "rowCount": 144,103 "runId": "2daf8dad-1110-471a-8ae1-61dd3b66e65b",104 "runStatus": "new",105 "sourceSystem": "SAS"106 },107 "resourceId": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR"108 },109 {110 "creationTimeStamp": "2023-03-27T13:58:15.243Z",111 "createdBy": "sasuser",112 "modifiedTimeStamp": "2023-03-27T13:58:15.243Z",113 "modifiedBy": "sasuser",114 "id": "cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",115 "links": [116 {117 "method": "GET",118 "rel": "self",119 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",120 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",121 "type": "application/vnd.sas.metadata.instance.entity"122 },123 {124 "method": "GET",125 "rel": "alternate",126 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",127 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",128 "type": "application/vnd.sas.summary"129 },130 {131 "method": "GET",132 "rel": "up",133 "href": "/catalog/instances",134 "uri": "/catalog/instances",135 "type": "application/vnd.sas.collection",136 "itemType": "application/vnd.sas.metadata.instance"137 },138 {139 "method": "PATCH",140 "rel": "patch",141 "href": "/catalog/updates/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",142 "uri": "/catalog/updates/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",143 "type": "application/json-patch",144 "responseType": "application/vnd.sas.metadata.instance.entity"145 },146 {147 "method": "PUT",148 "rel": "update",149 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",150 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",151 "type": "application/vnd.sas.metadata.instance.entity",152 "responseType": "application/vnd.sas.metadata.instance.entity"153 },154 {155 "method": "DELETE",156 "rel": "delete",157 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",158 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff"159 },160 {161 "method": "GET",162 "rel": "definition",163 "href": "/catalog/definitions/7aae9eec-77c3-447e-946d-bc60df945e7d",164 "uri": "/catalog/definitions/7aae9eec-77c3-447e-946d-bc60df945e7d",165 "type": "application/vnd.sas.metadata.definition.entity"166 },167 {168 "method": "GET",169 "rel": "history",170 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff/history",171 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff/history",172 "type": "application/vnd.sas.collection",173 "itemType": "application/vnd.sas.metadata.instance.entity"174 },175 {176 "method": "GET",177 "rel": "resource",178 "href": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR/columns/DATE",179 "uri": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR/columns/DATE",180 "type": "application/json"181 }182 ],183 "version": 1,184 "instanceType": "entity",185 "definition": "sasColumn",186 "name": "DATE",187 "type": "sasColumn",188 "attributes": {189 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",190 "bestChartType": "box",191 "cardinalityCount": 144,192 "completenessPercent": 100,193 "dataType": "num",194 "hasOutliers": false,195 "hasUniqueField": true,196 "kurtosis": -1.199992455,197 "leastCommonValue": -3744,198 "max": 335,199 "mean": -1841.791667,200 "median": -1841.5,201 "min": -4017,202 "missingCount": 0,203 "mostCommonValue": 31,204 "nOutliers": 0,205 "ordinalPosition": 1,206 "quantiles25": -2937.5,207 "quantiles50": -1841.5,208 "quantiles75": -745.5,209 "rawLength": 8,210 "sasDataType": "num",211 "sasFormat": "MONYY.",212 "sasFormatFull": "MONYY.",213 "skewness": 0.0000576197,214 "standardDeviation": 1269.6488523,215 "statisticalScale": "id",216 "uniquenessPercent": 100217 },218 "resourceId": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR/columns/DATE"219 },220 {221 "creationTimeStamp": "2023-03-27T13:58:15.241Z",222 "createdBy": "sasuser",223 "modifiedTimeStamp": "2023-03-27T13:58:15.241Z",224 "modifiedBy": "sasuser",225 "id": "be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",226 "links": [227 {228 "method": "GET",229 "rel": "self",230 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",231 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",232 "type": "application/vnd.sas.metadata.instance.entity"233 },234 {235 "method": "GET",236 "rel": "alternate",237 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",238 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",239 "type": "application/vnd.sas.summary"240 },241 {242 "method": "GET",243 "rel": "up",244 "href": "/catalog/instances",245 "uri": "/catalog/instances",246 "type": "application/vnd.sas.collection",247 "itemType": "application/vnd.sas.metadata.instance"248 },249 {250 "method": "PATCH",251 "rel": "patch",252 "href": "/catalog/updates/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",253 "uri": "/catalog/updates/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",254 "type": "application/json-patch",255 "responseType": "application/vnd.sas.metadata.instance.entity"256 },257 {258 "method": "PUT",259 "rel": "update",260 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",261 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",262 "type": "application/vnd.sas.metadata.instance.entity",263 "responseType": "application/vnd.sas.metadata.instance.entity"264 },265 {266 "method": "DELETE",267 "rel": "delete",268 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",269 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70"270 },271 {272 "method": "GET",273 "rel": "definition",274 "href": "/catalog/definitions/7aae9eec-77c3-447e-946d-bc60df945e7d",275 "uri": "/catalog/definitions/7aae9eec-77c3-447e-946d-bc60df945e7d",276 "type": "application/vnd.sas.metadata.definition.entity"277 },278 {279 "method": "GET",280 "rel": "history",281 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70/history",282 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70/history",283 "type": "application/vnd.sas.collection",284 "itemType": "application/vnd.sas.metadata.instance.entity"285 },286 {287 "method": "GET",288 "rel": "resource",289 "href": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR/columns/AIR",290 "uri": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR/columns/AIR",291 "type": "application/json"292 }293 ],294 "version": 1,295 "instanceType": "entity",296 "definition": "sasColumn",297 "name": "AIR",298 "label": "international airline travel (thousands)",299 "description": "international airline travel (thousands)",300 "type": "sasColumn",301 "attributes": {302 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",303 "bestChartType": "box",304 "cardinalityCount": 118,305 "completenessPercent": 100,306 "dataType": "num",307 "hasOutliers": false,308 "hasUniqueField": false,309 "kurtosis": -0.364941862,310 "leastCommonValue": 136,311 "max": 622,312 "mean": 280.29861111,313 "median": 265.5,314 "min": 104,315 "missingCount": 0,316 "mode": 229,317 "mostCommonValue": 472,318 "nOutliers": 0,319 "ordinalPosition": 2,320 "quantiles25": 180,321 "quantiles50": 265.5,322 "quantiles75": 361,323 "rawLength": 8,324 "sasDataType": "num",325 "skewness": 0.5831604862,326 "standardDeviation": 119.96631694,327 "statisticalScale": "interval",328 "uniquenessPercent": 81.944444444329 },330 "resourceId": "/dataTables/dataSources/Compute~fs~f2b691cb-bc16-44f1-babe-e8feb132930f~fs~SASHELP/tables/AIR/columns/AIR"331 },332 {333 "creationTimeStamp": "2023-03-27T13:58:15.246Z",334 "createdBy": "sasuser",335 "modifiedTimeStamp": "2023-03-27T13:58:15.246Z",336 "modifiedBy": "sasuser",337 "id": "2929ff23-410c-4c50-b99d-aeb66443c6be",338 "links": [339 {340 "method": "GET",341 "rel": "self",342 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",343 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",344 "type": "application/vnd.sas.metadata.instance.entity"345 },346 {347 "method": "GET",348 "rel": "alternate",349 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",350 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",351 "type": "application/vnd.sas.summary"352 },353 {354 "method": "GET",355 "rel": "up",356 "href": "/catalog/instances",357 "uri": "/catalog/instances",358 "type": "application/vnd.sas.collection",359 "itemType": "application/vnd.sas.metadata.instance"360 },361 {362 "method": "PATCH",363 "rel": "patch",364 "href": "/catalog/updates/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",365 "uri": "/catalog/updates/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",366 "type": "application/json-patch",367 "responseType": "application/vnd.sas.metadata.instance.entity"368 },369 {370 "method": "PUT",371 "rel": "update",372 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",373 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",374 "type": "application/vnd.sas.metadata.instance.entity",375 "responseType": "application/vnd.sas.metadata.instance.entity"376 },377 {378 "method": "DELETE",379 "rel": "delete",380 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",381 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be"382 },383 {384 "method": "GET",385 "rel": "definition",386 "href": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",387 "uri": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",388 "type": "application/vnd.sas.metadata.definition.entity"389 },390 {391 "method": "GET",392 "rel": "history",393 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be/history",394 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be/history",395 "type": "application/vnd.sas.collection",396 "itemType": "application/vnd.sas.metadata.instance.entity"397 },398 {399 "method": "GET",400 "rel": "resource",401 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",402 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",403 "type": "application/json"404 }405 ],406 "version": 1,407 "instanceType": "entity",408 "definition": "valueCountCollection",409 "type": "valueCountCollection",410 "attributes": {411 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",412 "values": [413 {414 "characterValue": null,415 "count": 1,416 "numericValue": -3897,417 "rank": 2418 },419 {420 "characterValue": null,421 "count": 1,422 "numericValue": -3713,423 "rank": 3424 },425 {426 "characterValue": null,427 "count": 1,428 "numericValue": -3593,429 "rank": 11430 },431 {432 "characterValue": null,433 "count": 1,434 "numericValue": -3683,435 "rank": 4436 },437 {438 "characterValue": null,439 "count": 1,440 "numericValue": -3866,441 "rank": 5442 },443 {444 "characterValue": null,445 "count": 1,446 "numericValue": -3958,447 "rank": 6448 },449 {450 "characterValue": null,451 "count": 1,452 "numericValue": -3652,453 "rank": 7454 },455 {456 "characterValue": null,457 "count": 1,458 "numericValue": -3744,459 "rank": 1460 },461 {462 "characterValue": null,463 "count": 1,464 "numericValue": -3440,465 "rank": 8466 },467 {468 "characterValue": null,469 "count": 1,470 "numericValue": -3621,471 "rank": 9472 },473 {474 "characterValue": null,475 "count": 1,476 "numericValue": -3836,477 "rank": 10478 },479 {480 "characterValue": null,481 "count": 1,482 "numericValue": -3562,483 "rank": 12484 },485 {486 "characterValue": null,487 "count": 1,488 "numericValue": -3805,489 "rank": 14490 },491 {492 "characterValue": null,493 "count": 1,494 "numericValue": -3927,495 "rank": 13496 },497 {498 "characterValue": null,499 "count": 1,500 "numericValue": -3986,501 "rank": 15502 },503 {504 "characterValue": null,505 "count": 1,506 "numericValue": -4017,507 "rank": 16508 },509 {510 "characterValue": null,511 "count": 1,512 "numericValue": -3532,513 "rank": 17514 },515 {516 "characterValue": null,517 "count": 1,518 "numericValue": -3774,519 "rank": 19520 },521 {522 "characterValue": null,523 "count": 1,524 "numericValue": -3501,525 "rank": 18526 },527 {528 "characterValue": null,529 "count": 1,530 "numericValue": -3471,531 "rank": 20532 }533 ]534 },535 "resourceId": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be"536 },537 {538 "creationTimeStamp": "2023-03-27T13:58:15.248Z",539 "createdBy": "sasuser",540 "modifiedTimeStamp": "2023-03-27T13:58:15.248Z",541 "modifiedBy": "sasuser",542 "id": "6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",543 "links": [544 {545 "method": "GET",546 "rel": "self",547 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",548 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",549 "type": "application/vnd.sas.metadata.instance.entity"550 },551 {552 "method": "GET",553 "rel": "alternate",554 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",555 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",556 "type": "application/vnd.sas.summary"557 },558 {559 "method": "GET",560 "rel": "up",561 "href": "/catalog/instances",562 "uri": "/catalog/instances",563 "type": "application/vnd.sas.collection",564 "itemType": "application/vnd.sas.metadata.instance"565 },566 {567 "method": "PATCH",568 "rel": "patch",569 "href": "/catalog/updates/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",570 "uri": "/catalog/updates/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",571 "type": "application/json-patch",572 "responseType": "application/vnd.sas.metadata.instance.entity"573 },574 {575 "method": "PUT",576 "rel": "update",577 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",578 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",579 "type": "application/vnd.sas.metadata.instance.entity",580 "responseType": "application/vnd.sas.metadata.instance.entity"581 },582 {583 "method": "DELETE",584 "rel": "delete",585 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",586 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da"587 },588 {589 "method": "GET",590 "rel": "definition",591 "href": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",592 "uri": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",593 "type": "application/vnd.sas.metadata.definition.entity"594 },595 {596 "method": "GET",597 "rel": "history",598 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da/history",599 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da/history",600 "type": "application/vnd.sas.collection",601 "itemType": "application/vnd.sas.metadata.instance.entity"602 },603 {604 "method": "GET",605 "rel": "resource",606 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",607 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",608 "type": "application/json"609 }610 ],611 "version": 1,612 "instanceType": "entity",613 "definition": "valueCountCollection",614 "type": "valueCountCollection",615 "attributes": {616 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",617 "values": [618 {619 "characterValue": null,620 "count": 1,621 "numericValue": -122,622 "rank": 2623 },624 {625 "characterValue": null,626 "count": 1,627 "numericValue": 60,628 "rank": 3629 },630 {631 "characterValue": null,632 "count": 1,633 "numericValue": 182,634 "rank": 11635 },636 {637 "characterValue": null,638 "count": 1,639 "numericValue": 91,640 "rank": 4641 },642 {643 "characterValue": null,644 "count": 1,645 "numericValue": -92,646 "rank": 5647 },648 {649 "characterValue": null,650 "count": 1,651 "numericValue": -184,652 "rank": 6653 },654 {655 "characterValue": null,656 "count": 1,657 "numericValue": 121,658 "rank": 7659 },660 {661 "characterValue": null,662 "count": 1,663 "numericValue": 31,664 "rank": 1665 },666 {667 "characterValue": null,668 "count": 1,669 "numericValue": 335,670 "rank": 8671 },672 {673 "characterValue": null,674 "count": 1,675 "numericValue": 152,676 "rank": 9677 },678 {679 "characterValue": null,680 "count": 1,681 "numericValue": -61,682 "rank": 10683 },684 {685 "characterValue": null,686 "count": 1,687 "numericValue": 213,688 "rank": 12689 },690 {691 "characterValue": null,692 "count": 1,693 "numericValue": -31,694 "rank": 14695 },696 {697 "characterValue": null,698 "count": 1,699 "numericValue": -153,700 "rank": 13701 },702 {703 "characterValue": null,704 "count": 1,705 "numericValue": -214,706 "rank": 15707 },708 {709 "characterValue": null,710 "count": 1,711 "numericValue": -245,712 "rank": 16713 },714 {715 "characterValue": null,716 "count": 1,717 "numericValue": 244,718 "rank": 17719 },720 {721 "characterValue": null,722 "count": 1,723 "numericValue": 0,724 "rank": 19725 },726 {727 "characterValue": null,728 "count": 1,729 "numericValue": 274,730 "rank": 18731 },732 {733 "characterValue": null,734 "count": 1,735 "numericValue": 305,736 "rank": 20737 }738 ]739 },740 "resourceId": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da"741 },742 {743 "creationTimeStamp": "2023-03-27T13:58:15.244Z",744 "createdBy": "sasuser",745 "modifiedTimeStamp": "2023-03-27T13:58:15.244Z",746 "modifiedBy": "sasuser",747 "id": "31e2706d-1274-44ac-84b4-87d48c9cdf3b",748 "links": [749 {750 "method": "GET",751 "rel": "self",752 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",753 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",754 "type": "application/vnd.sas.metadata.instance.entity"755 },756 {757 "method": "GET",758 "rel": "alternate",759 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",760 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",761 "type": "application/vnd.sas.summary"762 },763 {764 "method": "GET",765 "rel": "up",766 "href": "/catalog/instances",767 "uri": "/catalog/instances",768 "type": "application/vnd.sas.collection",769 "itemType": "application/vnd.sas.metadata.instance"770 },771 {772 "method": "PATCH",773 "rel": "patch",774 "href": "/catalog/updates/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",775 "uri": "/catalog/updates/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",776 "type": "application/json-patch",777 "responseType": "application/vnd.sas.metadata.instance.entity"778 },779 {780 "method": "PUT",781 "rel": "update",782 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",783 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",784 "type": "application/vnd.sas.metadata.instance.entity",785 "responseType": "application/vnd.sas.metadata.instance.entity"786 },787 {788 "method": "DELETE",789 "rel": "delete",790 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",791 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b"792 },793 {794 "method": "GET",795 "rel": "definition",796 "href": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",797 "uri": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",798 "type": "application/vnd.sas.metadata.definition.entity"799 },800 {801 "method": "GET",802 "rel": "history",803 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b/history",804 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b/history",805 "type": "application/vnd.sas.collection",806 "itemType": "application/vnd.sas.metadata.instance.entity"807 },808 {809 "method": "GET",810 "rel": "resource",811 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",812 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",813 "type": "application/json"814 }815 ],816 "version": 1,817 "instanceType": "entity",818 "definition": "valueCountCollection",819 "type": "valueCountCollection",820 "attributes": {821 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",822 "values": [823 {824 "characterValue": null,825 "count": 1,826 "numericValue": 104,827 "rank": 17828 },829 {830 "characterValue": null,831 "count": 1,832 "numericValue": 114,833 "rank": 16834 },835 {836 "characterValue": null,837 "count": 1,838 "numericValue": 125,839 "rank": 3840 },841 {842 "characterValue": null,843 "count": 1,844 "numericValue": 136,845 "rank": 1846 },847 {848 "characterValue": null,849 "count": 1,850 "numericValue": 126,851 "rank": 10852 },853 {854 "characterValue": null,855 "count": 1,856 "numericValue": 119,857 "rank": 12858 },859 {860 "characterValue": null,861 "count": 1,862 "numericValue": 141,863 "rank": 14864 },865 {866 "characterValue": null,867 "count": 2,868 "numericValue": 118,869 "rank": 20870 },871 {872 "characterValue": null,873 "count": 2,874 "numericValue": 135,875 "rank": 19876 },877 {878 "characterValue": null,879 "count": 1,880 "numericValue": 133,881 "rank": 2882 },883 {884 "characterValue": null,885 "count": 1,886 "numericValue": 145,887 "rank": 9888 },889 {890 "characterValue": null,891 "count": 1,892 "numericValue": 140,893 "rank": 7894 },895 {896 "characterValue": null,897 "count": 1,898 "numericValue": 146,899 "rank": 4900 },901 {902 "characterValue": null,903 "count": 1,904 "numericValue": 129,905 "rank": 13906 },907 {908 "characterValue": null,909 "count": 1,910 "numericValue": 112,911 "rank": 15912 },913 {914 "characterValue": null,915 "count": 2,916 "numericValue": 148,917 "rank": 18918 },919 {920 "characterValue": null,921 "count": 1,922 "numericValue": 149,923 "rank": 11924 },925 {926 "characterValue": null,927 "count": 1,928 "numericValue": 132,929 "rank": 8930 },931 {932 "characterValue": null,933 "count": 1,934 "numericValue": 121,935 "rank": 6936 },937 {938 "characterValue": null,939 "count": 1,940 "numericValue": 115,941 "rank": 5942 }943 ]944 },945 "resourceId": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b"946 },947 {948 "creationTimeStamp": "2023-03-27T13:58:15.247Z",949 "createdBy": "sasuser",950 "modifiedTimeStamp": "2023-03-27T13:58:15.247Z",951 "modifiedBy": "sasuser",952 "id": "01f95f5e-0be9-4de7-b936-cc1feb5630da",953 "links": [954 {955 "method": "GET",956 "rel": "self",957 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",958 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",959 "type": "application/vnd.sas.metadata.instance.entity"960 },961 {962 "method": "GET",963 "rel": "alternate",964 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",965 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",966 "type": "application/vnd.sas.summary"967 },968 {969 "method": "GET",970 "rel": "up",971 "href": "/catalog/instances",972 "uri": "/catalog/instances",973 "type": "application/vnd.sas.collection",974 "itemType": "application/vnd.sas.metadata.instance"975 },976 {977 "method": "PATCH",978 "rel": "patch",979 "href": "/catalog/updates/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",980 "uri": "/catalog/updates/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",981 "type": "application/json-patch",982 "responseType": "application/vnd.sas.metadata.instance.entity"983 },984 {985 "method": "PUT",986 "rel": "update",987 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",988 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",989 "type": "application/vnd.sas.metadata.instance.entity",990 "responseType": "application/vnd.sas.metadata.instance.entity"991 },992 {993 "method": "DELETE",994 "rel": "delete",995 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",996 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da"997 },998 {999 "method": "GET",1000 "rel": "definition",1001 "href": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",1002 "uri": "/catalog/definitions/f1ab914d-cd28-4f1a-a979-16c8abfc894d",1003 "type": "application/vnd.sas.metadata.definition.entity"1004 },1005 {1006 "method": "GET",1007 "rel": "history",1008 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da/history",1009 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da/history",1010 "type": "application/vnd.sas.collection",1011 "itemType": "application/vnd.sas.metadata.instance.entity"1012 },1013 {1014 "method": "GET",1015 "rel": "resource",1016 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",1017 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",1018 "type": "application/json"1019 }1020 ],1021 "version": 1,1022 "instanceType": "entity",1023 "definition": "valueCountCollection",1024 "type": "valueCountCollection",1025 "attributes": {1026 "analysisTimeStamp": "2023-03-27T13:58:13.76Z",1027 "values": [1028 {1029 "characterValue": null,1030 "count": 1,1031 "numericValue": 417,1032 "rank": 171033 },1034 {1035 "characterValue": null,1036 "count": 1,1037 "numericValue": 535,1038 "rank": 161039 },1040 {1041 "characterValue": null,1042 "count": 1,1043 "numericValue": 505,1044 "rank": 31045 },1046 {1047 "characterValue": null,1048 "count": 2,1049 "numericValue": 472,1050 "rank": 11051 },1052 {1053 "characterValue": null,1054 "count": 1,1055 "numericValue": 467,1056 "rank": 101057 },1058 {1059 "characterValue": null,1060 "count": 1,1061 "numericValue": 463,1062 "rank": 121063 },1064 {1065 "characterValue": null,1066 "count": 1,1067 "numericValue": 432,1068 "rank": 141069 },1070 {1071 "characterValue": null,1072 "count": 1,1073 "numericValue": 413,1074 "rank": 201075 },1076 {1077 "characterValue": null,1078 "count": 1,1079 "numericValue": 422,1080 "rank": 191081 },1082 {1083 "characterValue": null,1084 "count": 2,1085 "numericValue": 461,1086 "rank": 21087 },1088 {1089 "characterValue": null,1090 "count": 1,1091 "numericValue": 508,1092 "rank": 91093 },1094 {1095 "characterValue": null,1096 "count": 1,1097 "numericValue": 435,1098 "rank": 71099 },1100 {1101 "characterValue": null,1102 "count": 1,1103 "numericValue": 606,1104 "rank": 41105 },1106 {1107 "characterValue": null,1108 "count": 1,1109 "numericValue": 622,1110 "rank": 131111 },1112 {1113 "characterValue": null,1114 "count": 1,1115 "numericValue": 465,1116 "rank": 151117 },1118 {1119 "characterValue": null,1120 "count": 1,1121 "numericValue": 419,1122 "rank": 181123 },1124 {1125 "characterValue": null,1126 "count": 1,1127 "numericValue": 548,1128 "rank": 111129 },1130 {1131 "characterValue": null,1132 "count": 1,1133 "numericValue": 491,1134 "rank": 81135 },1136 {1137 "characterValue": null,1138 "count": 1,1139 "numericValue": 420,1140 "rank": 61141 },1142 {1143 "characterValue": null,1144 "count": 1,1145 "numericValue": 559,1146 "rank": 51147 }1148 ]1149 },1150 "resourceId": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da"1151 }1152 ],1153 "relationships": [1154 {1155 "creationTimeStamp": "2023-03-27T13:58:15.252Z",1156 "createdBy": "sasuser",1157 "modifiedTimeStamp": "2023-03-27T13:58:15.252Z",1158 "modifiedBy": "sasuser",1159 "id": "26567402-b6fc-456b-b43c-b110ea4d0f74",1160 "links": [1161 {1162 "method": "GET",1163 "rel": "self",1164 "href": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1165 "uri": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1166 "type": "application/vnd.sas.metadata.instance.relationship"1167 },1168 {1169 "method": "GET",1170 "rel": "alternate",1171 "href": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1172 "uri": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1173 "type": "application/vnd.sas.summary"1174 },1175 {1176 "method": "GET",1177 "rel": "up",1178 "href": "/catalog/instances",1179 "uri": "/catalog/instances",1180 "type": "application/vnd.sas.collection",1181 "itemType": "application/vnd.sas.metadata.instance"1182 },1183 {1184 "method": "PATCH",1185 "rel": "patch",1186 "href": "/catalog/updates/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1187 "uri": "/catalog/updates/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1188 "type": "application/json-patch",1189 "responseType": "application/vnd.sas.metadata.instance.relationship"1190 },1191 {1192 "method": "PUT",1193 "rel": "update",1194 "href": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1195 "uri": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1196 "type": "application/vnd.sas.metadata.instance.relationship",1197 "responseType": "application/vnd.sas.metadata.instance.relationship"1198 },1199 {1200 "method": "DELETE",1201 "rel": "delete",1202 "href": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74",1203 "uri": "/catalog/instances/26567402-b6fc-456b-b43c-b110ea4d0f74"1204 },1205 {1206 "method": "GET",1207 "rel": "endpoint1",1208 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1209 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1210 "type": "application/vnd.sas.metadata.instance.entity"1211 },1212 {1213 "method": "GET",1214 "rel": "endpoint2",1215 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1216 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1217 "type": "application/vnd.sas.metadata.instance.entity"1218 },1219 {1220 "method": "GET",1221 "rel": "definition",1222 "href": "/catalog/definitions/4e7ee014-5234-422b-acf1-18ca08ff1c4e",1223 "uri": "/catalog/definitions/4e7ee014-5234-422b-acf1-18ca08ff1c4e",1224 "type": "application/vnd.sas.metadata.definition.relationship"1225 }1226 ],1227 "version": 1,1228 "instanceType": "relationship",1229 "definition": "dataSetDataFields",1230 "type": "dataSetDataFields",1231 "endpoint1Id": "761a6943-429a-4fb7-ac55-24f58a90f354",1232 "endpoint1Uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1233 "endpoint2Id": "cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1234 "endpoint2Uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff"1235 },1236 {1237 "creationTimeStamp": "2023-03-27T13:58:15.254Z",1238 "createdBy": "sasuser",1239 "modifiedTimeStamp": "2023-03-27T13:58:15.254Z",1240 "modifiedBy": "sasuser",1241 "id": "e941af17-7f83-4507-9382-0424c202f306",1242 "links": [1243 {1244 "method": "GET",1245 "rel": "self",1246 "href": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1247 "uri": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1248 "type": "application/vnd.sas.metadata.instance.relationship"1249 },1250 {1251 "method": "GET",1252 "rel": "alternate",1253 "href": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1254 "uri": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1255 "type": "application/vnd.sas.summary"1256 },1257 {1258 "method": "GET",1259 "rel": "up",1260 "href": "/catalog/instances",1261 "uri": "/catalog/instances",1262 "type": "application/vnd.sas.collection",1263 "itemType": "application/vnd.sas.metadata.instance"1264 },1265 {1266 "method": "PATCH",1267 "rel": "patch",1268 "href": "/catalog/updates/instances/e941af17-7f83-4507-9382-0424c202f306",1269 "uri": "/catalog/updates/instances/e941af17-7f83-4507-9382-0424c202f306",1270 "type": "application/json-patch",1271 "responseType": "application/vnd.sas.metadata.instance.relationship"1272 },1273 {1274 "method": "PUT",1275 "rel": "update",1276 "href": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1277 "uri": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1278 "type": "application/vnd.sas.metadata.instance.relationship",1279 "responseType": "application/vnd.sas.metadata.instance.relationship"1280 },1281 {1282 "method": "DELETE",1283 "rel": "delete",1284 "href": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306",1285 "uri": "/catalog/instances/e941af17-7f83-4507-9382-0424c202f306"1286 },1287 {1288 "method": "GET",1289 "rel": "endpoint1",1290 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1291 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1292 "type": "application/vnd.sas.metadata.instance.entity"1293 },1294 {1295 "method": "GET",1296 "rel": "endpoint2",1297 "href": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",1298 "uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da",1299 "type": "application/vnd.sas.metadata.instance.entity"1300 },1301 {1302 "method": "GET",1303 "rel": "definition",1304 "href": "/catalog/definitions/dbef2435-999b-4409-9230-1ea080d928f6",1305 "uri": "/catalog/definitions/dbef2435-999b-4409-9230-1ea080d928f6",1306 "type": "application/vnd.sas.metadata.definition.relationship"1307 }1308 ],1309 "version": 1,1310 "instanceType": "relationship",1311 "definition": "topNCollectionsForDataField",1312 "type": "topNCollectionsForDataField",1313 "endpoint1Id": "be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1314 "endpoint1Uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1315 "endpoint2Id": "01f95f5e-0be9-4de7-b936-cc1feb5630da",1316 "endpoint2Uri": "/catalog/instances/01f95f5e-0be9-4de7-b936-cc1feb5630da"1317 },1318 {1319 "creationTimeStamp": "2023-03-27T13:58:15.255Z",1320 "createdBy": "sasuser",1321 "modifiedTimeStamp": "2023-03-27T13:58:15.255Z",1322 "modifiedBy": "sasuser",1323 "id": "caebacca-916f-4b08-bb1e-f6ab2f807a4f",1324 "links": [1325 {1326 "method": "GET",1327 "rel": "self",1328 "href": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1329 "uri": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1330 "type": "application/vnd.sas.metadata.instance.relationship"1331 },1332 {1333 "method": "GET",1334 "rel": "alternate",1335 "href": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1336 "uri": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1337 "type": "application/vnd.sas.summary"1338 },1339 {1340 "method": "GET",1341 "rel": "up",1342 "href": "/catalog/instances",1343 "uri": "/catalog/instances",1344 "type": "application/vnd.sas.collection",1345 "itemType": "application/vnd.sas.metadata.instance"1346 },1347 {1348 "method": "PATCH",1349 "rel": "patch",1350 "href": "/catalog/updates/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1351 "uri": "/catalog/updates/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1352 "type": "application/json-patch",1353 "responseType": "application/vnd.sas.metadata.instance.relationship"1354 },1355 {1356 "method": "PUT",1357 "rel": "update",1358 "href": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1359 "uri": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1360 "type": "application/vnd.sas.metadata.instance.relationship",1361 "responseType": "application/vnd.sas.metadata.instance.relationship"1362 },1363 {1364 "method": "DELETE",1365 "rel": "delete",1366 "href": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f",1367 "uri": "/catalog/instances/caebacca-916f-4b08-bb1e-f6ab2f807a4f"1368 },1369 {1370 "method": "GET",1371 "rel": "endpoint1",1372 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1373 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1374 "type": "application/vnd.sas.metadata.instance.entity"1375 },1376 {1377 "method": "GET",1378 "rel": "endpoint2",1379 "href": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",1380 "uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",1381 "type": "application/vnd.sas.metadata.instance.entity"1382 },1383 {1384 "method": "GET",1385 "rel": "definition",1386 "href": "/catalog/definitions/dbef2435-999b-4409-9230-1ea080d928f6",1387 "uri": "/catalog/definitions/dbef2435-999b-4409-9230-1ea080d928f6",1388 "type": "application/vnd.sas.metadata.definition.relationship"1389 }1390 ],1391 "version": 1,1392 "instanceType": "relationship",1393 "definition": "topNCollectionsForDataField",1394 "type": "topNCollectionsForDataField",1395 "endpoint1Id": "cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1396 "endpoint1Uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1397 "endpoint2Id": "6f3f9f8b-5ec9-422b-888c-ad8d5a3726da",1398 "endpoint2Uri": "/catalog/instances/6f3f9f8b-5ec9-422b-888c-ad8d5a3726da"1399 },1400 {1401 "creationTimeStamp": "2023-03-27T13:58:15.254Z",1402 "createdBy": "sasuser",1403 "modifiedTimeStamp": "2023-03-27T13:58:15.254Z",1404 "modifiedBy": "sasuser",1405 "id": "bd139edc-1d62-42e2-b44d-7a78fd164448",1406 "links": [1407 {1408 "method": "GET",1409 "rel": "self",1410 "href": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1411 "uri": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1412 "type": "application/vnd.sas.metadata.instance.relationship"1413 },1414 {1415 "method": "GET",1416 "rel": "alternate",1417 "href": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1418 "uri": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1419 "type": "application/vnd.sas.summary"1420 },1421 {1422 "method": "GET",1423 "rel": "up",1424 "href": "/catalog/instances",1425 "uri": "/catalog/instances",1426 "type": "application/vnd.sas.collection",1427 "itemType": "application/vnd.sas.metadata.instance"1428 },1429 {1430 "method": "PATCH",1431 "rel": "patch",1432 "href": "/catalog/updates/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1433 "uri": "/catalog/updates/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1434 "type": "application/json-patch",1435 "responseType": "application/vnd.sas.metadata.instance.relationship"1436 },1437 {1438 "method": "PUT",1439 "rel": "update",1440 "href": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1441 "uri": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1442 "type": "application/vnd.sas.metadata.instance.relationship",1443 "responseType": "application/vnd.sas.metadata.instance.relationship"1444 },1445 {1446 "method": "DELETE",1447 "rel": "delete",1448 "href": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448",1449 "uri": "/catalog/instances/bd139edc-1d62-42e2-b44d-7a78fd164448"1450 },1451 {1452 "method": "GET",1453 "rel": "endpoint1",1454 "href": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1455 "uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1456 "type": "application/vnd.sas.metadata.instance.entity"1457 },1458 {1459 "method": "GET",1460 "rel": "endpoint2",1461 "href": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",1462 "uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be",1463 "type": "application/vnd.sas.metadata.instance.entity"1464 },1465 {1466 "method": "GET",1467 "rel": "definition",1468 "href": "/catalog/definitions/f8f74ee2-1866-41b3-8dbc-9dfeef4a8025",1469 "uri": "/catalog/definitions/f8f74ee2-1866-41b3-8dbc-9dfeef4a8025",1470 "type": "application/vnd.sas.metadata.definition.relationship"1471 }1472 ],1473 "version": 1,1474 "instanceType": "relationship",1475 "definition": "bottomNCollectionsForDataField",1476 "type": "bottomNCollectionsForDataField",1477 "endpoint1Id": "cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1478 "endpoint1Uri": "/catalog/instances/cbbc1f18-10a8-1341-b0e8-c66ae0cc75ff",1479 "endpoint2Id": "2929ff23-410c-4c50-b99d-aeb66443c6be",1480 "endpoint2Uri": "/catalog/instances/2929ff23-410c-4c50-b99d-aeb66443c6be"1481 },1482 {1483 "creationTimeStamp": "2023-03-27T13:58:15.253Z",1484 "createdBy": "sasuser",1485 "modifiedTimeStamp": "2023-03-27T13:58:15.253Z",1486 "modifiedBy": "sasuser",1487 "id": "6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1488 "links": [1489 {1490 "method": "GET",1491 "rel": "self",1492 "href": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1493 "uri": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1494 "type": "application/vnd.sas.metadata.instance.relationship"1495 },1496 {1497 "method": "GET",1498 "rel": "alternate",1499 "href": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1500 "uri": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1501 "type": "application/vnd.sas.summary"1502 },1503 {1504 "method": "GET",1505 "rel": "up",1506 "href": "/catalog/instances",1507 "uri": "/catalog/instances",1508 "type": "application/vnd.sas.collection",1509 "itemType": "application/vnd.sas.metadata.instance"1510 },1511 {1512 "method": "PATCH",1513 "rel": "patch",1514 "href": "/catalog/updates/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1515 "uri": "/catalog/updates/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1516 "type": "application/json-patch",1517 "responseType": "application/vnd.sas.metadata.instance.relationship"1518 },1519 {1520 "method": "PUT",1521 "rel": "update",1522 "href": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1523 "uri": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1524 "type": "application/vnd.sas.metadata.instance.relationship",1525 "responseType": "application/vnd.sas.metadata.instance.relationship"1526 },1527 {1528 "method": "DELETE",1529 "rel": "delete",1530 "href": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64",1531 "uri": "/catalog/instances/6bc59c42-3bea-4245-a045-bbdfb9bc2d64"1532 },1533 {1534 "method": "GET",1535 "rel": "endpoint1",1536 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1537 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1538 "type": "application/vnd.sas.metadata.instance.entity"1539 },1540 {1541 "method": "GET",1542 "rel": "endpoint2",1543 "href": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",1544 "uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b",1545 "type": "application/vnd.sas.metadata.instance.entity"1546 },1547 {1548 "method": "GET",1549 "rel": "definition",1550 "href": "/catalog/definitions/f8f74ee2-1866-41b3-8dbc-9dfeef4a8025",1551 "uri": "/catalog/definitions/f8f74ee2-1866-41b3-8dbc-9dfeef4a8025",1552 "type": "application/vnd.sas.metadata.definition.relationship"1553 }1554 ],1555 "version": 1,1556 "instanceType": "relationship",1557 "definition": "bottomNCollectionsForDataField",1558 "type": "bottomNCollectionsForDataField",1559 "endpoint1Id": "be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1560 "endpoint1Uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1561 "endpoint2Id": "31e2706d-1274-44ac-84b4-87d48c9cdf3b",1562 "endpoint2Uri": "/catalog/instances/31e2706d-1274-44ac-84b4-87d48c9cdf3b"1563 },1564 {1565 "creationTimeStamp": "2023-03-27T13:58:15.251Z",1566 "createdBy": "sasuser",1567 "modifiedTimeStamp": "2023-03-27T13:58:15.251Z",1568 "modifiedBy": "sasuser",1569 "id": "55419c19-5cfe-4314-b6e7-72a93447e8a0",1570 "links": [1571 {1572 "method": "GET",1573 "rel": "self",1574 "href": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1575 "uri": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1576 "type": "application/vnd.sas.metadata.instance.relationship"1577 },1578 {1579 "method": "GET",1580 "rel": "alternate",1581 "href": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1582 "uri": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1583 "type": "application/vnd.sas.summary"1584 },1585 {1586 "method": "GET",1587 "rel": "up",1588 "href": "/catalog/instances",1589 "uri": "/catalog/instances",1590 "type": "application/vnd.sas.collection",1591 "itemType": "application/vnd.sas.metadata.instance"1592 },1593 {1594 "method": "PATCH",1595 "rel": "patch",1596 "href": "/catalog/updates/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1597 "uri": "/catalog/updates/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1598 "type": "application/json-patch",1599 "responseType": "application/vnd.sas.metadata.instance.relationship"1600 },1601 {1602 "method": "PUT",1603 "rel": "update",1604 "href": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1605 "uri": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1606 "type": "application/vnd.sas.metadata.instance.relationship",1607 "responseType": "application/vnd.sas.metadata.instance.relationship"1608 },1609 {1610 "method": "DELETE",1611 "rel": "delete",1612 "href": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0",1613 "uri": "/catalog/instances/55419c19-5cfe-4314-b6e7-72a93447e8a0"1614 },1615 {1616 "method": "GET",1617 "rel": "endpoint1",1618 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1619 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1620 "type": "application/vnd.sas.metadata.instance.entity"1621 },1622 {1623 "method": "GET",1624 "rel": "endpoint2",1625 "href": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1626 "uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1627 "type": "application/vnd.sas.metadata.instance.entity"1628 },1629 {1630 "method": "GET",1631 "rel": "definition",1632 "href": "/catalog/definitions/4e7ee014-5234-422b-acf1-18ca08ff1c4e",1633 "uri": "/catalog/definitions/4e7ee014-5234-422b-acf1-18ca08ff1c4e",1634 "type": "application/vnd.sas.metadata.definition.relationship"1635 }1636 ],1637 "version": 1,1638 "instanceType": "relationship",1639 "definition": "dataSetDataFields",1640 "type": "dataSetDataFields",1641 "endpoint1Id": "761a6943-429a-4fb7-ac55-24f58a90f354",1642 "endpoint1Uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1643 "endpoint2Id": "be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70",1644 "endpoint2Uri": "/catalog/instances/be8e0ff1-58d4-1644-bdde-fd3c8e7b8a70"1645 },1646 {1647 "creationTimeStamp": "2023-03-27T13:58:15.249Z",1648 "createdBy": "sasuser",1649 "modifiedTimeStamp": "2023-03-27T13:58:15.249Z",1650 "modifiedBy": "sasuser",1651 "id": "d7751d02-58af-470a-9955-14c30475d340",1652 "links": [1653 {1654 "method": "GET",1655 "rel": "self",1656 "href": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1657 "uri": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1658 "type": "application/vnd.sas.metadata.instance.relationship"1659 },1660 {1661 "method": "GET",1662 "rel": "alternate",1663 "href": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1664 "uri": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1665 "type": "application/vnd.sas.summary"1666 },1667 {1668 "method": "GET",1669 "rel": "up",1670 "href": "/catalog/instances",1671 "uri": "/catalog/instances",1672 "type": "application/vnd.sas.collection",1673 "itemType": "application/vnd.sas.metadata.instance"1674 },1675 {1676 "method": "PATCH",1677 "rel": "patch",1678 "href": "/catalog/updates/instances/d7751d02-58af-470a-9955-14c30475d340",1679 "uri": "/catalog/updates/instances/d7751d02-58af-470a-9955-14c30475d340",1680 "type": "application/json-patch",1681 "responseType": "application/vnd.sas.metadata.instance.relationship"1682 },1683 {1684 "method": "PUT",1685 "rel": "update",1686 "href": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1687 "uri": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1688 "type": "application/vnd.sas.metadata.instance.relationship",1689 "responseType": "application/vnd.sas.metadata.instance.relationship"1690 },1691 {1692 "method": "DELETE",1693 "rel": "delete",1694 "href": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340",1695 "uri": "/catalog/instances/d7751d02-58af-470a-9955-14c30475d340"1696 },1697 {1698 "method": "GET",1699 "rel": "endpoint1",1700 "href": "/catalog/instances/2036edd2-1761-4f6a-b3a9-cd6445f022df",1701 "uri": "/catalog/instances/2036edd2-1761-4f6a-b3a9-cd6445f022df",1702 "type": "application/vnd.sas.metadata.instance.entity"1703 },1704 {1705 "method": "GET",1706 "rel": "endpoint2",1707 "href": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1708 "uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354",1709 "type": "application/vnd.sas.metadata.instance.entity"1710 },1711 {1712 "method": "GET",1713 "rel": "definition",1714 "href": "/catalog/definitions/4b114f6e-1c2a-4060-9184-6809a612f27b",1715 "uri": "/catalog/definitions/4b114f6e-1c2a-4060-9184-6809a612f27b",1716 "type": "application/vnd.sas.metadata.definition.relationship"1717 }1718 ],1719 "version": 1,1720 "instanceType": "relationship",1721 "definition": "dataStoreDataSets",1722 "type": "dataStoreDataSets",1723 "endpoint1Id": "2036edd2-1761-4f6a-b3a9-cd6445f022df",1724 "endpoint1Uri": "/catalog/instances/2036edd2-1761-4f6a-b3a9-cd6445f022df",1725 "endpoint2Id": "761a6943-429a-4fb7-ac55-24f58a90f354",1726 "endpoint2Uri": "/catalog/instances/761a6943-429a-4fb7-ac55-24f58a90f354"1727 }1728 ]1729}
Name | Type | Required | Description |
---|---|---|---|
onConflict | string | false | Specifies how to handle objects in the body that already exist:
Allowed values: lookupupdateignore Default: ignore |
transactional | boolean | false | Specifies how to handle errors that may occur in processing the instance archive. If true the entire request will fail if any error occurs while processing the instances within the request archive. No changes as part of the request will be persisted on failure. If false, then the service will do its best effort to process the instances within the request archive even when there are errors processing some instances. Defaults to false. |
Name | Type | Required | Description |
---|---|---|---|
Accept | string | false | The desired item representation for the response. The default is application/vnd.sas.metadata.instance.archive+json Allowed value: application/vnd.sas.metadata.instance.archive+json |
If-Unmodified-Since | string | false | The time after which any objects updated by this call cannot have been updated; a 412 (Precondition Failed) error will be returned for each object that has been modified after this time. The value must use the RFC 1123 time format (e.g. Fri, 01 Jan 1960 00:00:00 GMT); if an invalid value is specified, a 400 (Bad Request) error will be returned for each object that already exists. This value is required if the call wil update any existing objects, and ignored if the call will only create new objects; if this value is omitted, a 428 (Precondition Required) error will be returned for each object that already exists. |
Collection of instance-related objects, separated by type. On input, the instances are created, updated, or deleted as appropriate; On output, the resulting object from the operation or an error is returned.
Name | Type | Required | Description |
---|---|---|---|
classifications | array [Classification Instance] | false | An array that contains classification instances or errors resulting from creating or updating those instances. |
entities | array [Entity Instance] | false | An array that contains entity instances or errors resulting from creating or updating those instances. |
relationships | array [Relationship Instance] | false | An array that contains relationship instances or errors resulting from creating or updating those instances. |
deletions | oneOfarrayobject | false | On input, An array of instance IDs that are to be deleted as part of the operation. On output, a map of instance IDs to an error that was reported during the operation, if any. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded, and the content contained no objects or at least one object was created or updated successfully. If at least one operation succeeded, errors for individual objects are returned in the response body and do not result in an error status for the whole response. | Headers | Schema |
400 | Bad Request | Bad request; either the request is not well-formed, or all individual operations failed. In the latter case, the response body is an object containing the errors as described above for a successful request; the response code is 400 if all operation status codes are not the same, or the shared status code if they are the same. | Schema | |
401 | Unauthorized | Not authenticated. | Schema | |
403 | Forbidden | The user does not have permission to complete this request. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema | |
409 | Conflict | A conflict has occurred. | Schema | |
412 | Precondition Failed | Precondition failed. The target has changed since it was last fetched. | Schema | |
415 | Unsupported Media Type | Unsupported Media Type. Include a Content-Type header with a supported value in the request. | Schema | |
428 | Precondition Required | Precondition required. Include an If-Match header with the request. | Schema |