diff --git a/ansys-grantami-serverapi-openapi/pyproject.toml b/ansys-grantami-serverapi-openapi/pyproject.toml index 8315cd6b..eddcaf81 100644 --- a/ansys-grantami-serverapi-openapi/pyproject.toml +++ b/ansys-grantami-serverapi-openapi/pyproject.toml @@ -8,7 +8,7 @@ module-name = "ansys.grantami.serverapi_openapi" [project] name = "ansys-grantami-serverapi-openapi" description = "Autogenerated client library for the Granta MI Server API." -version = "6.0.0.dev1315" +version = "6.0.0.dev1317" license = "MIT" requires-python = ">=3.12" authors = [ diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py index a66b6b3e..37ec0764 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = "6.0.0.dev1315" +__version__ = "6.0.0.dev1317" diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/__init__.py index c7d879ab..5d077250 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/__init__.py @@ -408,6 +408,9 @@ from .models.gsa_create_standard_name import GsaCreateStandardName from .models.gsa_create_static_link_target import GsaCreateStaticLinkTarget from .models.gsa_create_static_record_link_group import GsaCreateStaticRecordLinkGroup +from .models.gsa_create_static_record_link_group_mapping import ( + GsaCreateStaticRecordLinkGroupMapping, +) from .models.gsa_create_subset import GsaCreateSubset from .models.gsa_create_table import GsaCreateTable from .models.gsa_create_tabular_attribute import GsaCreateTabularAttribute @@ -1720,6 +1723,7 @@ from .models.gsa_standard_names_info import GsaStandardNamesInfo from .models.gsa_static_record_link import GsaStaticRecordLink from .models.gsa_static_record_link_group import GsaStaticRecordLinkGroup +from .models.gsa_static_record_link_group_mapping import GsaStaticRecordLinkGroupMapping from .models.gsa_static_record_link_result import GsaStaticRecordLinkResult from .models.gsa_string_sorting_value import GsaStringSortingValue from .models.gsa_subset import GsaSubset @@ -1867,6 +1871,9 @@ from .models.gsa_unresolved_record_link_group_guids_error_detail import ( GsaUnresolvedRecordLinkGroupGuidsErrorDetail, ) +from .models.gsa_unresolved_reverse_record_link_groups_error_detail import ( + GsaUnresolvedReverseRecordLinkGroupsErrorDetail, +) from .models.gsa_unresolved_target_attribute import GsaUnresolvedTargetAttribute from .models.gsa_update_access_control import GsaUpdateAccessControl from .models.gsa_update_access_control_category import GsaUpdateAccessControlCategory @@ -1986,6 +1993,9 @@ from .models.gsa_update_smart_record_link_group import GsaUpdateSmartRecordLinkGroup from .models.gsa_update_standard_name import GsaUpdateStandardName from .models.gsa_update_static_record_link_group import GsaUpdateStaticRecordLinkGroup +from .models.gsa_update_static_record_link_group_mapping import ( + GsaUpdateStaticRecordLinkGroupMapping, +) from .models.gsa_update_subset import GsaUpdateSubset from .models.gsa_update_table import GsaUpdateTable from .models.gsa_update_tabular_attribute import GsaUpdateTabularAttribute @@ -2348,6 +2358,7 @@ "GsaCreateStandardName", "GsaCreateStaticLinkTarget", "GsaCreateStaticRecordLinkGroup", + "GsaCreateStaticRecordLinkGroupMapping", "GsaCreateSubset", "GsaCreateTable", "GsaCreateTabularAttribute", @@ -3316,6 +3327,7 @@ "GsaStandardNamesInfo", "GsaStaticRecordLink", "GsaStaticRecordLinkGroup", + "GsaStaticRecordLinkGroupMapping", "GsaStaticRecordLinkResult", "GsaStringSortingValue", "GsaSubset", @@ -3411,6 +3423,7 @@ "GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail", "GsaUnresolvedParameterGuidsErrorDetail", "GsaUnresolvedRecordLinkGroupGuidsErrorDetail", + "GsaUnresolvedReverseRecordLinkGroupsErrorDetail", "GsaUnresolvedTargetAttribute", "GsaUpdateAccessControl", "GsaUpdateAccessControlCategory", @@ -3506,6 +3519,7 @@ "GsaUpdateSmartRecordLinkGroup", "GsaUpdateStandardName", "GsaUpdateStaticRecordLinkGroup", + "GsaUpdateStaticRecordLinkGroupMapping", "GsaUpdateSubset", "GsaUpdateTable", "GsaUpdateTabularAttribute", diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/__init__.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/__init__.py index b8dda79b..06543698 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/__init__.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/__init__.py @@ -331,6 +331,7 @@ from .gsa_create_standard_name import GsaCreateStandardName from .gsa_create_static_link_target import GsaCreateStaticLinkTarget from .gsa_create_static_record_link_group import GsaCreateStaticRecordLinkGroup +from .gsa_create_static_record_link_group_mapping import GsaCreateStaticRecordLinkGroupMapping from .gsa_create_subset import GsaCreateSubset from .gsa_create_table import GsaCreateTable from .gsa_create_tabular_attribute import GsaCreateTabularAttribute @@ -1555,6 +1556,7 @@ from .gsa_standard_names_info import GsaStandardNamesInfo from .gsa_static_record_link import GsaStaticRecordLink from .gsa_static_record_link_group import GsaStaticRecordLinkGroup +from .gsa_static_record_link_group_mapping import GsaStaticRecordLinkGroupMapping from .gsa_static_record_link_result import GsaStaticRecordLinkResult from .gsa_string_sorting_value import GsaStringSortingValue from .gsa_subset import GsaSubset @@ -1686,6 +1688,9 @@ from .gsa_unresolved_record_link_group_guids_error_detail import ( GsaUnresolvedRecordLinkGroupGuidsErrorDetail, ) +from .gsa_unresolved_reverse_record_link_groups_error_detail import ( + GsaUnresolvedReverseRecordLinkGroupsErrorDetail, +) from .gsa_unresolved_target_attribute import GsaUnresolvedTargetAttribute from .gsa_update_access_control import GsaUpdateAccessControl from .gsa_update_access_control_category import GsaUpdateAccessControlCategory @@ -1799,6 +1804,7 @@ from .gsa_update_smart_record_link_group import GsaUpdateSmartRecordLinkGroup from .gsa_update_standard_name import GsaUpdateStandardName from .gsa_update_static_record_link_group import GsaUpdateStaticRecordLinkGroup +from .gsa_update_static_record_link_group_mapping import GsaUpdateStaticRecordLinkGroupMapping from .gsa_update_subset import GsaUpdateSubset from .gsa_update_table import GsaUpdateTable from .gsa_update_tabular_attribute import GsaUpdateTabularAttribute @@ -2100,6 +2106,7 @@ "GsaCreateStandardName", "GsaCreateStaticLinkTarget", "GsaCreateStaticRecordLinkGroup", + "GsaCreateStaticRecordLinkGroupMapping", "GsaCreateSubset", "GsaCreateTable", "GsaCreateTabularAttribute", @@ -3068,6 +3075,7 @@ "GsaStandardNamesInfo", "GsaStaticRecordLink", "GsaStaticRecordLinkGroup", + "GsaStaticRecordLinkGroupMapping", "GsaStaticRecordLinkResult", "GsaStringSortingValue", "GsaSubset", @@ -3163,6 +3171,7 @@ "GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail", "GsaUnresolvedParameterGuidsErrorDetail", "GsaUnresolvedRecordLinkGroupGuidsErrorDetail", + "GsaUnresolvedReverseRecordLinkGroupsErrorDetail", "GsaUnresolvedTargetAttribute", "GsaUpdateAccessControl", "GsaUpdateAccessControlCategory", @@ -3258,6 +3267,7 @@ "GsaUpdateSmartRecordLinkGroup", "GsaUpdateStandardName", "GsaUpdateStaticRecordLinkGroup", + "GsaUpdateStaticRecordLinkGroupMapping", "GsaUpdateSubset", "GsaUpdateTable", "GsaUpdateTabularAttribute", diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_standard_name.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_standard_name.py index 7ef2e3cf..8044b034 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_standard_name.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_standard_name.py @@ -66,7 +66,7 @@ class GsaCreateStandardName(ModelBase): "mapped_attributes": "list[GsaSlimEntity]", "mapped_cross_database_record_link_groups": "list[GsaSlimEntity]", "mapped_parameters": "list[GsaSlimEntity]", - "mapped_record_link_groups": "list[GsaSlimEntity]", + "mapped_static_record_link_groups": "list[GsaCreateStaticRecordLinkGroupMapping]", } attribute_map: dict[str, str] = { @@ -75,13 +75,13 @@ class GsaCreateStandardName(ModelBase): "mapped_attributes": "mappedAttributes", "mapped_cross_database_record_link_groups": "mappedCrossDatabaseRecordLinkGroups", "mapped_parameters": "mappedParameters", - "mapped_record_link_groups": "mappedRecordLinkGroups", + "mapped_static_record_link_groups": "mappedStaticRecordLinkGroups", } subtype_mapping: dict[str, str] = { "mappedAttributes": "GsaSlimEntity", "mappedParameters": "GsaSlimEntity", - "mappedRecordLinkGroups": "GsaSlimEntity", + "mappedStaticRecordLinkGroups": "GsaCreateStaticRecordLinkGroupMapping", "mappedCrossDatabaseRecordLinkGroups": "GsaSlimEntity", } @@ -95,7 +95,7 @@ def __init__( mapped_attributes: "list[GsaSlimEntity] | None | Unset_Type" = Unset, mapped_cross_database_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" = Unset, mapped_parameters: "list[GsaSlimEntity] | None | Unset_Type" = Unset, - mapped_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" = Unset, + mapped_static_record_link_groups: "list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type" = Unset, ) -> None: """GsaCreateStandardName - a model defined in Swagger @@ -106,11 +106,13 @@ def __init__( mapped_attributes: list[GsaSlimEntity] | None, optional mapped_cross_database_record_link_groups: list[GsaSlimEntity] | None, optional mapped_parameters: list[GsaSlimEntity] | None, optional - mapped_record_link_groups: list[GsaSlimEntity] | None, optional + mapped_static_record_link_groups: list[GsaCreateStaticRecordLinkGroupMapping] | None, optional """ self._mapped_attributes: list[GsaSlimEntity] | None | Unset_Type = Unset self._mapped_parameters: list[GsaSlimEntity] | None | Unset_Type = Unset - self._mapped_record_link_groups: list[GsaSlimEntity] | None | Unset_Type = Unset + self._mapped_static_record_link_groups: ( + list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type + ) = Unset self._mapped_cross_database_record_link_groups: list[GsaSlimEntity] | None | Unset_Type = ( Unset ) @@ -121,8 +123,8 @@ def __init__( self.mapped_attributes = mapped_attributes if mapped_parameters is not Unset: self.mapped_parameters = mapped_parameters - if mapped_record_link_groups is not Unset: - self.mapped_record_link_groups = mapped_record_link_groups + if mapped_static_record_link_groups is not Unset: + self.mapped_static_record_link_groups = mapped_static_record_link_groups if mapped_cross_database_record_link_groups is not Unset: self.mapped_cross_database_record_link_groups = mapped_cross_database_record_link_groups self.name = name @@ -178,28 +180,31 @@ def mapped_parameters( self._mapped_parameters = mapped_parameters @property - def mapped_record_link_groups(self) -> "list[GsaSlimEntity] | None | Unset_Type": - """Gets the mapped_record_link_groups of this GsaCreateStandardName. + def mapped_static_record_link_groups( + self, + ) -> "list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type": + """Gets the mapped_static_record_link_groups of this GsaCreateStandardName. Returns ------- - list[GsaSlimEntity] | None | Unset_Type - The mapped_record_link_groups of this GsaCreateStandardName. + list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type + The mapped_static_record_link_groups of this GsaCreateStandardName. """ - return self._mapped_record_link_groups + return self._mapped_static_record_link_groups - @mapped_record_link_groups.setter - def mapped_record_link_groups( - self, mapped_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" + @mapped_static_record_link_groups.setter + def mapped_static_record_link_groups( + self, + mapped_static_record_link_groups: "list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type", ) -> None: - """Sets the mapped_record_link_groups of this GsaCreateStandardName. + """Sets the mapped_static_record_link_groups of this GsaCreateStandardName. Parameters ---------- - mapped_record_link_groups: list[GsaSlimEntity] | None | Unset_Type - The mapped_record_link_groups of this GsaCreateStandardName. + mapped_static_record_link_groups: list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type + The mapped_static_record_link_groups of this GsaCreateStandardName. """ - self._mapped_record_link_groups = mapped_record_link_groups + self._mapped_static_record_link_groups = mapped_static_record_link_groups @property def mapped_cross_database_record_link_groups(self) -> "list[GsaSlimEntity] | None | Unset_Type": diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_static_record_link_group_mapping.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_static_record_link_group_mapping.py new file mode 100644 index 00000000..a70ec6dc --- /dev/null +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_create_static_record_link_group_mapping.py @@ -0,0 +1,183 @@ +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# SPDX-License-Identifier: MIT +# +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +""" +MI Server API + +No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + +OpenAPI spec version: v1 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import re # noqa: F401 +from typing import TYPE_CHECKING, Any, BinaryIO, Optional # noqa: F401 + +from . import ModelBase, Unset, Unset_Type + +if TYPE_CHECKING: + from datetime import datetime + import pathlib + + from . import * + + +class GsaCreateStaticRecordLinkGroupMapping(ModelBase): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes + ---------- + swagger_types: dict[str, str] + The key is attribute name and the value is attribute type. + attribute_map: dict[str, str] + The key is attribute name and the value is json key in definition. + subtype_mapping: dict[str, str] + The key is the unmangled property name and the value is the corresponding type. + discriminator: Optional[str] + Name of the property used as discriminator for subtypes. + """ + swagger_types: dict[str, str] = { + "is_reverse": "bool", + "static_record_link_group": "GsaSlimEntity", + } + + attribute_map: dict[str, str] = { + "is_reverse": "isReverse", + "static_record_link_group": "staticRecordLinkGroup", + } + + subtype_mapping: dict[str, str] = { + "staticRecordLinkGroup": "GsaSlimEntity", + } + + discriminator: Optional[str] = None + + def __init__( + self, + *, + is_reverse: "bool", + static_record_link_group: "GsaSlimEntity", + ) -> None: + """GsaCreateStaticRecordLinkGroupMapping - a model defined in Swagger + + Parameters + ---------- + is_reverse: bool + static_record_link_group: GsaSlimEntity + """ + self._static_record_link_group: GsaSlimEntity + self._is_reverse: bool + + self.static_record_link_group = static_record_link_group + self.is_reverse = is_reverse + + @property + def static_record_link_group(self) -> "GsaSlimEntity": + """Gets the static_record_link_group of this GsaCreateStaticRecordLinkGroupMapping. + + Returns + ------- + GsaSlimEntity + The static_record_link_group of this GsaCreateStaticRecordLinkGroupMapping. + """ + return self._static_record_link_group + + @static_record_link_group.setter + def static_record_link_group(self, static_record_link_group: "GsaSlimEntity") -> None: + """Sets the static_record_link_group of this GsaCreateStaticRecordLinkGroupMapping. + + Parameters + ---------- + static_record_link_group: GsaSlimEntity + The static_record_link_group of this GsaCreateStaticRecordLinkGroupMapping. + """ + # Field is not nullable + if static_record_link_group is None: + raise ValueError("Invalid value for 'static_record_link_group', must not be 'None'") + # Field is required + if static_record_link_group is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'static_record_link_group', must not be 'Unset'") + self._static_record_link_group = static_record_link_group + + @property + def is_reverse(self) -> "bool": + """Gets the is_reverse of this GsaCreateStaticRecordLinkGroupMapping. + + Returns + ------- + bool + The is_reverse of this GsaCreateStaticRecordLinkGroupMapping. + """ + return self._is_reverse + + @is_reverse.setter + def is_reverse(self, is_reverse: "bool") -> None: + """Sets the is_reverse of this GsaCreateStaticRecordLinkGroupMapping. + + Parameters + ---------- + is_reverse: bool + The is_reverse of this GsaCreateStaticRecordLinkGroupMapping. + """ + # Field is not nullable + if is_reverse is None: + raise ValueError("Invalid value for 'is_reverse', must not be 'None'") + # Field is required + if is_reverse is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'is_reverse', must not be 'Unset'") + self._is_reverse = is_reverse + + @classmethod + def get_real_child_model(cls, data: dict[str, str]) -> str: + """Raises a NotImplementedError for a type without a discriminator defined. + + Parameters + ---------- + data: ModelBase + Object representing a subclass of this class + + Raises + ------ + NotImplementedError + This class has no discriminator, and hence no subclasses + """ + raise NotImplementedError() + + def __repr__(self) -> str: + """For 'print' and 'pprint'""" + return self.to_str() + + def __eq__(self, other: Any) -> bool: + """Returns true if both objects are equal""" + if not isinstance(other, GsaCreateStaticRecordLinkGroupMapping): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other: Any) -> bool: + """Returns true if both objects are not equal""" + return not self == other diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name.py index f94cd2f9..11d24922 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name.py @@ -69,7 +69,7 @@ class GsaStandardName(ModelBase): "mapped_attributes": "list[GsaSlimAttribute]", "mapped_cross_database_record_link_groups": "list[GsaSlimNamedEntity]", "mapped_parameters": "list[GsaSlimNamedEntity]", - "mapped_record_link_groups": "list[GsaSlimNamedEntity]", + "mapped_static_record_link_groups": "list[GsaStaticRecordLinkGroupMapping]", "name": "str", } @@ -82,14 +82,14 @@ class GsaStandardName(ModelBase): "mapped_attributes": "mappedAttributes", "mapped_cross_database_record_link_groups": "mappedCrossDatabaseRecordLinkGroups", "mapped_parameters": "mappedParameters", - "mapped_record_link_groups": "mappedRecordLinkGroups", + "mapped_static_record_link_groups": "mappedStaticRecordLinkGroups", "name": "name", } subtype_mapping: dict[str, str] = { "mappedAttributes": "GsaSlimAttribute", "mappedParameters": "GsaSlimNamedEntity", - "mappedRecordLinkGroups": "GsaSlimNamedEntity", + "mappedStaticRecordLinkGroups": "GsaStaticRecordLinkGroupMapping", "mappedCrossDatabaseRecordLinkGroups": "GsaSlimNamedEntity", } @@ -106,7 +106,7 @@ def __init__( mapped_attributes: "list[GsaSlimAttribute]", mapped_cross_database_record_link_groups: "list[GsaSlimNamedEntity]", mapped_parameters: "list[GsaSlimNamedEntity]", - mapped_record_link_groups: "list[GsaSlimNamedEntity]", + mapped_static_record_link_groups: "list[GsaStaticRecordLinkGroupMapping]", name: "str", ) -> None: """GsaStandardName - a model defined in Swagger @@ -121,12 +121,12 @@ def __init__( mapped_attributes: list[GsaSlimAttribute] mapped_cross_database_record_link_groups: list[GsaSlimNamedEntity] mapped_parameters: list[GsaSlimNamedEntity] - mapped_record_link_groups: list[GsaSlimNamedEntity] + mapped_static_record_link_groups: list[GsaStaticRecordLinkGroupMapping] name: str """ self._mapped_attributes: list[GsaSlimAttribute] self._mapped_parameters: list[GsaSlimNamedEntity] - self._mapped_record_link_groups: list[GsaSlimNamedEntity] + self._mapped_static_record_link_groups: list[GsaStaticRecordLinkGroupMapping] self._mapped_cross_database_record_link_groups: list[GsaSlimNamedEntity] self._database_key: str self._database_guid: str @@ -137,7 +137,7 @@ def __init__( self.mapped_attributes = mapped_attributes self.mapped_parameters = mapped_parameters - self.mapped_record_link_groups = mapped_record_link_groups + self.mapped_static_record_link_groups = mapped_static_record_link_groups self.mapped_cross_database_record_link_groups = mapped_cross_database_record_link_groups self.database_key = database_key self.database_guid = database_guid @@ -203,34 +203,38 @@ def mapped_parameters(self, mapped_parameters: "list[GsaSlimNamedEntity]") -> No self._mapped_parameters = mapped_parameters @property - def mapped_record_link_groups(self) -> "list[GsaSlimNamedEntity]": - """Gets the mapped_record_link_groups of this GsaStandardName. + def mapped_static_record_link_groups(self) -> "list[GsaStaticRecordLinkGroupMapping]": + """Gets the mapped_static_record_link_groups of this GsaStandardName. Returns ------- - list[GsaSlimNamedEntity] - The mapped_record_link_groups of this GsaStandardName. + list[GsaStaticRecordLinkGroupMapping] + The mapped_static_record_link_groups of this GsaStandardName. """ - return self._mapped_record_link_groups + return self._mapped_static_record_link_groups - @mapped_record_link_groups.setter - def mapped_record_link_groups( - self, mapped_record_link_groups: "list[GsaSlimNamedEntity]" + @mapped_static_record_link_groups.setter + def mapped_static_record_link_groups( + self, mapped_static_record_link_groups: "list[GsaStaticRecordLinkGroupMapping]" ) -> None: - """Sets the mapped_record_link_groups of this GsaStandardName. + """Sets the mapped_static_record_link_groups of this GsaStandardName. Parameters ---------- - mapped_record_link_groups: list[GsaSlimNamedEntity] - The mapped_record_link_groups of this GsaStandardName. + mapped_static_record_link_groups: list[GsaStaticRecordLinkGroupMapping] + The mapped_static_record_link_groups of this GsaStandardName. """ # Field is not nullable - if mapped_record_link_groups is None: - raise ValueError("Invalid value for 'mapped_record_link_groups', must not be 'None'") + if mapped_static_record_link_groups is None: + raise ValueError( + "Invalid value for 'mapped_static_record_link_groups', must not be 'None'" + ) # Field is required - if mapped_record_link_groups is Unset: # type: ignore[comparison-overlap, unused-ignore] - raise ValueError("Invalid value for 'mapped_record_link_groups', must not be 'Unset'") - self._mapped_record_link_groups = mapped_record_link_groups + if mapped_static_record_link_groups is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError( + "Invalid value for 'mapped_static_record_link_groups', must not be 'Unset'" + ) + self._mapped_static_record_link_groups = mapped_static_record_link_groups @property def mapped_cross_database_record_link_groups(self) -> "list[GsaSlimNamedEntity]": diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_detail.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_detail.py index ddc33677..548fd3d1 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_detail.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_detail.py @@ -87,6 +87,7 @@ class GsaStandardNameErrorDetail(ModelBase): "unresolvedRecordLinkGroupGuids".lower(): "#/components/schemas/GsaUnresolvedRecordLinkGroupGuidsErrorDetail", "unresolvedCrossDatabaseRecordLinkGroupGuids".lower(): "#/components/schemas/GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail", "nonCustomStandardNameCannotBeChanged".lower(): "#/components/schemas/GsaNonCustomStandardNameCannotBeChangedErrorDetail", + "unresolvedReverseRecordLinkGroups".lower(): "#/components/schemas/GsaUnresolvedReverseRecordLinkGroupsErrorDetail", } discriminator: Optional[str] = "reason" diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_reason.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_reason.py index c1c71b0b..b5311008 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_reason.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_standard_name_error_reason.py @@ -54,3 +54,4 @@ class GsaStandardNameErrorReason(Enum): UNRESOLVEDRECORDLINKGROUPGUIDS = "unresolvedRecordLinkGroupGuids" UNRESOLVEDCROSSDATABASERECORDLINKGROUPGUIDS = "unresolvedCrossDatabaseRecordLinkGroupGuids" NONCUSTOMSTANDARDNAMECANNOTBECHANGED = "nonCustomStandardNameCannotBeChanged" + UNRESOLVEDREVERSERECORDLINKGROUPS = "unresolvedReverseRecordLinkGroups" diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_static_record_link_group_mapping.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_static_record_link_group_mapping.py new file mode 100644 index 00000000..86c4d8cb --- /dev/null +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_static_record_link_group_mapping.py @@ -0,0 +1,183 @@ +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# SPDX-License-Identifier: MIT +# +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +""" +MI Server API + +No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + +OpenAPI spec version: v1 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import re # noqa: F401 +from typing import TYPE_CHECKING, Any, BinaryIO, Optional # noqa: F401 + +from . import ModelBase, Unset, Unset_Type + +if TYPE_CHECKING: + from datetime import datetime + import pathlib + + from . import * + + +class GsaStaticRecordLinkGroupMapping(ModelBase): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes + ---------- + swagger_types: dict[str, str] + The key is attribute name and the value is attribute type. + attribute_map: dict[str, str] + The key is attribute name and the value is json key in definition. + subtype_mapping: dict[str, str] + The key is the unmangled property name and the value is the corresponding type. + discriminator: Optional[str] + Name of the property used as discriminator for subtypes. + """ + swagger_types: dict[str, str] = { + "is_reverse": "bool", + "static_record_link_group": "GsaSlimRecordLinkGroup", + } + + attribute_map: dict[str, str] = { + "is_reverse": "isReverse", + "static_record_link_group": "staticRecordLinkGroup", + } + + subtype_mapping: dict[str, str] = { + "staticRecordLinkGroup": "GsaSlimRecordLinkGroup", + } + + discriminator: Optional[str] = None + + def __init__( + self, + *, + is_reverse: "bool", + static_record_link_group: "GsaSlimRecordLinkGroup", + ) -> None: + """GsaStaticRecordLinkGroupMapping - a model defined in Swagger + + Parameters + ---------- + is_reverse: bool + static_record_link_group: GsaSlimRecordLinkGroup + """ + self._static_record_link_group: GsaSlimRecordLinkGroup + self._is_reverse: bool + + self.static_record_link_group = static_record_link_group + self.is_reverse = is_reverse + + @property + def static_record_link_group(self) -> "GsaSlimRecordLinkGroup": + """Gets the static_record_link_group of this GsaStaticRecordLinkGroupMapping. + + Returns + ------- + GsaSlimRecordLinkGroup + The static_record_link_group of this GsaStaticRecordLinkGroupMapping. + """ + return self._static_record_link_group + + @static_record_link_group.setter + def static_record_link_group(self, static_record_link_group: "GsaSlimRecordLinkGroup") -> None: + """Sets the static_record_link_group of this GsaStaticRecordLinkGroupMapping. + + Parameters + ---------- + static_record_link_group: GsaSlimRecordLinkGroup + The static_record_link_group of this GsaStaticRecordLinkGroupMapping. + """ + # Field is not nullable + if static_record_link_group is None: + raise ValueError("Invalid value for 'static_record_link_group', must not be 'None'") + # Field is required + if static_record_link_group is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'static_record_link_group', must not be 'Unset'") + self._static_record_link_group = static_record_link_group + + @property + def is_reverse(self) -> "bool": + """Gets the is_reverse of this GsaStaticRecordLinkGroupMapping. + + Returns + ------- + bool + The is_reverse of this GsaStaticRecordLinkGroupMapping. + """ + return self._is_reverse + + @is_reverse.setter + def is_reverse(self, is_reverse: "bool") -> None: + """Sets the is_reverse of this GsaStaticRecordLinkGroupMapping. + + Parameters + ---------- + is_reverse: bool + The is_reverse of this GsaStaticRecordLinkGroupMapping. + """ + # Field is not nullable + if is_reverse is None: + raise ValueError("Invalid value for 'is_reverse', must not be 'None'") + # Field is required + if is_reverse is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'is_reverse', must not be 'Unset'") + self._is_reverse = is_reverse + + @classmethod + def get_real_child_model(cls, data: dict[str, str]) -> str: + """Raises a NotImplementedError for a type without a discriminator defined. + + Parameters + ---------- + data: ModelBase + Object representing a subclass of this class + + Raises + ------ + NotImplementedError + This class has no discriminator, and hence no subclasses + """ + raise NotImplementedError() + + def __repr__(self) -> str: + """For 'print' and 'pprint'""" + return self.to_str() + + def __eq__(self, other: Any) -> bool: + """Returns true if both objects are equal""" + if not isinstance(other, GsaStaticRecordLinkGroupMapping): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other: Any) -> bool: + """Returns true if both objects are not equal""" + return not self == other diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_unresolved_reverse_record_link_groups_error_detail.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_unresolved_reverse_record_link_groups_error_detail.py new file mode 100644 index 00000000..fb72ed8f --- /dev/null +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_unresolved_reverse_record_link_groups_error_detail.py @@ -0,0 +1,173 @@ +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# SPDX-License-Identifier: MIT +# +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +""" +MI Server API + +No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + +OpenAPI spec version: v1 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import re # noqa: F401 +from typing import TYPE_CHECKING, Any, BinaryIO, Optional # noqa: F401 + +from ansys.grantami.serverapi_openapi.v2027r1.models.gsa_standard_name_error_detail import ( # noqa: F401 + GsaStandardNameErrorDetail, +) +from ansys.grantami.serverapi_openapi.v2027r1.models.gsa_standard_name_error_reason import ( + GsaStandardNameErrorReason, +) + +from . import ModelBase, Unset, Unset_Type + +if TYPE_CHECKING: + from datetime import datetime + import pathlib + + from . import * + + +class GsaUnresolvedReverseRecordLinkGroupsErrorDetail(GsaStandardNameErrorDetail): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes + ---------- + swagger_types: dict[str, str] + The key is attribute name and the value is attribute type. + attribute_map: dict[str, str] + The key is attribute name and the value is json key in definition. + subtype_mapping: dict[str, str] + The key is the unmangled property name and the value is the corresponding type. + discriminator: Optional[str] + Name of the property used as discriminator for subtypes. + """ + swagger_types: dict[str, str] = { + "message": "str", + "reason": "GsaStandardNameErrorReason", + "record_link_group_guids_with_no_reverse_link_group": "list[str]", + } + + attribute_map: dict[str, str] = { + "message": "message", + "reason": "reason", + "record_link_group_guids_with_no_reverse_link_group": "recordLinkGroupGuidsWithNoReverseLinkGroup", + } + + subtype_mapping: dict[str, str] = {} + + discriminator: Optional[str] = None + + def __init__( + self, + *, + message: "str", + reason: "GsaStandardNameErrorReason" = GsaStandardNameErrorReason.UNRESOLVEDREVERSERECORDLINKGROUPS, + record_link_group_guids_with_no_reverse_link_group: "list[str]", + ) -> None: + """GsaUnresolvedReverseRecordLinkGroupsErrorDetail - a model defined in Swagger + + Parameters + ---------- + message: str + reason: GsaStandardNameErrorReason + record_link_group_guids_with_no_reverse_link_group: list[str] + """ + super().__init__(message=message, reason=reason) + self._record_link_group_guids_with_no_reverse_link_group: list[str] + + self.record_link_group_guids_with_no_reverse_link_group = ( + record_link_group_guids_with_no_reverse_link_group + ) + + @property + def record_link_group_guids_with_no_reverse_link_group(self) -> "list[str]": + """Gets the record_link_group_guids_with_no_reverse_link_group of this GsaUnresolvedReverseRecordLinkGroupsErrorDetail. + + Returns + ------- + list[str] + The record_link_group_guids_with_no_reverse_link_group of this GsaUnresolvedReverseRecordLinkGroupsErrorDetail. + """ + return self._record_link_group_guids_with_no_reverse_link_group + + @record_link_group_guids_with_no_reverse_link_group.setter + def record_link_group_guids_with_no_reverse_link_group( + self, record_link_group_guids_with_no_reverse_link_group: "list[str]" + ) -> None: + """Sets the record_link_group_guids_with_no_reverse_link_group of this GsaUnresolvedReverseRecordLinkGroupsErrorDetail. + + Parameters + ---------- + record_link_group_guids_with_no_reverse_link_group: list[str] + The record_link_group_guids_with_no_reverse_link_group of this GsaUnresolvedReverseRecordLinkGroupsErrorDetail. + """ + # Field is not nullable + if record_link_group_guids_with_no_reverse_link_group is None: + raise ValueError( + "Invalid value for 'record_link_group_guids_with_no_reverse_link_group', must not be 'None'" + ) + # Field is required + if record_link_group_guids_with_no_reverse_link_group is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError( + "Invalid value for 'record_link_group_guids_with_no_reverse_link_group', must not be 'Unset'" + ) + self._record_link_group_guids_with_no_reverse_link_group = ( + record_link_group_guids_with_no_reverse_link_group + ) + + @classmethod + def get_real_child_model(cls, data: dict[str, str]) -> str: + """Raises a NotImplementedError for a type without a discriminator defined. + + Parameters + ---------- + data: ModelBase + Object representing a subclass of this class + + Raises + ------ + NotImplementedError + This class has no discriminator, and hence no subclasses + """ + raise NotImplementedError() + + def __repr__(self) -> str: + """For 'print' and 'pprint'""" + return self.to_str() + + def __eq__(self, other: Any) -> bool: + """Returns true if both objects are equal""" + if not isinstance(other, GsaUnresolvedReverseRecordLinkGroupsErrorDetail): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other: Any) -> bool: + """Returns true if both objects are not equal""" + return not self == other diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_standard_name.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_standard_name.py index 03ba7cb0..541980b9 100644 --- a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_standard_name.py +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_standard_name.py @@ -65,7 +65,7 @@ class GsaUpdateStandardName(ModelBase): "mapped_attributes": "list[GsaSlimEntity]", "mapped_cross_database_record_link_groups": "list[GsaSlimEntity]", "mapped_parameters": "list[GsaSlimEntity]", - "mapped_record_link_groups": "list[GsaSlimEntity]", + "mapped_record_link_groups": "list[GsaUpdateStaticRecordLinkGroupMapping]", "name": "str", } @@ -81,7 +81,7 @@ class GsaUpdateStandardName(ModelBase): subtype_mapping: dict[str, str] = { "mappedAttributes": "GsaSlimEntity", "mappedParameters": "GsaSlimEntity", - "mappedRecordLinkGroups": "GsaSlimEntity", + "mappedRecordLinkGroups": "GsaUpdateStaticRecordLinkGroupMapping", "mappedCrossDatabaseRecordLinkGroups": "GsaSlimEntity", } @@ -94,7 +94,7 @@ def __init__( mapped_attributes: "list[GsaSlimEntity] | None | Unset_Type" = Unset, mapped_cross_database_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" = Unset, mapped_parameters: "list[GsaSlimEntity] | None | Unset_Type" = Unset, - mapped_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" = Unset, + mapped_record_link_groups: "list[GsaUpdateStaticRecordLinkGroupMapping] | None | Unset_Type" = Unset, name: "str | Unset_Type" = Unset, ) -> None: """GsaUpdateStandardName - a model defined in Swagger @@ -105,12 +105,14 @@ def __init__( mapped_attributes: list[GsaSlimEntity] | None, optional mapped_cross_database_record_link_groups: list[GsaSlimEntity] | None, optional mapped_parameters: list[GsaSlimEntity] | None, optional - mapped_record_link_groups: list[GsaSlimEntity] | None, optional + mapped_record_link_groups: list[GsaUpdateStaticRecordLinkGroupMapping] | None, optional name: str, optional """ self._mapped_attributes: list[GsaSlimEntity] | None | Unset_Type = Unset self._mapped_parameters: list[GsaSlimEntity] | None | Unset_Type = Unset - self._mapped_record_link_groups: list[GsaSlimEntity] | None | Unset_Type = Unset + self._mapped_record_link_groups: ( + list[GsaUpdateStaticRecordLinkGroupMapping] | None | Unset_Type + ) = Unset self._mapped_cross_database_record_link_groups: list[GsaSlimEntity] | None | Unset_Type = ( Unset ) @@ -179,25 +181,28 @@ def mapped_parameters( self._mapped_parameters = mapped_parameters @property - def mapped_record_link_groups(self) -> "list[GsaSlimEntity] | None | Unset_Type": + def mapped_record_link_groups( + self, + ) -> "list[GsaUpdateStaticRecordLinkGroupMapping] | None | Unset_Type": """Gets the mapped_record_link_groups of this GsaUpdateStandardName. Returns ------- - list[GsaSlimEntity] | None | Unset_Type + list[GsaUpdateStaticRecordLinkGroupMapping] | None | Unset_Type The mapped_record_link_groups of this GsaUpdateStandardName. """ return self._mapped_record_link_groups @mapped_record_link_groups.setter def mapped_record_link_groups( - self, mapped_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" + self, + mapped_record_link_groups: "list[GsaUpdateStaticRecordLinkGroupMapping] | None | Unset_Type", ) -> None: """Sets the mapped_record_link_groups of this GsaUpdateStandardName. Parameters ---------- - mapped_record_link_groups: list[GsaSlimEntity] | None | Unset_Type + mapped_record_link_groups: list[GsaUpdateStaticRecordLinkGroupMapping] | None | Unset_Type The mapped_record_link_groups of this GsaUpdateStandardName. """ self._mapped_record_link_groups = mapped_record_link_groups diff --git a/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_static_record_link_group_mapping.py b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_static_record_link_group_mapping.py new file mode 100644 index 00000000..b75e61df --- /dev/null +++ b/ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/v2027r1/models/gsa_update_static_record_link_group_mapping.py @@ -0,0 +1,183 @@ +# Copyright (C) 2023 - 2026 ANSYS, Inc. and/or its affiliates. +# SPDX-License-Identifier: MIT +# +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +""" +MI Server API + +No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + +OpenAPI spec version: v1 + +Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import re # noqa: F401 +from typing import TYPE_CHECKING, Any, BinaryIO, Optional # noqa: F401 + +from . import ModelBase, Unset, Unset_Type + +if TYPE_CHECKING: + from datetime import datetime + import pathlib + + from . import * + + +class GsaUpdateStaticRecordLinkGroupMapping(ModelBase): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes + ---------- + swagger_types: dict[str, str] + The key is attribute name and the value is attribute type. + attribute_map: dict[str, str] + The key is attribute name and the value is json key in definition. + subtype_mapping: dict[str, str] + The key is the unmangled property name and the value is the corresponding type. + discriminator: Optional[str] + Name of the property used as discriminator for subtypes. + """ + swagger_types: dict[str, str] = { + "is_reverse": "bool", + "static_record_link_group": "GsaSlimEntity", + } + + attribute_map: dict[str, str] = { + "is_reverse": "isReverse", + "static_record_link_group": "staticRecordLinkGroup", + } + + subtype_mapping: dict[str, str] = { + "staticRecordLinkGroup": "GsaSlimEntity", + } + + discriminator: Optional[str] = None + + def __init__( + self, + *, + is_reverse: "bool", + static_record_link_group: "GsaSlimEntity", + ) -> None: + """GsaUpdateStaticRecordLinkGroupMapping - a model defined in Swagger + + Parameters + ---------- + is_reverse: bool + static_record_link_group: GsaSlimEntity + """ + self._static_record_link_group: GsaSlimEntity + self._is_reverse: bool + + self.static_record_link_group = static_record_link_group + self.is_reverse = is_reverse + + @property + def static_record_link_group(self) -> "GsaSlimEntity": + """Gets the static_record_link_group of this GsaUpdateStaticRecordLinkGroupMapping. + + Returns + ------- + GsaSlimEntity + The static_record_link_group of this GsaUpdateStaticRecordLinkGroupMapping. + """ + return self._static_record_link_group + + @static_record_link_group.setter + def static_record_link_group(self, static_record_link_group: "GsaSlimEntity") -> None: + """Sets the static_record_link_group of this GsaUpdateStaticRecordLinkGroupMapping. + + Parameters + ---------- + static_record_link_group: GsaSlimEntity + The static_record_link_group of this GsaUpdateStaticRecordLinkGroupMapping. + """ + # Field is not nullable + if static_record_link_group is None: + raise ValueError("Invalid value for 'static_record_link_group', must not be 'None'") + # Field is required + if static_record_link_group is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'static_record_link_group', must not be 'Unset'") + self._static_record_link_group = static_record_link_group + + @property + def is_reverse(self) -> "bool": + """Gets the is_reverse of this GsaUpdateStaticRecordLinkGroupMapping. + + Returns + ------- + bool + The is_reverse of this GsaUpdateStaticRecordLinkGroupMapping. + """ + return self._is_reverse + + @is_reverse.setter + def is_reverse(self, is_reverse: "bool") -> None: + """Sets the is_reverse of this GsaUpdateStaticRecordLinkGroupMapping. + + Parameters + ---------- + is_reverse: bool + The is_reverse of this GsaUpdateStaticRecordLinkGroupMapping. + """ + # Field is not nullable + if is_reverse is None: + raise ValueError("Invalid value for 'is_reverse', must not be 'None'") + # Field is required + if is_reverse is Unset: # type: ignore[comparison-overlap, unused-ignore] + raise ValueError("Invalid value for 'is_reverse', must not be 'Unset'") + self._is_reverse = is_reverse + + @classmethod + def get_real_child_model(cls, data: dict[str, str]) -> str: + """Raises a NotImplementedError for a type without a discriminator defined. + + Parameters + ---------- + data: ModelBase + Object representing a subclass of this class + + Raises + ------ + NotImplementedError + This class has no discriminator, and hence no subclasses + """ + raise NotImplementedError() + + def __repr__(self) -> str: + """For 'print' and 'pprint'""" + return self.to_str() + + def __eq__(self, other: Any) -> bool: + """Returns true if both objects are equal""" + if not isinstance(other, GsaUpdateStaticRecordLinkGroupMapping): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other: Any) -> bool: + """Returns true if both objects are not equal""" + return not self == other diff --git a/ansys-grantami-serverapi-openapi/uv.lock b/ansys-grantami-serverapi-openapi/uv.lock index 6aec06d3..10a71b45 100644 --- a/ansys-grantami-serverapi-openapi/uv.lock +++ b/ansys-grantami-serverapi-openapi/uv.lock @@ -8,7 +8,7 @@ resolution-markers = [ [[package]] name = "ansys-grantami-serverapi-openapi" -version = "6.0.0.dev1315" +version = "6.0.0.dev1317" source = { editable = "." } dependencies = [ { name = "ansys-openapi-common" }, diff --git a/yaml/server-api.json b/yaml/server-api.json index e953aa4a..8122f470 100644 --- a/yaml/server-api.json +++ b/yaml/server-api.json @@ -528,9 +528,9 @@ "name": "Status", "errors": [ { - "message": "Could not find Discrete Type with GUID 'a86de8af-7ec6-439b-98df-2c0f4a329161'.", + "message": "Could not find Discrete Type with GUID 'f6492538-3771-44e8-8e4b-fe963dd43f5a'.", "reason": "noSuchEntity", - "guid": "a86de8af-7ec6-439b-98df-2c0f4a329161", + "guid": "f6492538-3771-44e8-8e4b-fe963dd43f5a", "entityType": "discreteType" } ] @@ -545,9 +545,9 @@ "name": "Ownership", "errors": [ { - "message": "Could not find Table with GUID 'ac5bef96-13fd-4f6d-b834-a7e640f25025'.", + "message": "Could not find Table with GUID '7333f366-36db-40b7-bd78-3fa64bf5d0bf'.", "reason": "noSuchEntity", - "guid": "ac5bef96-13fd-4f6d-b834-a7e640f25025", + "guid": "7333f366-36db-40b7-bd78-3fa64bf5d0bf", "entityType": "table" } ] @@ -562,10 +562,10 @@ "name": "Ownership", "errors": [ { - "message": "The Attribute GUID 'cb17f03b-579f-4954-b051-13c8a99d1b99' does not belong to Table '1c91e990-7dfb-483c-abae-96eaa698f2c4'.", + "message": "The Attribute GUID 'b837e6d1-0aaf-4077-b0d0-4502f36a0f3f' does not belong to Table 'f1b77153-32a2-4d1d-9fb9-3d13a350577c'.", "reason": "attributeNotOnTable", - "attributeGuid": "cb17f03b-579f-4954-b051-13c8a99d1b99", - "tableGuid": "1c91e990-7dfb-483c-abae-96eaa698f2c4" + "attributeGuid": "b837e6d1-0aaf-4077-b0d0-4502f36a0f3f", + "tableGuid": "f1b77153-32a2-4d1d-9fb9-3d13a350577c" } ] } @@ -1328,9 +1328,9 @@ "categoryGuid": "830376aa-3e23-43c2-8b89-cee806d6c4d0", "errors": [ { - "message": "Could not find Table with GUID 'b903a91a-1d03-4d08-97ad-1a5494662a75'.", + "message": "Could not find Table with GUID '7e677527-4d17-47ac-ae0a-c6f1b6e8ba09'.", "reason": "noSuchEntity", - "guid": "b903a91a-1d03-4d08-97ad-1a5494662a75", + "guid": "7e677527-4d17-47ac-ae0a-c6f1b6e8ba09", "entityType": "table" } ] @@ -1345,10 +1345,10 @@ "categoryGuid": "830376aa-3e23-43c2-8b89-cee806d6c4d0", "errors": [ { - "message": "The Attribute GUID 'f42b8d41-6d2b-4d5d-838c-78fed59dcd89' does not belong to Table '9a97e33b-fe31-4aae-9901-ec937ca63f11'.", + "message": "The Attribute GUID 'f8199d22-bd33-4335-b352-9449f53683fc' does not belong to Table 'f07d0bb0-51f2-4da7-8205-a897a106d5f2'.", "reason": "attributeNotOnTable", - "attributeGuid": "f42b8d41-6d2b-4d5d-838c-78fed59dcd89", - "tableGuid": "9a97e33b-fe31-4aae-9901-ec937ca63f11" + "attributeGuid": "f8199d22-bd33-4335-b352-9449f53683fc", + "tableGuid": "f07d0bb0-51f2-4da7-8205-a897a106d5f2" } ] } @@ -1362,11 +1362,11 @@ "categoryGuid": "830376aa-3e23-43c2-8b89-cee806d6c4d0", "errors": [ { - "message": "The Attribute GUID 'bf1b900e-b3be-441a-8cc4-a260ca555429' uses Discrete Type '969e4e11-ea1d-4d1a-9d27-f1b9a5fa2d1e' but expected '6dc724be-85cb-4be1-988a-96ee58dca472'.", + "message": "The Attribute GUID '1c0276b4-5235-4db3-9a97-993bac820004' uses Discrete Type '6eaa270a-f0a2-488a-b11a-bc2dd3f823a8' but expected 'cf9e6a47-f92a-45a6-b189-105fd4eb1246'.", "reason": "attributeDiscreteTypeMismatch", - "attributeGuid": "bf1b900e-b3be-441a-8cc4-a260ca555429", - "expectedDiscreteTypeGuid": "6dc724be-85cb-4be1-988a-96ee58dca472", - "actualDiscreteTypeGuid": "969e4e11-ea1d-4d1a-9d27-f1b9a5fa2d1e" + "attributeGuid": "1c0276b4-5235-4db3-9a97-993bac820004", + "expectedDiscreteTypeGuid": "cf9e6a47-f92a-45a6-b189-105fd4eb1246", + "actualDiscreteTypeGuid": "6eaa270a-f0a2-488a-b11a-bc2dd3f823a8" } ] } @@ -1777,7 +1777,7 @@ "examples": { "Example 1": { "summary": "Entity not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to aggregate access controls for a record version with GUID 'cc9351b0-1c7e-43a8-a714-a6cff9864b7a', but the record version does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to aggregate access controls for a record version with GUID '6b54992a-2dcd-455b-bfcf-acfa6bc051a3', but the record version does not exist.", "value": { "message": "Cannot aggregate access control.", "code": "permissionBasedAccessControlAggregation", @@ -1791,9 +1791,9 @@ "reason": "noSuchEntities", "entities": [ { - "tableGuid": "342db843-544d-4739-a5b5-fc8008a4933a", - "recordHistoryGuid": "342194ff-5279-4a8d-88ba-89a9f40581f2", - "recordVersionGuid": "cc9351b0-1c7e-43a8-a714-a6cff9864b7a", + "tableGuid": "ee06b9a5-5688-4ad3-83ec-eed7b4c56c50", + "recordHistoryGuid": "2622ed42-ad81-429a-aabb-abf1e90290b1", + "recordVersionGuid": "6b54992a-2dcd-455b-bfcf-acfa6bc051a3", "entityType": "recordVersion" } ] @@ -1805,7 +1805,7 @@ }, "Example 2": { "summary": "Descendants subset not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to aggregate access controls for a descendants of a table in subset with GUID 'ab7b77e0-9709-4717-be05-eeb62474f2db', but the subset does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to aggregate access controls for a descendants of a table in subset with GUID '9932d57d-78c5-4a55-aef9-8af4dedff257', but the subset does not exist.", "value": { "message": "Cannot aggregate access control.", "code": "permissionBasedAccessControlAggregation", @@ -1820,7 +1820,7 @@ "entities": [ { "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000", - "subsetGuid": "ab7b77e0-9709-4717-be05-eeb62474f2db", + "subsetGuid": "9932d57d-78c5-4a55-aef9-8af4dedff257", "entityType": "tableDescendants" } ] @@ -2423,7 +2423,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "121f746d-47b9-4a3a-86cf-d4ffbbef3778", + "identifier": "6d7892cd-be9d-4fb7-8e4e-2d8fe6556ff4", "status": "pending" } } @@ -2439,7 +2439,7 @@ "examples": { "Example 1": { "summary": "Entity not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to bulk update access controls for a record version with GUID '3c55b70a-1a65-4e05-a4b0-fd8a5e5cc528', but the record version does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to bulk update access controls for a record version with GUID '060ae61e-5b3e-415e-b3be-ac90d2c75b23', but the record version does not exist.", "value": { "message": "Cannot update access control.", "code": "permissionBasedAccessControlUpdateOperation", @@ -2453,9 +2453,9 @@ "reason": "noSuchEntities", "entities": [ { - "tableGuid": "862d03a0-af6c-472a-b30d-0286025e6826", - "recordHistoryGuid": "e259aff7-ff91-448f-a86f-a91bbdab0c3c", - "recordVersionGuid": "3c55b70a-1a65-4e05-a4b0-fd8a5e5cc528", + "tableGuid": "6470fd5f-b6f8-4289-802d-11a0cfdb73b3", + "recordHistoryGuid": "50adb583-79ba-494f-916d-f3381978e57d", + "recordVersionGuid": "060ae61e-5b3e-415e-b3be-ac90d2c75b23", "entityType": "recordVersion" } ] @@ -2467,7 +2467,7 @@ }, "Example 2": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to bulk update access controls for a permission category with GUID 'ee1c85d1-e191-4f0f-a53c-48a0c896da49', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to bulk update access controls for a permission category with GUID 'f9d01048-8bcf-4f4d-9488-025bdbe6da2e', but the permission category does not exist.", "value": { "message": "Cannot update access control.", "code": "permissionBasedAccessControlUpdateOperation", @@ -2477,9 +2477,9 @@ "reason": "permissionCategories", "errors": [ { - "message": "The permission category with GUID 'ee1c85d1-e191-4f0f-a53c-48a0c896da49' does not exist.", + "message": "The permission category with GUID 'f9d01048-8bcf-4f4d-9488-025bdbe6da2e' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "ee1c85d1-e191-4f0f-a53c-48a0c896da49" + "categoryGuid": "f9d01048-8bcf-4f4d-9488-025bdbe6da2e" } ] } @@ -2488,7 +2488,7 @@ }, "Example 3": { "summary": "Descendants subset not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to bulk update access controls for a descendants of a table in subset with GUID '0ba84020-8cba-40ed-855b-055e452519e4', but the subset does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to bulk update access controls for a descendants of a table in subset with GUID 'e4704128-b682-4385-b033-301a34cf3a2e', but the subset does not exist.", "value": { "message": "Cannot update access control.", "code": "permissionBasedAccessControlUpdateOperation", @@ -2503,7 +2503,7 @@ "entities": [ { "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000", - "subsetGuid": "0ba84020-8cba-40ed-855b-055e452519e4", + "subsetGuid": "e4704128-b682-4385-b033-301a34cf3a2e", "entityType": "tableDescendants" } ] @@ -2582,20 +2582,20 @@ }, "example": [ { - "identifier": "fba9965b-f2e2-4ffc-bf40-c77b96a96897", + "identifier": "9212ff65-af21-4552-a07a-de09b983f207", "status": "failed", "numberOfCompletedTasks": 25.0, "numberOfTasks": 100, "httpStatusCode": 500 }, { - "identifier": "421be6c2-a1e3-4977-959e-e1c756a44fd1", + "identifier": "2176f3d3-9e2d-44dd-aab8-2965db9ddacf", "status": "inProgress", "numberOfCompletedTasks": 50.0, "numberOfTasks": 100 }, { - "identifier": "9785740f-1e33-4a31-b5ce-4d13965deff2", + "identifier": "e99093d0-a9fa-4fb7-be25-f25b41bc3467", "status": "pending" } ] @@ -2663,7 +2663,7 @@ "summary": "A pending long-running operation", "description": "This example demonstrates a newly created long-running operation in the 'pending' state.", "value": { - "identifier": "a2ad6ce4-772b-47b2-b7cb-1bf94abc1f52", + "identifier": "7056fedb-89af-4fd2-aeb7-1c8046e9bcf2", "status": "pending" } }, @@ -2671,7 +2671,7 @@ "summary": "An in-progress long-running operation", "description": "This example demonstrates a long-running operation in progress.", "value": { - "identifier": "a2ad6ce4-772b-47b2-b7cb-1bf94abc1f52", + "identifier": "7056fedb-89af-4fd2-aeb7-1c8046e9bcf2", "status": "inProgress", "numberOfCompletedTasks": 50.0, "numberOfTasks": 100 @@ -2681,7 +2681,7 @@ "summary": "A succeeded long-running operation", "description": "This example demonstrates a long-running operation that has completed successfully.", "value": { - "identifier": "a2ad6ce4-772b-47b2-b7cb-1bf94abc1f52", + "identifier": "7056fedb-89af-4fd2-aeb7-1c8046e9bcf2", "status": "succeeded", "numberOfCompletedTasks": 100.0, "numberOfTasks": 100, @@ -2692,7 +2692,7 @@ "summary": "A failed long-running operation", "description": "This example demonstrates a long-running operation that has completed with an error.", "value": { - "identifier": "a2ad6ce4-772b-47b2-b7cb-1bf94abc1f52", + "identifier": "7056fedb-89af-4fd2-aeb7-1c8046e9bcf2", "status": "failed", "numberOfCompletedTasks": 25.0, "numberOfTasks": 100, @@ -2703,7 +2703,7 @@ "summary": "A failed long-running operation with response", "description": "This example demonstrates a long-running operation that has completed with an error, and includes the response. The input was validated before the long-running operation started, so any errors here are unlikely to be input validation errors.", "value": { - "identifier": "a2ad6ce4-772b-47b2-b7cb-1bf94abc1f52", + "identifier": "7056fedb-89af-4fd2-aeb7-1c8046e9bcf2", "status": "failed", "numberOfCompletedTasks": 25.0, "numberOfTasks": 100, @@ -2766,7 +2766,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "9e08f1d4-fe72-4429-9f28-8799b3565b35", + "identifier": "728055a9-6d02-4fff-9bad-fd1d5aedd509", "status": "awaitingCancellation" } } @@ -3962,11 +3962,11 @@ "code": "permissionCategoryReplace", "errors": [ { - "message": "The following GUIDs do not correspond to existing categories: '87d74592-55f3-414d-acc9-f1316c32455b', '56e75198-3a5d-48aa-8387-7131c30f0c1f'.", + "message": "The following GUIDs do not correspond to existing categories: 'fb672ac6-7598-4b14-8551-27bf65e2d8ca', 'c4c728cf-a347-4f49-bc07-fe297c92f62d'.", "reason": "noSuchCategories", "missingGuids": [ - "87d74592-55f3-414d-acc9-f1316c32455b", - "56e75198-3a5d-48aa-8387-7131c30f0c1f" + "fb672ac6-7598-4b14-8551-27bf65e2d8ca", + "c4c728cf-a347-4f49-bc07-fe297c92f62d" ] } ] @@ -4606,7 +4606,7 @@ "setMessage": "LATAM permission granted", "unsetMessage": "LATAM permission not granted", "name": "LATAM", - "guid": "6ed25dae-1ec8-4025-9bf6-77d45f67ed38" + "guid": "4460cd7c-d5d0-482d-b8e5-b4d9aab5bf0e" } } } @@ -4633,7 +4633,7 @@ "setMessage": "LATAM permission granted", "unsetMessage": "LATAM permission not granted", "name": "LATAM", - "guid": "6ed25dae-1ec8-4025-9bf6-77d45f67ed38" + "guid": "4460cd7c-d5d0-482d-b8e5-b4d9aab5bf0e" } } } @@ -4660,7 +4660,7 @@ "setMessage": "LATAM permission granted", "unsetMessage": "LATAM permission not granted", "name": "LATAM", - "guid": "6ed25dae-1ec8-4025-9bf6-77d45f67ed38" + "guid": "4460cd7c-d5d0-482d-b8e5-b4d9aab5bf0e" } } } @@ -4687,7 +4687,7 @@ "setMessage": "LATAM permission granted", "unsetMessage": "LATAM permission not granted", "name": "LATAM", - "guid": "6ed25dae-1ec8-4025-9bf6-77d45f67ed38" + "guid": "4460cd7c-d5d0-482d-b8e5-b4d9aab5bf0e" } } } @@ -4705,7 +4705,7 @@ "example": { "role": "DOMAIN\\LATAM", "name": "LATAM", - "guid": "e9f9bd3a-86c2-48af-81d2-2407d9fa4d7d" + "guid": "91c43f7a-92a0-48c7-9720-45eaa2fed682" } } } @@ -4930,7 +4930,7 @@ "setMessage": "Updated US permission set", "unsetMessage": "Updated US permission not set", "name": "US (Fully Updated)", - "guid": "97247b98-5b41-4939-9d3a-b6992098f09e" + "guid": "b949a5ff-08a0-4882-9016-b4ddeb870f4e" } } } @@ -4964,7 +4964,7 @@ "setMessage": "Updated US permission set", "unsetMessage": "Updated US permission not set", "name": "US (Fully Updated)", - "guid": "97247b98-5b41-4939-9d3a-b6992098f09e" + "guid": "b949a5ff-08a0-4882-9016-b4ddeb870f4e" } } } @@ -4998,7 +4998,7 @@ "setMessage": "Updated US permission set", "unsetMessage": "Updated US permission not set", "name": "US (Fully Updated)", - "guid": "97247b98-5b41-4939-9d3a-b6992098f09e" + "guid": "b949a5ff-08a0-4882-9016-b4ddeb870f4e" } } } @@ -5032,7 +5032,7 @@ "setMessage": "Updated US permission set", "unsetMessage": "Updated US permission not set", "name": "US (Fully Updated)", - "guid": "97247b98-5b41-4939-9d3a-b6992098f09e" + "guid": "b949a5ff-08a0-4882-9016-b4ddeb870f4e" } } } @@ -5274,7 +5274,7 @@ "description": "Get activity log entries after a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": false, "dateToInclusive": false } @@ -5285,7 +5285,7 @@ "description": "Get activity log entries after or on a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false } @@ -5297,7 +5297,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": false } } @@ -5308,7 +5308,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5318,9 +5318,9 @@ "description": "Get activity log entries between specific dates. Inclusive flag defaults to false. If both dates are specified, 'to date' must be later than 'from date'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5434,7 +5434,7 @@ "description": "Get activity log entries since 7 days ago (inclusive), for which the username contains the word 'admin', with at least one application name matching 'MI Explore' (case-insensitive), database key that matches 'MI_Training' (case-insensitive) and usage mode equal to 'view'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false }, @@ -5467,7 +5467,7 @@ "description": "Get activity log entries after a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": false, "dateToInclusive": false } @@ -5478,7 +5478,7 @@ "description": "Get activity log entries after or on a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false } @@ -5490,7 +5490,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": false } } @@ -5501,7 +5501,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5511,9 +5511,9 @@ "description": "Get activity log entries between specific dates. Inclusive flag defaults to false. If both dates are specified, 'to date' must be later than 'from date'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5627,7 +5627,7 @@ "description": "Get activity log entries since 7 days ago (inclusive), for which the username contains the word 'admin', with at least one application name matching 'MI Explore' (case-insensitive), database key that matches 'MI_Training' (case-insensitive) and usage mode equal to 'view'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false }, @@ -5660,7 +5660,7 @@ "description": "Get activity log entries after a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": false, "dateToInclusive": false } @@ -5671,7 +5671,7 @@ "description": "Get activity log entries after or on a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false } @@ -5683,7 +5683,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": false } } @@ -5694,7 +5694,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5704,9 +5704,9 @@ "description": "Get activity log entries between specific dates. Inclusive flag defaults to false. If both dates are specified, 'to date' must be later than 'from date'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5820,7 +5820,7 @@ "description": "Get activity log entries since 7 days ago (inclusive), for which the username contains the word 'admin', with at least one application name matching 'MI Explore' (case-insensitive), database key that matches 'MI_Training' (case-insensitive) and usage mode equal to 'view'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false }, @@ -5853,7 +5853,7 @@ "description": "Get activity log entries after a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": false, "dateToInclusive": false } @@ -5864,7 +5864,7 @@ "description": "Get activity log entries after or on a specific date. Inclusive flag defaults to false. If date filter is specified either from or to date must be set.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false } @@ -5876,7 +5876,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": false } } @@ -5887,7 +5887,7 @@ "value": { "dateFilter": { "dateFromInclusive": false, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -5897,9 +5897,9 @@ "description": "Get activity log entries between specific dates. Inclusive flag defaults to false. If both dates are specified, 'to date' must be later than 'from date'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, - "dateTo": "2026-08-13T00:00:00Z", + "dateTo": "2026-08-14T00:00:00Z", "dateToInclusive": true } } @@ -6013,7 +6013,7 @@ "description": "Get activity log entries since 7 days ago (inclusive), for which the username contains the word 'admin', with at least one application name matching 'MI Explore' (case-insensitive), database key that matches 'MI_Training' (case-insensitive) and usage mode equal to 'view'.", "value": { "dateFilter": { - "dateFrom": "2026-08-11T00:00:00Z", + "dateFrom": "2026-08-12T00:00:00Z", "dateFromInclusive": true, "dateToInclusive": false }, @@ -6054,7 +6054,7 @@ "itemType": "activityLog", "entries": [ { - "date": "2026-08-18T00:00:00+00:00", + "date": "2026-08-19T00:00:00+00:00", "username": "mi_user", "applicationNames": [ "MI Viewer" @@ -6063,7 +6063,7 @@ "usageMode": "edit" }, { - "date": "2026-08-17T00:00:00+00:00", + "date": "2026-08-18T00:00:00+00:00", "username": "mi_user", "applicationNames": [ "MI Explore", @@ -6089,7 +6089,7 @@ "itemType": "activityLog", "entries": [ { - "date": "2026-08-18T00:00:00+00:00", + "date": "2026-08-19T00:00:00+00:00", "username": "mi_user", "applicationNames": [ "MI Viewer" @@ -6098,7 +6098,7 @@ "usageMode": "edit" }, { - "date": "2026-08-17T00:00:00+00:00", + "date": "2026-08-18T00:00:00+00:00", "username": "mi_user", "applicationNames": [ "MI Explore", @@ -6124,7 +6124,7 @@ "itemType": "activityLog", "entries": [ { - "date": "2026-08-18T00:00:00+00:00", + "date": "2026-08-19T00:00:00+00:00", "username": "mi_user", "applicationNames": [ "MI Viewer" @@ -6133,7 +6133,7 @@ "usageMode": "edit" }, { - "date": "2026-08-17T00:00:00+00:00", + "date": "2026-08-18T00:00:00+00:00", "username": "mi_user", "applicationNames": [ "MI Explore", @@ -6330,7 +6330,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1f76143c-f86f-45fe-8fff-759b85d32e90", + "criterionGuid": "31a73a13-3205-405e-a6d7-b5e37f7e1c0a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6357,7 +6357,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "5d8fa405-f065-4eb9-9107-d6251b1aa8ac", + "criterionGuid": "e37cb672-1cfc-4f8b-9946-ce1e6a715a4c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6390,7 +6390,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "833e0fb9-24a5-4cfd-bd7a-32cf21ccbade", + "criterionGuid": "152e273d-3814-43d8-8ffb-d7048cb6130c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6558,7 +6558,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1f76143c-f86f-45fe-8fff-759b85d32e90", + "criterionGuid": "31a73a13-3205-405e-a6d7-b5e37f7e1c0a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6585,7 +6585,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "5d8fa405-f065-4eb9-9107-d6251b1aa8ac", + "criterionGuid": "e37cb672-1cfc-4f8b-9946-ce1e6a715a4c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6618,7 +6618,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "833e0fb9-24a5-4cfd-bd7a-32cf21ccbade", + "criterionGuid": "152e273d-3814-43d8-8ffb-d7048cb6130c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6786,7 +6786,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1f76143c-f86f-45fe-8fff-759b85d32e90", + "criterionGuid": "31a73a13-3205-405e-a6d7-b5e37f7e1c0a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6813,7 +6813,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "5d8fa405-f065-4eb9-9107-d6251b1aa8ac", + "criterionGuid": "e37cb672-1cfc-4f8b-9946-ce1e6a715a4c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -6846,7 +6846,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "833e0fb9-24a5-4cfd-bd7a-32cf21ccbade", + "criterionGuid": "152e273d-3814-43d8-8ffb-d7048cb6130c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7014,7 +7014,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "1f76143c-f86f-45fe-8fff-759b85d32e90", + "criterionGuid": "31a73a13-3205-405e-a6d7-b5e37f7e1c0a", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7041,7 +7041,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "5d8fa405-f065-4eb9-9107-d6251b1aa8ac", + "criterionGuid": "e37cb672-1cfc-4f8b-9946-ce1e6a715a4c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7074,7 +7074,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "833e0fb9-24a5-4cfd-bd7a-32cf21ccbade", + "criterionGuid": "152e273d-3814-43d8-8ffb-d7048cb6130c", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7328,7 +7328,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "22c94ed8-daa3-4743-af75-8e83cfb7cba8", + "criterionGuid": "2d6062c1-9e99-4b04-aa19-6f0e71ffd145", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7355,7 +7355,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "65482ac9-c414-4813-b18c-58563034029b", + "criterionGuid": "0c9b32b5-de4f-4090-937d-5749decc8359", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7388,7 +7388,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3429eca0-72db-441b-9c8e-fe17bd34f747", + "criterionGuid": "91da6968-275c-43e8-a5be-ec44a1057603", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7556,7 +7556,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "22c94ed8-daa3-4743-af75-8e83cfb7cba8", + "criterionGuid": "2d6062c1-9e99-4b04-aa19-6f0e71ffd145", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7583,7 +7583,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "65482ac9-c414-4813-b18c-58563034029b", + "criterionGuid": "0c9b32b5-de4f-4090-937d-5749decc8359", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7616,7 +7616,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3429eca0-72db-441b-9c8e-fe17bd34f747", + "criterionGuid": "91da6968-275c-43e8-a5be-ec44a1057603", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7784,7 +7784,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "22c94ed8-daa3-4743-af75-8e83cfb7cba8", + "criterionGuid": "2d6062c1-9e99-4b04-aa19-6f0e71ffd145", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7811,7 +7811,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "65482ac9-c414-4813-b18c-58563034029b", + "criterionGuid": "0c9b32b5-de4f-4090-937d-5749decc8359", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -7844,7 +7844,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3429eca0-72db-441b-9c8e-fe17bd34f747", + "criterionGuid": "91da6968-275c-43e8-a5be-ec44a1057603", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8012,7 +8012,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "22c94ed8-daa3-4743-af75-8e83cfb7cba8", + "criterionGuid": "2d6062c1-9e99-4b04-aa19-6f0e71ffd145", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8039,7 +8039,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "65482ac9-c414-4813-b18c-58563034029b", + "criterionGuid": "0c9b32b5-de4f-4090-937d-5749decc8359", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8072,7 +8072,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3429eca0-72db-441b-9c8e-fe17bd34f747", + "criterionGuid": "91da6968-275c-43e8-a5be-ec44a1057603", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8315,7 +8315,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "cc3c0ce9-c827-4a2d-8236-ccd82ca11cd8", + "criterionGuid": "92b9d381-5cac-4fc5-bade-94bc390cc1c1", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8342,7 +8342,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "63854f7a-bc97-4d01-85ea-67a033eafeb0", + "criterionGuid": "c24e2d55-17e7-4317-9a99-09bd54a9af19", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8375,7 +8375,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "43b71ff2-ed85-47d5-8b29-839fb0751ded", + "criterionGuid": "03e0beff-c59b-4063-9993-2415b820ccc5", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8543,7 +8543,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "cc3c0ce9-c827-4a2d-8236-ccd82ca11cd8", + "criterionGuid": "92b9d381-5cac-4fc5-bade-94bc390cc1c1", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8570,7 +8570,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "63854f7a-bc97-4d01-85ea-67a033eafeb0", + "criterionGuid": "c24e2d55-17e7-4317-9a99-09bd54a9af19", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8603,7 +8603,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "43b71ff2-ed85-47d5-8b29-839fb0751ded", + "criterionGuid": "03e0beff-c59b-4063-9993-2415b820ccc5", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8771,7 +8771,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "cc3c0ce9-c827-4a2d-8236-ccd82ca11cd8", + "criterionGuid": "92b9d381-5cac-4fc5-bade-94bc390cc1c1", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8798,7 +8798,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "63854f7a-bc97-4d01-85ea-67a033eafeb0", + "criterionGuid": "c24e2d55-17e7-4317-9a99-09bd54a9af19", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8831,7 +8831,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "43b71ff2-ed85-47d5-8b29-839fb0751ded", + "criterionGuid": "03e0beff-c59b-4063-9993-2415b820ccc5", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -8999,7 +8999,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "cc3c0ce9-c827-4a2d-8236-ccd82ca11cd8", + "criterionGuid": "92b9d381-5cac-4fc5-bade-94bc390cc1c1", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9026,7 +9026,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "63854f7a-bc97-4d01-85ea-67a033eafeb0", + "criterionGuid": "c24e2d55-17e7-4317-9a99-09bd54a9af19", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9059,7 +9059,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "43b71ff2-ed85-47d5-8b29-839fb0751ded", + "criterionGuid": "03e0beff-c59b-4063-9993-2415b820ccc5", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9275,7 +9275,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3946f7d5-f5c1-4ced-afe5-1b56c4abfc60", + "criterionGuid": "f62ec359-6217-45fe-b45f-9c6412e5b803", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9302,7 +9302,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "90571a63-9c6f-4e0a-9714-41b7c0b5010f", + "criterionGuid": "93ba5ab6-fc81-41c3-a7e9-04052612fa52", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9335,7 +9335,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0b775424-6abb-4acb-8824-8f4af480e2a0", + "criterionGuid": "f9a9f854-426d-4b64-b4d6-c271a7e4e861", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9503,7 +9503,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3946f7d5-f5c1-4ced-afe5-1b56c4abfc60", + "criterionGuid": "f62ec359-6217-45fe-b45f-9c6412e5b803", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9530,7 +9530,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "90571a63-9c6f-4e0a-9714-41b7c0b5010f", + "criterionGuid": "93ba5ab6-fc81-41c3-a7e9-04052612fa52", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9563,7 +9563,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0b775424-6abb-4acb-8824-8f4af480e2a0", + "criterionGuid": "f9a9f854-426d-4b64-b4d6-c271a7e4e861", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9731,7 +9731,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3946f7d5-f5c1-4ced-afe5-1b56c4abfc60", + "criterionGuid": "f62ec359-6217-45fe-b45f-9c6412e5b803", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9758,7 +9758,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "90571a63-9c6f-4e0a-9714-41b7c0b5010f", + "criterionGuid": "93ba5ab6-fc81-41c3-a7e9-04052612fa52", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9791,7 +9791,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0b775424-6abb-4acb-8824-8f4af480e2a0", + "criterionGuid": "f9a9f854-426d-4b64-b4d6-c271a7e4e861", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9959,7 +9959,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "3946f7d5-f5c1-4ced-afe5-1b56c4abfc60", + "criterionGuid": "f62ec359-6217-45fe-b45f-9c6412e5b803", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -9986,7 +9986,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "90571a63-9c6f-4e0a-9714-41b7c0b5010f", + "criterionGuid": "93ba5ab6-fc81-41c3-a7e9-04052612fa52", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -10019,7 +10019,7 @@ }, "aggregationCriteria": [ { - "criterionGuid": "0b775424-6abb-4acb-8824-8f4af480e2a0", + "criterionGuid": "f9a9f854-426d-4b64-b4d6-c271a7e4e861", "numberOfTerms": 10, "prefix": "st", "attributes": { @@ -13883,7 +13883,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7050242+00:00" + "value": "2026-08-19T23:01:13.5830592+00:00" } }, "Example 11": { @@ -14110,7 +14110,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7050242+00:00" + "value": "2026-08-19T23:01:13.5830592+00:00" } }, "Example 11": { @@ -14337,7 +14337,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7050242+00:00" + "value": "2026-08-19T23:01:13.5830592+00:00" } }, "Example 11": { @@ -14564,7 +14564,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7050242+00:00" + "value": "2026-08-19T23:01:13.5830592+00:00" } }, "Example 11": { @@ -15127,7 +15127,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7270276+00:00" + "value": "2026-08-19T23:01:13.599058+00:00" } }, "Example 25": { @@ -15354,7 +15354,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7270276+00:00" + "value": "2026-08-19T23:01:13.599058+00:00" } }, "Example 25": { @@ -15581,7 +15581,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7270276+00:00" + "value": "2026-08-19T23:01:13.599058+00:00" } }, "Example 25": { @@ -15808,7 +15808,7 @@ "description": "This example demonstrates how to set the value for a DateTime datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7270276+00:00" + "value": "2026-08-19T23:01:13.599058+00:00" } }, "Example 25": { @@ -16299,7 +16299,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7330309+00:00" + "value": "2026-08-19T23:01:13.6030608+00:00" } }, "Example 8": { @@ -16400,7 +16400,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7330309+00:00" + "value": "2026-08-19T23:01:13.6030608+00:00" } }, "Example 8": { @@ -16501,7 +16501,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7330309+00:00" + "value": "2026-08-19T23:01:13.6030608+00:00" } }, "Example 8": { @@ -16602,7 +16602,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7330309+00:00" + "value": "2026-08-19T23:01:13.6030608+00:00" } }, "Example 8": { @@ -17072,7 +17072,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7370233+00:00" + "value": "2026-08-19T23:01:13.6070561+00:00" } }, "Example 17": { @@ -17173,7 +17173,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7370233+00:00" + "value": "2026-08-19T23:01:13.6070561+00:00" } }, "Example 17": { @@ -17274,7 +17274,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7370233+00:00" + "value": "2026-08-19T23:01:13.6070561+00:00" } }, "Example 17": { @@ -17375,7 +17375,7 @@ "description": "This example demonstrates how to set the value for a DateTime cell datum.", "value": { "setDatumType": "datetime", - "value": "2026-08-18T23:02:03.7370233+00:00" + "value": "2026-08-19T23:01:13.6070561+00:00" } }, "Example 17": { @@ -24346,7 +24346,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "1f9848a0-5c34-46bd-8d16-91cdf0f50e12", + "identifier": "11d35eeb-c674-4afb-8eba-71fe2b8e1065", "status": "pending" } }, @@ -24355,7 +24355,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "1f9848a0-5c34-46bd-8d16-91cdf0f50e12", + "identifier": "11d35eeb-c674-4afb-8eba-71fe2b8e1065", "status": "pending" } }, @@ -24364,7 +24364,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "1f9848a0-5c34-46bd-8d16-91cdf0f50e12", + "identifier": "11d35eeb-c674-4afb-8eba-71fe2b8e1065", "status": "pending" } } @@ -24443,7 +24443,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "c6293abb-aa8a-4a49-84d2-dcefe27bf541", + "identifier": "8897c3a1-71fb-4140-aa6d-bf90f95b5d09", "status": "pending" } }, @@ -24452,7 +24452,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "c6293abb-aa8a-4a49-84d2-dcefe27bf541", + "identifier": "8897c3a1-71fb-4140-aa6d-bf90f95b5d09", "status": "pending" } }, @@ -24461,7 +24461,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "c6293abb-aa8a-4a49-84d2-dcefe27bf541", + "identifier": "8897c3a1-71fb-4140-aa6d-bf90f95b5d09", "status": "pending" } } @@ -24513,7 +24513,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "bac823f4-fa2a-4ab3-ac82-06550f4644e5", + "identifier": "73388182-b571-4d53-9c7c-277d6a59cf67", "status": "pending" } }, @@ -24522,7 +24522,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "bac823f4-fa2a-4ab3-ac82-06550f4644e5", + "identifier": "73388182-b571-4d53-9c7c-277d6a59cf67", "status": "pending" } }, @@ -24531,7 +24531,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "bac823f4-fa2a-4ab3-ac82-06550f4644e5", + "identifier": "73388182-b571-4d53-9c7c-277d6a59cf67", "status": "pending" } } @@ -24571,7 +24571,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "8624d486-a8e6-4bc8-91a0-4d2c37fe2917", + "identifier": "39060680-b6d3-4217-9ec7-aa084e1f5791", "status": "pending" } }, @@ -24580,7 +24580,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "8624d486-a8e6-4bc8-91a0-4d2c37fe2917", + "identifier": "39060680-b6d3-4217-9ec7-aa084e1f5791", "status": "pending" } }, @@ -24589,7 +24589,7 @@ "$ref": "#/components/schemas/GsaLongRunningOperation" }, "example": { - "identifier": "8624d486-a8e6-4bc8-91a0-4d2c37fe2917", + "identifier": "39060680-b6d3-4217-9ec7-aa084e1f5791", "status": "pending" } } @@ -28304,7 +28304,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "98cbe806-011b-4e15-9cde-59a50de0cc61" + "011804f8-acd4-4ba7-95ba-17083c9481a2" ], "listActionsToInclude": [ "ItemAdded", @@ -28328,7 +28328,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "98cbe806-011b-4e15-9cde-59a50de0cc61" + "011804f8-acd4-4ba7-95ba-17083c9481a2" ], "listActionsToInclude": [ "ItemAdded", @@ -28352,7 +28352,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "98cbe806-011b-4e15-9cde-59a50de0cc61" + "011804f8-acd4-4ba7-95ba-17083c9481a2" ], "listActionsToInclude": [ "ItemAdded", @@ -28376,7 +28376,7 @@ "description": "Search for the audit log items for the first 10 times the given list had an item added or removed", "value": { "listIdentifiers": [ - "98cbe806-011b-4e15-9cde-59a50de0cc61" + "011804f8-acd4-4ba7-95ba-17083c9481a2" ], "listActionsToInclude": [ "ItemAdded", @@ -29951,7 +29951,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Indirectly linked record", - "guid": "fb0d1ae7-c057-4a05-a82a-b8a00ab0a872" + "guid": "cd58cd75-8808-4e35-805d-4158172f60f7" } }, { @@ -29961,7 +29961,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Directly linked record", - "guid": "db4580c4-7730-496b-8d4a-5eba6fbfe278" + "guid": "c1ff4774-51eb-4dc1-8542-644fc41241d6" } } ] @@ -30037,7 +30037,7 @@ "value": { "recordLinkGroup": { "type": "crossDatabase", - "guid": "7ea1b240-227d-4755-b085-a479b3eee8ed" + "guid": "d5ff88ed-de8f-483e-bd32-c9ae24ed8116" }, "results": [ { @@ -30047,7 +30047,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record A", - "guid": "82a3fc67-d65a-4181-8fd1-42cfb117f8b8" + "guid": "ee5996ff-9bce-4c74-b6f8-3f2e384d1819" } }, { @@ -30058,7 +30058,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record B", - "guid": "cee3c7e8-c9d9-49d2-91d7-b4e7df5b66c4" + "guid": "504c6094-6a77-403f-8a81-a2486507238e" } }, { @@ -30068,7 +30068,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record X", - "guid": "8cd8e98e-1d6f-4a6c-9262-48bcc5a88335" + "guid": "7c056707-2926-455d-818a-aff6832a9484" } } ] @@ -30184,7 +30184,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Indirectly linked record", - "guid": "0ff7eaf3-3963-4dfe-b362-2b033f1124b0" + "guid": "6dd4b967-2e27-4795-991b-636be5d23d90" } }, { @@ -30194,7 +30194,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Directly linked record", - "guid": "8ae1ad72-636d-49e0-9623-fc3e8caed090" + "guid": "83bc3668-b3c4-4f61-b302-f881450ef355" } } ] @@ -30270,7 +30270,7 @@ "value": { "recordLinkGroup": { "type": "crossDatabase", - "guid": "46632557-86f8-4314-b658-e37476218625" + "guid": "689c8bd6-c7a0-4ed3-88ff-2e63a826d1bb" }, "results": [ { @@ -30280,7 +30280,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record A", - "guid": "abb553e7-75f1-428a-83d7-87593d079352" + "guid": "8de2e62e-f13a-40c3-9254-7d439f28b0ac" } }, { @@ -30291,7 +30291,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record B", - "guid": "402e7689-5996-443a-aded-46af0a8f4f62" + "guid": "cccdc8af-6954-49aa-b5c0-2f330477573a" } }, { @@ -30301,7 +30301,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record X", - "guid": "1d37e945-8223-43b5-b490-76f86b529e87" + "guid": "8841539d-10b8-4fd4-b05a-9deac48eef47" } } ] @@ -30437,7 +30437,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Indirectly linked record", - "guid": "ec592b48-e1a7-4a9c-a352-c8437437cb5a" + "guid": "518e1bee-2952-4a4f-9c72-d20d24ca4d2c" } }, { @@ -30447,7 +30447,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Directly linked record", - "guid": "d70009da-5da5-4547-8d68-c2ac0b1de644" + "guid": "72359d30-b3bc-4072-abce-e5ed54b9a91a" } } ] @@ -30523,7 +30523,7 @@ "value": { "recordLinkGroup": { "type": "crossDatabase", - "guid": "aae3ca09-80c1-479f-b795-d7a86dda3562" + "guid": "fd60235a-3f1b-4b85-95b2-00b5cfd6a641" }, "results": [ { @@ -30533,7 +30533,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record A", - "guid": "5f546115-92e4-493d-9b68-57697406b0e5" + "guid": "deb9bdd6-dc41-40df-aadd-80c45b0b611e" } }, { @@ -30544,7 +30544,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record B", - "guid": "460c063a-d48a-473a-997d-c9fc82a1e4b0" + "guid": "40960150-bbd5-4baa-96b9-73ffa49a61fa" } }, { @@ -30554,7 +30554,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record X", - "guid": "ae5bf2eb-97ac-40e0-9d9b-933ae30dae0d" + "guid": "edfc09e1-a02d-4d25-b8f8-93dc74b110ed" } } ] @@ -30679,7 +30679,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Indirectly linked record", - "guid": "436f9572-4cd9-46bf-934b-b07cd3d0fc07" + "guid": "5919f358-76b4-4dfe-b553-b20bd9fc35c1" } }, { @@ -30689,7 +30689,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Directly linked record", - "guid": "2852ec35-64fc-4fd1-8be5-2a28fa4a4d0d" + "guid": "339d5a33-15c7-45e7-b139-7afd1a3d8c67" } } ] @@ -30765,7 +30765,7 @@ "value": { "recordLinkGroup": { "type": "crossDatabase", - "guid": "67cc7260-c9b4-4a11-ae93-8f262be9070f" + "guid": "cc23ef07-fe0d-4713-a92d-4305260e75d3" }, "results": [ { @@ -30775,7 +30775,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record A", - "guid": "3d82f56d-2543-412b-aed8-4d3c56184dae" + "guid": "234967c8-ebf6-4c34-892d-2549742add98" } }, { @@ -30786,7 +30786,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record B", - "guid": "c0a36a55-d31a-4ea9-87fc-d98ca27cc297" + "guid": "5ceba3df-e8fb-4089-9035-b431a6b9460c" } }, { @@ -30796,7 +30796,7 @@ "versionNumber": 0, "versionState": "unversioned", "name": "Target Record X", - "guid": "518cc332-0778-4ea3-8c0a-79a4fdbeb230" + "guid": "4effd1fb-0593-4b94-b09b-b86940621b90" } } ] @@ -31088,7 +31088,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "a91c07d7-8e35-421b-be08-4890c08accf2" + "guid": "5503b471-261b-4ad5-8223-eeebf4dd76c2" } }, "Example 4": { @@ -31150,7 +31150,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "a91c07d7-8e35-421b-be08-4890c08accf2" + "guid": "5503b471-261b-4ad5-8223-eeebf4dd76c2" } }, "Example 4": { @@ -31212,7 +31212,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "a91c07d7-8e35-421b-be08-4890c08accf2" + "guid": "5503b471-261b-4ad5-8223-eeebf4dd76c2" } }, "Example 4": { @@ -31274,7 +31274,7 @@ "parent": { "guid": "f92315e2-f836-4c2e-aba1-6d8a1a49e8a3" }, - "guid": "a91c07d7-8e35-421b-be08-4890c08accf2" + "guid": "5503b471-261b-4ad5-8223-eeebf4dd76c2" } }, "Example 4": { @@ -31330,11 +31330,11 @@ "versionNumber": 1, "versionState": "unversioned", "name": "New Alumino Silicate Record", - "guid": "141071d1-375c-4c7f-9b9e-3a245358e89b" + "guid": "4a7e8706-5656-4a4f-871e-9e9cc6ca370a" } ], "subsets": [], - "guid": "28316a5e-b07a-4ce8-b8ec-003d66deab97" + "guid": "4aea5121-3dc7-42eb-b921-a6c0f2150a4d" } } } @@ -32091,7 +32091,7 @@ "guid": "0000b135-0010-4fff-8fff-dd92ffff0000" } ], - "guid": "90247623-c99d-401b-a4e3-62d2c18fc954" + "guid": "d20c62aa-4576-46dc-9a10-fc19c428917c" } } } @@ -32389,7 +32389,7 @@ "guid": "0000b135-0010-4fff-8fff-dd92ffff0000" } ], - "guid": "b3e5a9e1-6815-4e38-9f97-52bd659f26a0" + "guid": "e53b61d4-c00f-48a5-b469-42c366ff3514" } } } @@ -33009,9 +33009,9 @@ "Example 3": { "summary": "Parent is not released.", "value": { - "message": "Cannot release Record Version with GUID '0bf34531-3028-4974-86ea-ba4745b94faa'.", + "message": "Cannot release Record Version with GUID '7eb3f2a6-c218-40b9-b940-c724cf412c5a'.", "code": "releaseRecordVersionControl", - "recordVersionGuid": "0bf34531-3028-4974-86ea-ba4745b94faa", + "recordVersionGuid": "7eb3f2a6-c218-40b9-b940-c724cf412c5a", "errors": [ { "message": "Tree parent is not in a valid state to perform this operation.", @@ -33167,9 +33167,9 @@ "Example 3": { "summary": "Record version is not the latest version.", "value": { - "message": "Cannot create a new version from the Record Version with GUID '6b4f6b27-3bc2-4bea-be6f-471b44c873fa'.", + "message": "Cannot create a new version from the Record Version with GUID '3368d462-01d7-4293-8b43-cafbe77e6ce7'.", "code": "getModifiableRecordVersionControl", - "recordVersionGuid": "6b4f6b27-3bc2-4bea-be6f-471b44c873fa", + "recordVersionGuid": "3368d462-01d7-4293-8b43-cafbe77e6ce7", "errors": [ { "message": "There is a newer version.", @@ -33178,7 +33178,7 @@ "versionNumber": 2, "versionState": "unreleased", "name": "Arsenic trioxide [1327-53-3] - new version", - "guid": "bbdc95e3-0773-49ca-ac39-6bd08e04a48f" + "guid": "c24b1369-4a14-45e7-be68-887b1e80fd33" } } ] @@ -33929,30 +33929,30 @@ "examples": { "Example 1": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '5d83d747-6a7f-469b-9b98-2a27fc608c79', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '4c685837-1481-45c7-9451-54044513849f', but the permission category does not exist.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission category with GUID '5d83d747-6a7f-469b-9b98-2a27fc608c79' does not exist.", + "message": "The permission category with GUID '4c685837-1481-45c7-9451-54044513849f' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "5d83d747-6a7f-469b-9b98-2a27fc608c79" + "categoryGuid": "4c685837-1481-45c7-9451-54044513849f" } ] } }, "Example 2": { "summary": "Permission not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID 'caedb50b-8513-43d6-b2e5-6e96db93ddf6' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID 'be063e46-01e7-4473-b0c5-62316b8b3039' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission with GUID 'caedb50b-8513-43d6-b2e5-6e96db93ddf6' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", + "message": "The permission with GUID 'be063e46-01e7-4473-b0c5-62316b8b3039' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", "reason": "noSuchPermission", - "permissionGuid": "caedb50b-8513-43d6-b2e5-6e96db93ddf6", + "permissionGuid": "be063e46-01e7-4473-b0c5-62316b8b3039", "categoryGuid": "aceedc4e-bd29-44bc-8956-7e1d98468c7e" } ] @@ -34346,8 +34346,8 @@ "resolvedLinkTargets": [ { "linkTarget": { - "databaseGuid": "813a42a7-d384-4191-ae0a-0d431fd0c7cb", - "tableGuid": "0cf90a96-b5cc-4499-9ffd-c8cd0c447ab9" + "databaseGuid": "63f7c502-b088-45ce-b6b5-6455728c23ef", + "tableGuid": "c1e278af-8f76-4cb4-99ee-a6c00b02a649" }, "tables": [] }, @@ -34521,7 +34521,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "24a18d84-cc4c-4a92-8786-d5f8f679b3a6" + "guid": "0bb6556a-338e-4e86-b61d-3de631f33ecb" } }, "Example 4": { @@ -34956,7 +34956,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "24a18d84-cc4c-4a92-8786-d5f8f679b3a6" + "guid": "0bb6556a-338e-4e86-b61d-3de631f33ecb" } }, "Example 4": { @@ -35391,7 +35391,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "24a18d84-cc4c-4a92-8786-d5f8f679b3a6" + "guid": "0bb6556a-338e-4e86-b61d-3de631f33ecb" } }, "Example 4": { @@ -35826,7 +35826,7 @@ "type": "dateTime", "defaultThresholdType": "atMost", "name": "Delivery date (guid)", - "guid": "24a18d84-cc4c-4a92-8786-d5f8f679b3a6" + "guid": "0bb6556a-338e-4e86-b61d-3de631f33ecb" } }, "Example 4": { @@ -36338,7 +36338,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "5cd31a17-fb35-4ad7-9555-94a310ec897a" + "guid": "d8dd38e2-c031-46de-a8d8-7ff6a15c70c5" } ], "primarySmartLinkGroups": [], @@ -36516,9 +36516,9 @@ "isMetaAttribute": false, "errors": [ { - "message": "Could not find Discrete Type with GUID '6da17b87-369d-404f-a58a-6a3883d9caf2' in database 'MI_Training'.", + "message": "Could not find Discrete Type with GUID 'a85702a3-1936-4bed-bc53-18db942948ba' in database 'MI_Training'.", "reason": "noSuchEntity", - "guid": "6da17b87-369d-404f-a58a-6a3883d9caf2", + "guid": "a85702a3-1936-4bed-bc53-18db942948ba", "databaseKey": "MI_Training", "entityType": "discreteType" } @@ -36535,9 +36535,9 @@ "isMetaAttribute": false, "errors": [ { - "message": "Could not find Unit with GUID '70dddd12-f82e-4106-93a5-c1c0ddb5cb93' in database 'MI_Training'.", + "message": "Could not find Unit with GUID 'c3cab4f0-92fc-4f76-87bb-1c4f6cfaacd5' in database 'MI_Training'.", "reason": "noSuchEntity", - "guid": "70dddd12-f82e-4106-93a5-c1c0ddb5cb93", + "guid": "c3cab4f0-92fc-4f76-87bb-1c4f6cfaacd5", "databaseKey": "MI_Training", "entityType": "unit" }, @@ -36550,10 +36550,10 @@ "reason": "noExpressions" }, { - "message": "Parameters in Parameter contents must be from this Attribute's Parameters. GUIDs not found in Attribute's Parameters: '89865ee8-f14c-4297-a757-aeaf42d72d5a'.", + "message": "Parameters in Parameter contents must be from this Attribute's Parameters. GUIDs not found in Attribute's Parameters: '67b6248c-c55b-4c43-902c-dd4c425cc7e5'.", "reason": "parameterContentUnknownParameters", "parameterGuids": [ - "89865ee8-f14c-4297-a757-aeaf42d72d5a" + "67b6248c-c55b-4c43-902c-dd4c425cc7e5" ] } ] @@ -36757,7 +36757,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "14208b38-2d80-4da1-a014-6f7806d230ff" + "guid": "62cc0297-03cb-4c11-ac6e-2e29171424fd" } ], "primarySmartLinkGroups": [], @@ -38264,7 +38264,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "ad6f147b-1f7d-41b6-97f3-fa616f6e5e52" + "guid": "578a2f25-ee55-45aa-84e0-96c37c5783db" } ], "primarySmartLinkGroups": [], @@ -38442,9 +38442,9 @@ "isMetaAttribute": false, "errors": [ { - "message": "Could not find Discrete Type with GUID '99cb5e56-8e5e-444c-8ad0-085c1cb6c143' in database 'MI_Training'.", + "message": "Could not find Discrete Type with GUID '2bfaf852-70fe-408a-b12e-28f9d761f455' in database 'MI_Training'.", "reason": "noSuchEntity", - "guid": "99cb5e56-8e5e-444c-8ad0-085c1cb6c143", + "guid": "2bfaf852-70fe-408a-b12e-28f9d761f455", "databaseKey": "MI_Training", "entityType": "discreteType" } @@ -38461,9 +38461,9 @@ "isMetaAttribute": false, "errors": [ { - "message": "Could not find Unit with GUID '09fef934-3d5a-4fe5-83bf-b3343813d2f4' in database 'MI_Training'.", + "message": "Could not find Unit with GUID 'f0466ea3-d9f9-4840-b5b1-0fd5c40ac991' in database 'MI_Training'.", "reason": "noSuchEntity", - "guid": "09fef934-3d5a-4fe5-83bf-b3343813d2f4", + "guid": "f0466ea3-d9f9-4840-b5b1-0fd5c40ac991", "databaseKey": "MI_Training", "entityType": "unit" }, @@ -38836,7 +38836,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "e34bf3c3-8a59-4163-b680-a4d4593cfa1a" + "guid": "68d338c8-f0b4-4aa6-b5d6-491baea21fd1" } ], "primarySmartLinkGroups": [], @@ -39341,7 +39341,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "f2ac3e07-2622-449e-b1cf-cb8ea5ee3cc0" + "guid": "94c9d06e-2c30-4adf-b22d-dcceab8809ed" } ], "primarySmartLinkGroups": [], @@ -39519,9 +39519,9 @@ "reason": "namedEntity", "errors": [ { - "message": "Meta-Attribute with GUID 'd9cbd635-fe42-4af3-a7cc-59779d84ac72' already exists.", + "message": "Meta-Attribute with GUID '598ccddd-bdf9-4569-867b-c3abb41e46b3' already exists.", "reason": "entityAlreadyExists", - "guid": "d9cbd635-fe42-4af3-a7cc-59779d84ac72", + "guid": "598ccddd-bdf9-4569-867b-c3abb41e46b3", "entityType": "metaAttribute" } ] @@ -39591,10 +39591,10 @@ "$ref": "#/components/schemas/GsaAttributeDeletionException" }, "example": { - "message": "Cannot delete Attribute with GUID '7e45a1dc-ab5f-4f70-916f-9b3180447b99'.", + "message": "Cannot delete Attribute with GUID '275850ff-a905-4abc-9a16-b1e02f6d435c'.", "code": "deletion", "entityType": "attribute", - "entityGuid": "7e45a1dc-ab5f-4f70-916f-9b3180447b99", + "entityGuid": "275850ff-a905-4abc-9a16-b1e02f6d435c", "errors": [ { "message": "It is being used in version controlled data.", @@ -39608,7 +39608,7 @@ "referencedBy": [ { "name": "Search mask that searches in Notes", - "guid": "ad7b077e-b595-4749-92f1-7d3a8b86b8df" + "guid": "8f01b026-dacb-4579-9536-fd3df2574740" } ] } @@ -39933,7 +39933,7 @@ "foreignDataLinkGroups": [ { "name": "Source of data (MaterialUniverse)", - "guid": "b50d1696-2505-4f05-ab90-03f7ba5ddec3" + "guid": "9adcd922-88ae-4f32-93d8-9e26bcf99ee6" } ], "primarySmartLinkGroups": [], @@ -40111,9 +40111,9 @@ "reason": "namedEntity", "errors": [ { - "message": "Meta-Attribute with GUID 'c0c646bc-28bd-4f55-a297-e8123244b53b' already exists.", + "message": "Meta-Attribute with GUID 'b3bc3ecd-71ad-460b-9bfb-da2f8f8c4397' already exists.", "reason": "entityAlreadyExists", - "guid": "c0c646bc-28bd-4f55-a297-e8123244b53b", + "guid": "b3bc3ecd-71ad-460b-9bfb-da2f8f8c4397", "entityType": "metaAttribute" } ] @@ -44982,30 +44982,30 @@ "examples": { "Example 5": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '5ed35fa3-89cc-4c18-8e03-6597d3cfb442', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '848c1662-794a-49a3-bd58-abc7dd503bb2', but the permission category does not exist.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission category with GUID '5ed35fa3-89cc-4c18-8e03-6597d3cfb442' does not exist.", + "message": "The permission category with GUID '848c1662-794a-49a3-bd58-abc7dd503bb2' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "5ed35fa3-89cc-4c18-8e03-6597d3cfb442" + "categoryGuid": "848c1662-794a-49a3-bd58-abc7dd503bb2" } ] } }, "Example 6": { "summary": "Permission not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '7c6e34af-ed83-4a98-a62d-299ffb382019' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '4fe429d2-41d4-47d7-b6fa-f08c506f5ff7' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission with GUID '7c6e34af-ed83-4a98-a62d-299ffb382019' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", + "message": "The permission with GUID '4fe429d2-41d4-47d7-b6fa-f08c506f5ff7' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", "reason": "noSuchPermission", - "permissionGuid": "7c6e34af-ed83-4a98-a62d-299ffb382019", + "permissionGuid": "4fe429d2-41d4-47d7-b6fa-f08c506f5ff7", "categoryGuid": "aceedc4e-bd29-44bc-8956-7e1d98468c7e" } ] @@ -45635,30 +45635,30 @@ "examples": { "Example 9": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID 'baf060e8-d8d4-4388-a5b1-b31102442d89', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID 'fdafd8fc-73d0-4982-963d-28683730f2fa', but the permission category does not exist.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission category with GUID 'baf060e8-d8d4-4388-a5b1-b31102442d89' does not exist.", + "message": "The permission category with GUID 'fdafd8fc-73d0-4982-963d-28683730f2fa' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "baf060e8-d8d4-4388-a5b1-b31102442d89" + "categoryGuid": "fdafd8fc-73d0-4982-963d-28683730f2fa" } ] } }, "Example 10": { "summary": "Permission not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '1943bf01-b5df-4252-9b7c-26aaa480a3ae' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '5400213d-697b-4047-85e0-b85f9e4b6e03' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission with GUID '1943bf01-b5df-4252-9b7c-26aaa480a3ae' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", + "message": "The permission with GUID '5400213d-697b-4047-85e0-b85f9e4b6e03' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", "reason": "noSuchPermission", - "permissionGuid": "1943bf01-b5df-4252-9b7c-26aaa480a3ae", + "permissionGuid": "5400213d-697b-4047-85e0-b85f9e4b6e03", "categoryGuid": "aceedc4e-bd29-44bc-8956-7e1d98468c7e" } ] @@ -45838,7 +45838,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "5c289cdb-d893-4c4e-b5b3-aa21293c733c" + "guid": "d3f997ec-cb22-4d29-9f08-fe0ab4f6efc7" } } } @@ -45863,7 +45863,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "5c289cdb-d893-4c4e-b5b3-aa21293c733c" + "guid": "d3f997ec-cb22-4d29-9f08-fe0ab4f6efc7" } } } @@ -45888,7 +45888,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "5c289cdb-d893-4c4e-b5b3-aa21293c733c" + "guid": "d3f997ec-cb22-4d29-9f08-fe0ab4f6efc7" } } } @@ -45913,7 +45913,7 @@ "description": "Basic configuration that can be used in explore.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "basic configuration", - "guid": "5c289cdb-d893-4c4e-b5b3-aa21293c733c" + "guid": "d3f997ec-cb22-4d29-9f08-fe0ab4f6efc7" } } } @@ -46112,7 +46112,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "68fa405b-df52-4129-8a0c-f31a77fffbae" + "guid": "4ebae9e3-49b2-4c77-b5aa-7f35428d6958" } }, "Example 2": { @@ -46136,7 +46136,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "68fa405b-df52-4129-8a0c-f31a77fffbae" + "guid": "4ebae9e3-49b2-4c77-b5aa-7f35428d6958" } }, "Example 2": { @@ -46160,7 +46160,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "68fa405b-df52-4129-8a0c-f31a77fffbae" + "guid": "4ebae9e3-49b2-4c77-b5aa-7f35428d6958" } }, "Example 2": { @@ -46184,7 +46184,7 @@ "description": "Updated description for MI_Training Explore 'examples' configuration.", "value": "{\"configurations\": [{\"key\": \"training-materials\",\"displayName\": \"MI Training Materials\",\"default\": true,\"groups\": [\"MI Training examples\"],\"table\": \"MaterialUniverse\",\"loadDataOnDemand\": false,\"description\": \"Explore MaterialUniverse data in the MI Training database\",\"searchLayout\": \"All bulk materials\",\"dataSheetLayout\": \"All bulk materials\",\"editableDatasheetLayout\": \"All bulk materials\",\"searchListLayout\": \"Explore list layout Materials\",\"newRecordLocation\": \"NEW RECORDS/{Base}\",\"subset\": \"All bulk materials\",\"logsliders\": true,\"xyChart\": {\"colorAttribute\": \"UV radiation (sunlight)\",\"colorAttribute2\": \"Flammability\",\"colorAttribute3\": \"Food contact\",\"colorAttribute4\": \"Material form\",\"colorAttribute5\": \"Organic solvents\",\"colorAttribute6\": \"Oxidation at 500C\",\"colorAttribute7\": \"Strong acids\",\"colorAttribute8\": \"Strong alkalis\",\"colorAttribute9\": \"Weak acids\",\"colorAttribute10\": \"Weak alkalis\",\"colorAttribute11\": \"Water (fresh)\",\"colorAttribute12\": \"Water (salt)\",\"colorAttribute13\": \"Transparency\",\"colorAttribute14\": \"Wear resistance\",\"xAttribute\": \"Density\",\"yAttribute\": \"Yield strength (elastic limit)\",\"preventAxisChange\": false,\"xAxisLogarithmic\": true,\"yAxisLogarithmic\": true},\"showBlanks\": false,\"reportsDisabled\": false,\"exportersDisabled\": false,\"tabularEditingEnabled\": true,\"configSwitching\": \"keyOnly\",\"workflowEnabled\": true,\"useCustomFormatters\": {\"Recycle fraction in current supply\": \"recyclingPercent\",\"Recycle\": \"recyclingBool\",\"Biodegrade\": \"biodegradeBool\",\"UV radiation (sunlight)\": \"uvradiationsunlightDiscrete\",\"Flammability\": \"flammabilityDiscrete\",\"Food contact\": \"foodcontactDiscrete\",\"Material form\": \"materialformDiscrete\",\"Organic solvents\": \"organicsolventsDiscrete\",\"Oxidation at 500C\": \"oxidationat500cDiscrete\",\"Strong acids\": \"strongacidsDiscrete\",\"Strong alkalis\": \"strongalkalisDiscrete\",\"Weak acids\": \"weakacidsDiscrete\",\"Weak alkalis\": \"weakalkalisDiscrete\",\"Water (fresh)\": \"waterfreshDiscrete\",\"Water (salt)\": \"watersaltDiscrete\",\"Transparency\": \"transparencyDiscrete\",\"Wear resistance\": \"wearresistanceDiscrete\",\"A renewable resource?\": \"arenewableresourceBool\",\"Combust for energy recovery\": \"combustforenergyrecoveryBool\",\"Downcycle\": \"downcycleBool\",\"Flame retardant additive\": \"flameretardantadditiveBool\",\"Landfill\": \"landfillBool\",\"RoHS (EU) compliant grades?\": \"rohseucompliantgradesBool\",\"Substance declaration available?\": \"substancedeclarationavailableBool\"}}],\"customFormatterDefinitions\": {\"recyclingBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleYes.png\",\"tooltipValue\": \"Can be recycled\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/RecycleNo.png\",\"tooltipValue\": \"Can not be recycled\"},\"chart\": {\"renderColor\": \"red\"}}]},\"biodegradeBool\": {\"attributeFormatter\": {\"list\": {\"columnHeader\": false,\"columnWidth\": 40}},\"valueFormatters\": [{\"match\": true,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafGreen.png\",\"tooltipValue\": \"Can be biodegraded\"},\"chart\": {\"renderColor\": \"green\"}},{\"match\": false,\"list\": {\"iconUrl\": \"/mi_servicelayer/Assets/v1.svc/HelpPageFiles/MI_Training/ExploreImages/LeafRed.png\",\"tooltipValue\": \"Can not be biodegraded\"},\"chart\": {\"renderColor\": \"red\"}}]}}}", "name": "examples (updated)", - "guid": "68fa405b-df52-4129-8a0c-f31a77fffbae" + "guid": "4ebae9e3-49b2-4c77-b5aa-7f35428d6958" } }, "Example 2": { @@ -46226,9 +46226,9 @@ "summary": "Invalid File name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a Configuration file to ''.", "value": { - "message": "Cannot update Configuration file with GUID 'c9b2f01c-031d-4795-8e07-22e2fa518d07'.", + "message": "Cannot update Configuration file with GUID '24c78240-dd13-4ffb-8335-bb79708fc462'.", "code": "fileUpdate", - "fileGuid": "c9b2f01c-031d-4795-8e07-22e2fa518d07", + "fileGuid": "24c78240-dd13-4ffb-8335-bb79708fc462", "folderType": "configuration", "errors": [ { @@ -46593,7 +46593,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "0b70ee04-7266-4412-9c42-84f089c44330" + "guid": "58f44309-241e-4bf2-965b-a5817c8785ee" } }, "Example 3": { @@ -46626,7 +46626,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "0b70ee04-7266-4412-9c42-84f089c44330" + "guid": "58f44309-241e-4bf2-965b-a5817c8785ee" } }, "Example 3": { @@ -46659,7 +46659,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "0b70ee04-7266-4412-9c42-84f089c44330" + "guid": "58f44309-241e-4bf2-965b-a5817c8785ee" } }, "Example 3": { @@ -46692,7 +46692,7 @@ "value": { "value": 0.0072973525693, "name": "fine-structure constant (guid)", - "guid": "0b70ee04-7266-4412-9c42-84f089c44330" + "guid": "58f44309-241e-4bf2-965b-a5817c8785ee" } }, "Example 3": { @@ -46791,9 +46791,9 @@ "name": "NewConstant", "errors": [ { - "message": "Could not find Unit with GUID '58e756f8-caab-4b1b-b76b-4722747674ca'.", + "message": "Could not find Unit with GUID 'c8dd6e04-8141-4757-943a-ab890476c307'.", "reason": "noSuchUnit", - "guid": "58e756f8-caab-4b1b-b76b-4722747674ca" + "guid": "c8dd6e04-8141-4757-943a-ab890476c307" } ] } @@ -46918,7 +46918,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "fc1c9539-0be8-4fac-a3cc-acaaa3e0cb1d" + "guid": "1621b69f-6c23-4904-b850-3c5a07f87e76" } }, "Example 2": { @@ -46933,7 +46933,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "89655930-0b14-4a92-8522-2c9de1f0057e" + "guid": "1df15f3f-b45e-4f8b-917a-5de6f3fecd8a" } } } @@ -46950,7 +46950,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "fc1c9539-0be8-4fac-a3cc-acaaa3e0cb1d" + "guid": "1621b69f-6c23-4904-b850-3c5a07f87e76" } }, "Example 2": { @@ -46965,7 +46965,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "89655930-0b14-4a92-8522-2c9de1f0057e" + "guid": "1df15f3f-b45e-4f8b-917a-5de6f3fecd8a" } } } @@ -46982,7 +46982,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "fc1c9539-0be8-4fac-a3cc-acaaa3e0cb1d" + "guid": "1621b69f-6c23-4904-b850-3c5a07f87e76" } }, "Example 2": { @@ -46997,7 +46997,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "89655930-0b14-4a92-8522-2c9de1f0057e" + "guid": "1df15f3f-b45e-4f8b-917a-5de6f3fecd8a" } } } @@ -47014,7 +47014,7 @@ "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", "value": 376.730313668, "name": "characteristic impedance of vacuum", - "guid": "fc1c9539-0be8-4fac-a3cc-acaaa3e0cb1d" + "guid": "1621b69f-6c23-4904-b850-3c5a07f87e76" } }, "Example 2": { @@ -47029,7 +47029,7 @@ "description": "This example shows how to update the 'Guid' and 'Unit' properties of the 'Speed of light in Vacuum' constant (guid = 0000000f-0004-4fff-8fff-0000ffff0000) from the MI_Training database. Its unit is changed to 'Ohm'", "value": { "unitGuid": "00000059-0013-4fff-8fff-0000ffff0000", - "guid": "89655930-0b14-4a92-8522-2c9de1f0057e" + "guid": "1df15f3f-b45e-4f8b-917a-5de6f3fecd8a" } } } @@ -47068,9 +47068,9 @@ "summary": "Name already exists", "description": "A constant with the same name already exists in the database.", "value": { - "message": "Cannot update constant with GUID '9500ff44-e895-4586-9369-b73f2383bee6'.", + "message": "Cannot update constant with GUID 'e4bde9b4-fe68-44c5-982c-c296b36bf2a9'.", "code": "constantUpdate", - "constantGuid": "9500ff44-e895-4586-9369-b73f2383bee6", + "constantGuid": "e4bde9b4-fe68-44c5-982c-c296b36bf2a9", "errors": [ { "message": "The name or GUID is not valid.", @@ -47091,9 +47091,9 @@ "summary": "GUID already exists", "description": "A constant with the same GUID already exists in the database.", "value": { - "message": "Cannot update constant with GUID 'c15a20d0-59d0-4b2e-9713-122ac96b7085'.", + "message": "Cannot update constant with GUID '0797c497-91f2-4e79-a40e-7b8e72684443'.", "code": "constantUpdate", - "constantGuid": "c15a20d0-59d0-4b2e-9713-122ac96b7085", + "constantGuid": "0797c497-91f2-4e79-a40e-7b8e72684443", "errors": [ { "message": "The name or GUID is not valid.", @@ -47114,14 +47114,14 @@ "summary": "Unit not found", "description": "The specified unit GUID does not exist in the database.", "value": { - "message": "Cannot update constant with GUID '9b3ceb8b-0334-4490-971c-f9ca59b2d916'.", + "message": "Cannot update constant with GUID '5d48ce39-425f-44a6-acfa-48668350ab39'.", "code": "constantUpdate", - "constantGuid": "9b3ceb8b-0334-4490-971c-f9ca59b2d916", + "constantGuid": "5d48ce39-425f-44a6-acfa-48668350ab39", "errors": [ { - "message": "Could not find Unit with GUID 'b19e6696-54db-46be-9120-b99de238e4bf'.", + "message": "Could not find Unit with GUID '799dd844-d717-4470-97e1-c6153d8a3a84'.", "reason": "noSuchUnit", - "guid": "b19e6696-54db-46be-9120-b99de238e4bf" + "guid": "799dd844-d717-4470-97e1-c6153d8a3a84" } ] } @@ -47735,8 +47735,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "e1b6b34e-d838-461e-9c6a-588f0e2b6cf2", - "guid": "a5180e51-274d-4dbf-9561-3849b88b906c", + "versionGuid": "c9eef7a3-0d77-480a-9e02-4d0c4f747347", + "guid": "7eecbc10-84fc-4eaa-aeba-c5a922dfb53f", "name": "MI Training (Updated)", "defaultTable": { "guid": "00003248-0011-4fff-8fff-0000ffff0000" @@ -47778,8 +47778,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "e1b6b34e-d838-461e-9c6a-588f0e2b6cf2", - "guid": "a5180e51-274d-4dbf-9561-3849b88b906c", + "versionGuid": "c9eef7a3-0d77-480a-9e02-4d0c4f747347", + "guid": "7eecbc10-84fc-4eaa-aeba-c5a922dfb53f", "name": "MI Training (Updated)", "defaultTable": { "guid": "00003248-0011-4fff-8fff-0000ffff0000" @@ -47821,8 +47821,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "e1b6b34e-d838-461e-9c6a-588f0e2b6cf2", - "guid": "a5180e51-274d-4dbf-9561-3849b88b906c", + "versionGuid": "c9eef7a3-0d77-480a-9e02-4d0c4f747347", + "guid": "7eecbc10-84fc-4eaa-aeba-c5a922dfb53f", "name": "MI Training (Updated)", "defaultTable": { "guid": "00003248-0011-4fff-8fff-0000ffff0000" @@ -47864,8 +47864,8 @@ "company": "ANSYS, Inc. (updated)", "notes": "MI Training Database for Granta MI v2022R2 and above. This database has been developed to support training classes. Any other use of this database will not be supported by Ansys Granta. (Updated)", "currencyCode": "PLN", - "versionGuid": "e1b6b34e-d838-461e-9c6a-588f0e2b6cf2", - "guid": "a5180e51-274d-4dbf-9561-3849b88b906c", + "versionGuid": "c9eef7a3-0d77-480a-9e02-4d0c4f747347", + "guid": "7eecbc10-84fc-4eaa-aeba-c5a922dfb53f", "name": "MI Training (Updated)", "defaultTable": { "guid": "00003248-0011-4fff-8fff-0000ffff0000" @@ -48551,13 +48551,13 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "ab3cda43-29ae-4bd1-a58f-1576d513a289", - "tableGuid": "88533df4-6cab-403c-8348-d533bfc8800f" + "databaseGuid": "fe01b869-dbea-4745-81ec-b1ca2039ff5e", + "tableGuid": "29a430b1-baed-4475-b73f-4f7d375cc883" } }, "displayNames": {}, "name": "Cross database link group : MI Training MaterialUniverse - Second Training Database And Table", - "guid": "57e0716c-9afb-4ced-ad51-64a08aa08847" + "guid": "e2a9f1d9-3462-4066-9932-b7d75cacbec7" }, { "type": "tabularAttribute", @@ -49243,30 +49243,30 @@ "examples": { "Example 13": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID 'ff117518-e387-48ad-8932-00998152815a', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '52accf58-fcd2-4213-b6df-789a2d5676b0', but the permission category does not exist.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission category with GUID 'ff117518-e387-48ad-8932-00998152815a' does not exist.", + "message": "The permission category with GUID '52accf58-fcd2-4213-b6df-789a2d5676b0' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "ff117518-e387-48ad-8932-00998152815a" + "categoryGuid": "52accf58-fcd2-4213-b6df-789a2d5676b0" } ] } }, "Example 14": { "summary": "Permission not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '094f1028-9f23-4ad5-bc24-fa452c187a3e' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '6028b9e0-cc0e-4820-9361-a8bdb82f2ce9' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission with GUID '094f1028-9f23-4ad5-bc24-fa452c187a3e' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", + "message": "The permission with GUID '6028b9e0-cc0e-4820-9361-a8bdb82f2ce9' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", "reason": "noSuchPermission", - "permissionGuid": "094f1028-9f23-4ad5-bc24-fa452c187a3e", + "permissionGuid": "6028b9e0-cc0e-4820-9361-a8bdb82f2ce9", "categoryGuid": "aceedc4e-bd29-44bc-8956-7e1d98468c7e" } ] @@ -49727,7 +49727,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5f0978d9-bce6-40d4-8945-69fd04db8f35" + "guid": "4eaad0ad-a3cf-4c2a-8e67-0c07c426f44f" }, { "type": "update", @@ -49740,7 +49740,7 @@ } ], "name": "Updated Name", - "guid": "22ec4a3f-e581-4fc5-bb1b-c78c3b900c86" + "guid": "802bacc3-89ef-47c9-8b01-c4daea66300a" } }, "Example 2": { @@ -49769,7 +49769,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "9300b380-5031-4553-9d24-31369879f9c7" + "guid": "70523fea-1e9e-4700-92f1-045d0b1c56f4" }, { "type": "update", @@ -49803,7 +49803,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5f0978d9-bce6-40d4-8945-69fd04db8f35" + "guid": "4eaad0ad-a3cf-4c2a-8e67-0c07c426f44f" }, { "type": "update", @@ -49816,7 +49816,7 @@ } ], "name": "Updated Name", - "guid": "22ec4a3f-e581-4fc5-bb1b-c78c3b900c86" + "guid": "802bacc3-89ef-47c9-8b01-c4daea66300a" } }, "Example 2": { @@ -49845,7 +49845,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "9300b380-5031-4553-9d24-31369879f9c7" + "guid": "70523fea-1e9e-4700-92f1-045d0b1c56f4" }, { "type": "update", @@ -49879,7 +49879,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5f0978d9-bce6-40d4-8945-69fd04db8f35" + "guid": "4eaad0ad-a3cf-4c2a-8e67-0c07c426f44f" }, { "type": "update", @@ -49892,7 +49892,7 @@ } ], "name": "Updated Name", - "guid": "22ec4a3f-e581-4fc5-bb1b-c78c3b900c86" + "guid": "802bacc3-89ef-47c9-8b01-c4daea66300a" } }, "Example 2": { @@ -49921,7 +49921,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "9300b380-5031-4553-9d24-31369879f9c7" + "guid": "70523fea-1e9e-4700-92f1-045d0b1c56f4" }, { "type": "update", @@ -49955,7 +49955,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5f0978d9-bce6-40d4-8945-69fd04db8f35" + "guid": "4eaad0ad-a3cf-4c2a-8e67-0c07c426f44f" }, { "type": "update", @@ -49968,7 +49968,7 @@ } ], "name": "Updated Name", - "guid": "22ec4a3f-e581-4fc5-bb1b-c78c3b900c86" + "guid": "802bacc3-89ef-47c9-8b01-c4daea66300a" } }, "Example 2": { @@ -49997,7 +49997,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "9300b380-5031-4553-9d24-31369879f9c7" + "guid": "70523fea-1e9e-4700-92f1-045d0b1c56f4" }, { "type": "update", @@ -50602,7 +50602,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6cb85f46-4616-4129-ad13-b4f712c92f80" + "guid": "0a8ef04b-32f2-4190-86f9-3febd7e09369" } } } @@ -50624,7 +50624,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6cb85f46-4616-4129-ad13-b4f712c92f80" + "guid": "0a8ef04b-32f2-4190-86f9-3febd7e09369" } } } @@ -50646,7 +50646,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6cb85f46-4616-4129-ad13-b4f712c92f80" + "guid": "0a8ef04b-32f2-4190-86f9-3febd7e09369" } } } @@ -50668,7 +50668,7 @@ "description": "This example demonstrates how to create a new discrete value with a specified guid value.", "value": { "name": "New Discrete Value 2", - "guid": "6cb85f46-4616-4129-ad13-b4f712c92f80" + "guid": "0a8ef04b-32f2-4190-86f9-3febd7e09369" } } } @@ -50751,7 +50751,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5a71cb2a-c58d-4013-bdcd-9a81b7805ac4" + "guid": "b3ee3ebe-5c52-4a99-849d-e777fd971d69" }, { "type": "update", @@ -50784,7 +50784,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5a71cb2a-c58d-4013-bdcd-9a81b7805ac4" + "guid": "b3ee3ebe-5c52-4a99-849d-e777fd971d69" }, { "type": "update", @@ -50817,7 +50817,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5a71cb2a-c58d-4013-bdcd-9a81b7805ac4" + "guid": "b3ee3ebe-5c52-4a99-849d-e777fd971d69" }, { "type": "update", @@ -50850,7 +50850,7 @@ { "type": "create", "name": "New Value with specific GUID", - "guid": "5a71cb2a-c58d-4013-bdcd-9a81b7805ac4" + "guid": "b3ee3ebe-5c52-4a99-849d-e777fd971d69" }, { "type": "update", @@ -52160,7 +52160,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "056ec34d-2d5e-4e25-ab2c-30e7c525e7ab" + "guid": "332720a5-e1c6-4413-a554-060d54d418a0" } } } @@ -52181,7 +52181,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "056ec34d-2d5e-4e25-ab2c-30e7c525e7ab" + "guid": "332720a5-e1c6-4413-a554-060d54d418a0" } } } @@ -52202,7 +52202,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "056ec34d-2d5e-4e25-ab2c-30e7c525e7ab" + "guid": "332720a5-e1c6-4413-a554-060d54d418a0" } } } @@ -52223,7 +52223,7 @@ "summary": "Change guid for Exporter Folder", "description": "This example demonstrates how to modify the guid of an existing Exporter folder.", "value": { - "guid": "056ec34d-2d5e-4e25-ab2c-30e7c525e7ab" + "guid": "332720a5-e1c6-4413-a554-060d54d418a0" } } } @@ -52881,11 +52881,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "a7044f02-7db7-4a70-82d5-952871101604" + "guid": "42cbfadd-a8b2-459e-8321-1e94fea4a563" }, { "name": "no-transform.xslt", - "guid": "cbc7d80b-335f-41f4-9a77-609e4490e4c8" + "guid": "49ddefb8-9ab1-457f-8ca4-b44a78238439" } ] } @@ -52898,11 +52898,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "a7044f02-7db7-4a70-82d5-952871101604" + "guid": "42cbfadd-a8b2-459e-8321-1e94fea4a563" }, { "name": "no-transform.xslt", - "guid": "cbc7d80b-335f-41f4-9a77-609e4490e4c8" + "guid": "49ddefb8-9ab1-457f-8ca4-b44a78238439" } ] } @@ -52915,11 +52915,11 @@ "files": [ { "name": "exporter-1.exp", - "guid": "a7044f02-7db7-4a70-82d5-952871101604" + "guid": "42cbfadd-a8b2-459e-8321-1e94fea4a563" }, { "name": "no-transform.xslt", - "guid": "cbc7d80b-335f-41f4-9a77-609e4490e4c8" + "guid": "49ddefb8-9ab1-457f-8ca4-b44a78238439" } ] } @@ -53000,7 +53000,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "e2d51305-b488-42a9-a0f6-ca1415e63279" + "guid": "f8305027-94fb-436a-a8c3-f2dd54fda336" } }, "application/json": { @@ -53014,7 +53014,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "e2d51305-b488-42a9-a0f6-ca1415e63279" + "guid": "f8305027-94fb-436a-a8c3-f2dd54fda336" } }, "text/json": { @@ -53028,7 +53028,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "e2d51305-b488-42a9-a0f6-ca1415e63279" + "guid": "f8305027-94fb-436a-a8c3-f2dd54fda336" } } } @@ -53196,7 +53196,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "eedfcb1f-1cfc-428a-a81f-b34c562f6b56" + "guid": "b98e36b2-4303-43a6-9f49-7e67e65c62e7" } }, "application/json": { @@ -53210,7 +53210,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "eedfcb1f-1cfc-428a-a81f-b34c562f6b56" + "guid": "b98e36b2-4303-43a6-9f49-7e67e65c62e7" } }, "text/json": { @@ -53224,7 +53224,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "eedfcb1f-1cfc-428a-a81f-b34c562f6b56" + "guid": "b98e36b2-4303-43a6-9f49-7e67e65c62e7" } } } @@ -53296,7 +53296,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "df1c9b85-6a34-40c9-a2f3-d37cd0134970" + "guid": "2a1bff40-aa3e-435c-a56a-979056ad6828" } } } @@ -53324,7 +53324,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "df1c9b85-6a34-40c9-a2f3-d37cd0134970" + "guid": "2a1bff40-aa3e-435c-a56a-979056ad6828" } } } @@ -53352,7 +53352,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "df1c9b85-6a34-40c9-a2f3-d37cd0134970" + "guid": "2a1bff40-aa3e-435c-a56a-979056ad6828" } } } @@ -53380,7 +53380,7 @@ "summary": "Change guid for Exporter File", "description": "This example demonstrates how to modify the guid of an existing Exporter file.", "value": { - "guid": "df1c9b85-6a34-40c9-a2f3-d37cd0134970" + "guid": "2a1bff40-aa3e-435c-a56a-979056ad6828" } } } @@ -53402,7 +53402,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "1229b26b-86c0-4a15-bcd8-dcec2b797938" + "guid": "47348d18-f527-4038-aac8-d21d21361ce3" } }, "application/json": { @@ -53416,7 +53416,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "1229b26b-86c0-4a15-bcd8-dcec2b797938" + "guid": "47348d18-f527-4038-aac8-d21d21361ce3" } }, "text/json": { @@ -53430,7 +53430,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "1229b26b-86c0-4a15-bcd8-dcec2b797938" + "guid": "47348d18-f527-4038-aac8-d21d21361ce3" } } } @@ -53447,9 +53447,9 @@ "summary": "File with same name already exists", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename an Exporter file in the 'Abaqus' folder (GUID '41aba877-8fe0-4295-bddb-6f8b270a40ff') to have name 'AbaqusFunctions.xsl', but there is already a file with that name and parent.", "value": { - "message": "Cannot update Exporter file with GUID '1d52153f-4c7e-424f-8a6f-ccb4bda0f3a3'.", + "message": "Cannot update Exporter file with GUID '4d54190d-98a1-4583-913b-462b297430ed'.", "code": "fileUpdate", - "fileGuid": "1d52153f-4c7e-424f-8a6f-ccb4bda0f3a3", + "fileGuid": "4d54190d-98a1-4583-913b-462b297430ed", "folderType": "exporter", "errors": [ { @@ -53479,9 +53479,9 @@ "summary": "File with same name already exists", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename an Exporter file in the 'Abaqus' folder (GUID '41aba877-8fe0-4295-bddb-6f8b270a40ff') to have name 'AbaqusFunctions.xsl', but there is already a file with that name and parent.", "value": { - "message": "Cannot update Exporter file with GUID '1d52153f-4c7e-424f-8a6f-ccb4bda0f3a3'.", + "message": "Cannot update Exporter file with GUID '4d54190d-98a1-4583-913b-462b297430ed'.", "code": "fileUpdate", - "fileGuid": "1d52153f-4c7e-424f-8a6f-ccb4bda0f3a3", + "fileGuid": "4d54190d-98a1-4583-913b-462b297430ed", "folderType": "exporter", "errors": [ { @@ -53511,9 +53511,9 @@ "summary": "File with same name already exists", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename an Exporter file in the 'Abaqus' folder (GUID '41aba877-8fe0-4295-bddb-6f8b270a40ff') to have name 'AbaqusFunctions.xsl', but there is already a file with that name and parent.", "value": { - "message": "Cannot update Exporter file with GUID '1d52153f-4c7e-424f-8a6f-ccb4bda0f3a3'.", + "message": "Cannot update Exporter file with GUID '4d54190d-98a1-4583-913b-462b297430ed'.", "code": "fileUpdate", - "fileGuid": "1d52153f-4c7e-424f-8a6f-ccb4bda0f3a3", + "fileGuid": "4d54190d-98a1-4583-913b-462b297430ed", "folderType": "exporter", "errors": [ { @@ -53812,7 +53812,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "6a04655c-665a-4da4-a63b-ff0c0bafdce8" + "guid": "d428d712-d849-499e-82e2-215851c28e4b" } }, "application/json": { @@ -53826,7 +53826,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "6a04655c-665a-4da4-a63b-ff0c0bafdce8" + "guid": "d428d712-d849-499e-82e2-215851c28e4b" } }, "text/json": { @@ -53840,7 +53840,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "6a04655c-665a-4da4-a63b-ff0c0bafdce8" + "guid": "d428d712-d849-499e-82e2-215851c28e4b" } } } @@ -53855,17 +53855,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '893afe1b-b079-4474-b4c7-9a877716e970', but there is no Exporter folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '56d53edd-173b-45ab-bfe7-efd32bf69bbc', but there is no Exporter folder with that GUID.", "value": { - "message": "Cannot move Exporter file with GUID 'b6e22bf4-a772-4e01-b148-816c26aa15f2'.", + "message": "Cannot move Exporter file with GUID '4102331b-1711-4daa-9b3c-2eef77b8c2a2'.", "code": "fileMove", - "fileGuid": "b6e22bf4-a772-4e01-b148-816c26aa15f2", + "fileGuid": "4102331b-1711-4daa-9b3c-2eef77b8c2a2", "folderType": "exporter", "errors": [ { - "message": "A Exporter folder with GUID '893afe1b-b079-4474-b4c7-9a877716e970' does not exist in database MI_Training.", + "message": "A Exporter folder with GUID '56d53edd-173b-45ab-bfe7-efd32bf69bbc' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "893afe1b-b079-4474-b4c7-9a877716e970", + "folderGuid": "56d53edd-173b-45ab-bfe7-efd32bf69bbc", "folderType": "exporter", "databaseKey": "MI_Training" } @@ -53881,17 +53881,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '893afe1b-b079-4474-b4c7-9a877716e970', but there is no Exporter folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '56d53edd-173b-45ab-bfe7-efd32bf69bbc', but there is no Exporter folder with that GUID.", "value": { - "message": "Cannot move Exporter file with GUID 'b6e22bf4-a772-4e01-b148-816c26aa15f2'.", + "message": "Cannot move Exporter file with GUID '4102331b-1711-4daa-9b3c-2eef77b8c2a2'.", "code": "fileMove", - "fileGuid": "b6e22bf4-a772-4e01-b148-816c26aa15f2", + "fileGuid": "4102331b-1711-4daa-9b3c-2eef77b8c2a2", "folderType": "exporter", "errors": [ { - "message": "A Exporter folder with GUID '893afe1b-b079-4474-b4c7-9a877716e970' does not exist in database MI_Training.", + "message": "A Exporter folder with GUID '56d53edd-173b-45ab-bfe7-efd32bf69bbc' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "893afe1b-b079-4474-b4c7-9a877716e970", + "folderGuid": "56d53edd-173b-45ab-bfe7-efd32bf69bbc", "folderType": "exporter", "databaseKey": "MI_Training" } @@ -53907,17 +53907,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '893afe1b-b079-4474-b4c7-9a877716e970', but there is no Exporter folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '56d53edd-173b-45ab-bfe7-efd32bf69bbc', but there is no Exporter folder with that GUID.", "value": { - "message": "Cannot move Exporter file with GUID 'b6e22bf4-a772-4e01-b148-816c26aa15f2'.", + "message": "Cannot move Exporter file with GUID '4102331b-1711-4daa-9b3c-2eef77b8c2a2'.", "code": "fileMove", - "fileGuid": "b6e22bf4-a772-4e01-b148-816c26aa15f2", + "fileGuid": "4102331b-1711-4daa-9b3c-2eef77b8c2a2", "folderType": "exporter", "errors": [ { - "message": "A Exporter folder with GUID '893afe1b-b079-4474-b4c7-9a877716e970' does not exist in database MI_Training.", + "message": "A Exporter folder with GUID '56d53edd-173b-45ab-bfe7-efd32bf69bbc' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "893afe1b-b079-4474-b4c7-9a877716e970", + "folderGuid": "56d53edd-173b-45ab-bfe7-efd32bf69bbc", "folderType": "exporter", "databaseKey": "MI_Training" } @@ -54132,7 +54132,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "d4a6e8b2-7242-4898-b777-f68f8947907b" + "guid": "fa9d7192-3071-402a-a7a2-d1d691780e41" } }, "Example 3": { @@ -54167,7 +54167,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "d4a6e8b2-7242-4898-b777-f68f8947907b" + "guid": "fa9d7192-3071-402a-a7a2-d1d691780e41" } }, "Example 3": { @@ -54202,7 +54202,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "d4a6e8b2-7242-4898-b777-f68f8947907b" + "guid": "fa9d7192-3071-402a-a7a2-d1d691780e41" } }, "Example 3": { @@ -54237,7 +54237,7 @@ "value": { "value": "[A:Tensile strength] + [P:Stress Ratio] * [A:Yield strength (elastic limit)] / log10(20000000) + 5", "name": "Simple expression with specified guid", - "guid": "d4a6e8b2-7242-4898-b777-f68f8947907b" + "guid": "fa9d7192-3071-402a-a7a2-d1d691780e41" } }, "Example 3": { @@ -54575,7 +54575,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "ed19951a-a08e-49e3-a64d-15435eba8c7a" + "guid": "756467fd-7954-43c8-92be-369e68c47bf9" } }, "Example 2": { @@ -54601,7 +54601,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "ed19951a-a08e-49e3-a64d-15435eba8c7a" + "guid": "756467fd-7954-43c8-92be-369e68c47bf9" } }, "Example 2": { @@ -54627,7 +54627,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "ed19951a-a08e-49e3-a64d-15435eba8c7a" + "guid": "756467fd-7954-43c8-92be-369e68c47bf9" } }, "Example 2": { @@ -54653,7 +54653,7 @@ "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, "name": "Fatigue Model (Updated)", - "guid": "ed19951a-a08e-49e3-a64d-15435eba8c7a" + "guid": "756467fd-7954-43c8-92be-369e68c47bf9" } }, "Example 2": { @@ -55398,30 +55398,30 @@ "examples": { "Example 17": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID 'dba0b188-4b65-4cb4-994d-b2c5446f89b9', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '7467e0c9-5508-4dbd-9945-cd29ad8e3566', but the permission category does not exist.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission category with GUID 'dba0b188-4b65-4cb4-994d-b2c5446f89b9' does not exist.", + "message": "The permission category with GUID '7467e0c9-5508-4dbd-9945-cd29ad8e3566' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "dba0b188-4b65-4cb4-994d-b2c5446f89b9" + "categoryGuid": "7467e0c9-5508-4dbd-9945-cd29ad8e3566" } ] } }, "Example 18": { "summary": "Permission not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID 'beb8ba6e-f5ba-4162-aecc-d59597e05e9f' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '76c72773-280c-402c-8e76-83b75a335574' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission with GUID 'beb8ba6e-f5ba-4162-aecc-d59597e05e9f' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", + "message": "The permission with GUID '76c72773-280c-402c-8e76-83b75a335574' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", "reason": "noSuchPermission", - "permissionGuid": "beb8ba6e-f5ba-4162-aecc-d59597e05e9f", + "permissionGuid": "76c72773-280c-402c-8e76-83b75a335574", "categoryGuid": "aceedc4e-bd29-44bc-8956-7e1d98468c7e" } ] @@ -55502,6 +55502,80 @@ "application/json": { "schema": { "$ref": "#/components/schemas/GsaStandardNamesInfo" + }, + "example": { + "standardNames": [ + { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "0000013c-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000b5e2-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + }, + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Density", + "guid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd" + }, + { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Tensile strength", + "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "0° tension strength - normalized", + "guid": "5ec32efe-85d0-4ed2-8036-a8dea3f2127d" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Tensile strength", + "guid": "a5a22baa-2245-4fb5-b0c9-2ddb48b5ffc8" + } + ] } } } @@ -55547,6 +55621,80 @@ "application/json": { "schema": { "$ref": "#/components/schemas/GsaStandardNamesInfo" + }, + "example": { + "standardNames": [ + { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "0000013c-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000b5e2-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + }, + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Density", + "guid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd" + }, + { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Tensile strength", + "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "0° tension strength - normalized", + "guid": "5ec32efe-85d0-4ed2-8036-a8dea3f2127d" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Tensile strength", + "guid": "a5a22baa-2245-4fb5-b0c9-2ddb48b5ffc8" + } + ] } } } @@ -56112,7 +56260,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8c75aff6-d593-42bf-b94d-0defbd06ac0a" + "guid": "d4ef9800-a8ed-4a46-a0c1-ef3ed880b1ae" } } } @@ -56133,7 +56281,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8c75aff6-d593-42bf-b94d-0defbd06ac0a" + "guid": "d4ef9800-a8ed-4a46-a0c1-ef3ed880b1ae" } } } @@ -56154,7 +56302,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8c75aff6-d593-42bf-b94d-0defbd06ac0a" + "guid": "d4ef9800-a8ed-4a46-a0c1-ef3ed880b1ae" } } } @@ -56175,7 +56323,7 @@ "summary": "Change guid for Help File Folder", "description": "This example demonstrates how to modify the guid of an existing help file folder.", "value": { - "guid": "8c75aff6-d593-42bf-b94d-0defbd06ac0a" + "guid": "d4ef9800-a8ed-4a46-a0c1-ef3ed880b1ae" } } } @@ -56899,7 +57047,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0b5f63df-ca6f-4192-b64a-13c3282e5efa" + "guid": "990b0566-7b49-43ed-a57c-e6901c7084aa" } }, "application/json": { @@ -56913,7 +57061,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0b5f63df-ca6f-4192-b64a-13c3282e5efa" + "guid": "990b0566-7b49-43ed-a57c-e6901c7084aa" } }, "text/json": { @@ -56927,7 +57075,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0b5f63df-ca6f-4192-b64a-13c3282e5efa" + "guid": "990b0566-7b49-43ed-a57c-e6901c7084aa" } } } @@ -57171,7 +57319,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "fe94a31f-aa04-4898-b185-7b3969c8fbcd" + "guid": "2a003fe0-1459-47ff-ae83-1693b49638a4" } } } @@ -57199,7 +57347,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "fe94a31f-aa04-4898-b185-7b3969c8fbcd" + "guid": "2a003fe0-1459-47ff-ae83-1693b49638a4" } } } @@ -57227,7 +57375,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "fe94a31f-aa04-4898-b185-7b3969c8fbcd" + "guid": "2a003fe0-1459-47ff-ae83-1693b49638a4" } } } @@ -57255,7 +57403,7 @@ "summary": "Change guid for Help File", "description": "This example demonstrates how to modify the guid of an existing help file.", "value": { - "guid": "fe94a31f-aa04-4898-b185-7b3969c8fbcd" + "guid": "2a003fe0-1459-47ff-ae83-1693b49638a4" } } } @@ -57277,7 +57425,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "1a333f53-8650-4a18-a409-42c3698b9438" + "guid": "9ccaee6c-2e5b-4124-bfed-81f6bdb873a3" } }, "application/json": { @@ -57291,7 +57439,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "1a333f53-8650-4a18-a409-42c3698b9438" + "guid": "9ccaee6c-2e5b-4124-bfed-81f6bdb873a3" } }, "text/json": { @@ -57305,7 +57453,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "1a333f53-8650-4a18-a409-42c3698b9438" + "guid": "9ccaee6c-2e5b-4124-bfed-81f6bdb873a3" } } } @@ -57322,9 +57470,9 @@ "summary": "Invalid FIle name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a HelpPage file to ''.", "value": { - "message": "Cannot update HelpPage file with GUID '753f6b60-2ed3-4ad9-a2fa-0f75f7a3b3a2'.", + "message": "Cannot update HelpPage file with GUID 'cd618e28-ae89-4953-9184-61e130f49e52'.", "code": "fileUpdate", - "fileGuid": "753f6b60-2ed3-4ad9-a2fa-0f75f7a3b3a2", + "fileGuid": "cd618e28-ae89-4953-9184-61e130f49e52", "folderType": "helpPage", "errors": [ { @@ -57346,9 +57494,9 @@ "summary": "Invalid FIle name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a HelpPage file to ''.", "value": { - "message": "Cannot update HelpPage file with GUID '753f6b60-2ed3-4ad9-a2fa-0f75f7a3b3a2'.", + "message": "Cannot update HelpPage file with GUID 'cd618e28-ae89-4953-9184-61e130f49e52'.", "code": "fileUpdate", - "fileGuid": "753f6b60-2ed3-4ad9-a2fa-0f75f7a3b3a2", + "fileGuid": "cd618e28-ae89-4953-9184-61e130f49e52", "folderType": "helpPage", "errors": [ { @@ -57370,9 +57518,9 @@ "summary": "Invalid FIle name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a HelpPage file to ''.", "value": { - "message": "Cannot update HelpPage file with GUID '753f6b60-2ed3-4ad9-a2fa-0f75f7a3b3a2'.", + "message": "Cannot update HelpPage file with GUID 'cd618e28-ae89-4953-9184-61e130f49e52'.", "code": "fileUpdate", - "fileGuid": "753f6b60-2ed3-4ad9-a2fa-0f75f7a3b3a2", + "fileGuid": "cd618e28-ae89-4953-9184-61e130f49e52", "folderType": "helpPage", "errors": [ { @@ -57663,7 +57811,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0520ffc1-fe95-430e-ac13-0495a79dfd08" + "guid": "ac484849-db93-4367-8882-83628388d4ac" } }, "application/json": { @@ -57677,7 +57825,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0520ffc1-fe95-430e-ac13-0495a79dfd08" + "guid": "ac484849-db93-4367-8882-83628388d4ac" } }, "text/json": { @@ -57691,7 +57839,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "0520ffc1-fe95-430e-ac13-0495a79dfd08" + "guid": "ac484849-db93-4367-8882-83628388d4ac" } } } @@ -57706,17 +57854,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID 'c2fcbaf4-dad0-4b99-a8e5-30205388f470', but there is no HelpPage folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '973eb7e9-7269-4664-8f07-10675f86cf87', but there is no HelpPage folder with that GUID.", "value": { - "message": "Cannot move HelpPage file with GUID '5b67aeab-8682-4d0b-bfb8-f570198a4855'.", + "message": "Cannot move HelpPage file with GUID 'a2eb3d12-dec2-4ce1-a9be-b3c973aebe4c'.", "code": "fileMove", - "fileGuid": "5b67aeab-8682-4d0b-bfb8-f570198a4855", + "fileGuid": "a2eb3d12-dec2-4ce1-a9be-b3c973aebe4c", "folderType": "helpPage", "errors": [ { - "message": "A HelpPage folder with GUID 'c2fcbaf4-dad0-4b99-a8e5-30205388f470' does not exist in database MI_Training.", + "message": "A HelpPage folder with GUID '973eb7e9-7269-4664-8f07-10675f86cf87' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "c2fcbaf4-dad0-4b99-a8e5-30205388f470", + "folderGuid": "973eb7e9-7269-4664-8f07-10675f86cf87", "folderType": "helpPage", "databaseKey": "MI_Training" } @@ -57732,17 +57880,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID 'c2fcbaf4-dad0-4b99-a8e5-30205388f470', but there is no HelpPage folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '973eb7e9-7269-4664-8f07-10675f86cf87', but there is no HelpPage folder with that GUID.", "value": { - "message": "Cannot move HelpPage file with GUID '5b67aeab-8682-4d0b-bfb8-f570198a4855'.", + "message": "Cannot move HelpPage file with GUID 'a2eb3d12-dec2-4ce1-a9be-b3c973aebe4c'.", "code": "fileMove", - "fileGuid": "5b67aeab-8682-4d0b-bfb8-f570198a4855", + "fileGuid": "a2eb3d12-dec2-4ce1-a9be-b3c973aebe4c", "folderType": "helpPage", "errors": [ { - "message": "A HelpPage folder with GUID 'c2fcbaf4-dad0-4b99-a8e5-30205388f470' does not exist in database MI_Training.", + "message": "A HelpPage folder with GUID '973eb7e9-7269-4664-8f07-10675f86cf87' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "c2fcbaf4-dad0-4b99-a8e5-30205388f470", + "folderGuid": "973eb7e9-7269-4664-8f07-10675f86cf87", "folderType": "helpPage", "databaseKey": "MI_Training" } @@ -57758,17 +57906,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID 'c2fcbaf4-dad0-4b99-a8e5-30205388f470', but there is no HelpPage folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '973eb7e9-7269-4664-8f07-10675f86cf87', but there is no HelpPage folder with that GUID.", "value": { - "message": "Cannot move HelpPage file with GUID '5b67aeab-8682-4d0b-bfb8-f570198a4855'.", + "message": "Cannot move HelpPage file with GUID 'a2eb3d12-dec2-4ce1-a9be-b3c973aebe4c'.", "code": "fileMove", - "fileGuid": "5b67aeab-8682-4d0b-bfb8-f570198a4855", + "fileGuid": "a2eb3d12-dec2-4ce1-a9be-b3c973aebe4c", "folderType": "helpPage", "errors": [ { - "message": "A HelpPage folder with GUID 'c2fcbaf4-dad0-4b99-a8e5-30205388f470' does not exist in database MI_Training.", + "message": "A HelpPage folder with GUID '973eb7e9-7269-4664-8f07-10675f86cf87' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "c2fcbaf4-dad0-4b99-a8e5-30205388f470", + "folderGuid": "973eb7e9-7269-4664-8f07-10675f86cf87", "folderType": "helpPage", "databaseKey": "MI_Training" } @@ -57935,7 +58083,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "c4d5998d-0620-4d1d-b6c7-87ad4b91820c" + "guid": "676aa272-7d1a-465e-863a-924ad91a2800" } ] } @@ -57957,7 +58105,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "c4d5998d-0620-4d1d-b6c7-87ad4b91820c" + "guid": "676aa272-7d1a-465e-863a-924ad91a2800" } ] } @@ -57979,7 +58127,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "c4d5998d-0620-4d1d-b6c7-87ad4b91820c" + "guid": "676aa272-7d1a-465e-863a-924ad91a2800" } ] } @@ -58330,7 +58478,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "75bf84cb-8432-4adc-a331-8c04eae86e4e" + "guid": "4c4c8446-1b1f-4343-acd9-997066994ae6" } }, "application/json": { @@ -58342,7 +58490,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "75bf84cb-8432-4adc-a331-8c04eae86e4e" + "guid": "4c4c8446-1b1f-4343-acd9-997066994ae6" } }, "text/json": { @@ -58354,7 +58502,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "75bf84cb-8432-4adc-a331-8c04eae86e4e" + "guid": "4c4c8446-1b1f-4343-acd9-997066994ae6" } } } @@ -58410,7 +58558,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "602e03c0-8f5e-4f11-9508-dd9aad126aee" + "guid": "c01fa392-ce08-43bb-8732-58cafbcd6ece" } } } @@ -58431,7 +58579,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "602e03c0-8f5e-4f11-9508-dd9aad126aee" + "guid": "c01fa392-ce08-43bb-8732-58cafbcd6ece" } } } @@ -58452,7 +58600,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "602e03c0-8f5e-4f11-9508-dd9aad126aee" + "guid": "c01fa392-ce08-43bb-8732-58cafbcd6ece" } } } @@ -58473,7 +58621,7 @@ "summary": "Change guid for Home Page Folder", "description": "This example demonstrates how to modify the guid of an existing home page folder.", "value": { - "guid": "602e03c0-8f5e-4f11-9508-dd9aad126aee" + "guid": "c01fa392-ce08-43bb-8732-58cafbcd6ece" } } } @@ -58760,7 +58908,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "8513e529-3df3-46b0-a9b5-c971067fc35c" + "guid": "ec31341b-1d95-49f7-9a76-7bd5fa7219b3" } ] } @@ -58776,7 +58924,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "8513e529-3df3-46b0-a9b5-c971067fc35c" + "guid": "ec31341b-1d95-49f7-9a76-7bd5fa7219b3" } ] } @@ -58792,7 +58940,7 @@ "hasFiles": false, "hasChildFolders": false, "name": "images", - "guid": "8513e529-3df3-46b0-a9b5-c971067fc35c" + "guid": "ec31341b-1d95-49f7-9a76-7bd5fa7219b3" } ] } @@ -59057,11 +59205,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "1342d3fd-1352-4b6b-adf8-e795f7f0315e" + "guid": "1884846e-4b59-49b3-8846-c66af0f8c771" }, { "name": "home-page-2.html", - "guid": "c346cf8a-1d18-4e03-aa12-0f807bbbb524" + "guid": "bd335b98-f3e7-4f5b-bd91-588420848a53" } ] } @@ -59074,11 +59222,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "1342d3fd-1352-4b6b-adf8-e795f7f0315e" + "guid": "1884846e-4b59-49b3-8846-c66af0f8c771" }, { "name": "home-page-2.html", - "guid": "c346cf8a-1d18-4e03-aa12-0f807bbbb524" + "guid": "bd335b98-f3e7-4f5b-bd91-588420848a53" } ] } @@ -59091,11 +59239,11 @@ "files": [ { "name": "home-page-1.html", - "guid": "1342d3fd-1352-4b6b-adf8-e795f7f0315e" + "guid": "1884846e-4b59-49b3-8846-c66af0f8c771" }, { "name": "home-page-2.html", - "guid": "c346cf8a-1d18-4e03-aa12-0f807bbbb524" + "guid": "bd335b98-f3e7-4f5b-bd91-588420848a53" } ] } @@ -59176,7 +59324,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "286467f7-b688-4d93-a567-0b8d54a94223" + "guid": "fe7d207f-d669-4e98-bfc3-2f4b170008e3" } }, "application/json": { @@ -59190,7 +59338,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "286467f7-b688-4d93-a567-0b8d54a94223" + "guid": "fe7d207f-d669-4e98-bfc3-2f4b170008e3" } }, "text/json": { @@ -59204,7 +59352,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "286467f7-b688-4d93-a567-0b8d54a94223" + "guid": "fe7d207f-d669-4e98-bfc3-2f4b170008e3" } } } @@ -59348,7 +59496,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "dc567ab8-b91d-4c55-96d4-aa6a5a6a81fe" + "guid": "f3dcba3a-4efe-456a-8b8d-6dc4d1032a49" } }, "application/json": { @@ -59362,7 +59510,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "dc567ab8-b91d-4c55-96d4-aa6a5a6a81fe" + "guid": "f3dcba3a-4efe-456a-8b8d-6dc4d1032a49" } }, "text/json": { @@ -59376,7 +59524,7 @@ "dataLength": 12895, "path": "HomePages", "name": "home-page.html", - "guid": "dc567ab8-b91d-4c55-96d4-aa6a5a6a81fe" + "guid": "f3dcba3a-4efe-456a-8b8d-6dc4d1032a49" } } } @@ -59448,7 +59596,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "9ae1e2f9-465e-449c-89a6-91ba980394eb" + "guid": "10d30f43-95f6-4051-9630-fc2c657ade2a" } } } @@ -59476,7 +59624,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "9ae1e2f9-465e-449c-89a6-91ba980394eb" + "guid": "10d30f43-95f6-4051-9630-fc2c657ade2a" } } } @@ -59504,7 +59652,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "9ae1e2f9-465e-449c-89a6-91ba980394eb" + "guid": "10d30f43-95f6-4051-9630-fc2c657ade2a" } } } @@ -59532,7 +59680,7 @@ "summary": "Change guid for Home Page File", "description": "This example demonstrates how to modify the guid of an existing home page file.", "value": { - "guid": "9ae1e2f9-465e-449c-89a6-91ba980394eb" + "guid": "10d30f43-95f6-4051-9630-fc2c657ade2a" } } } @@ -59554,7 +59702,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "fc6076b9-ca6f-4fc7-a7bb-1e3d93b6a90a" + "guid": "20089c6e-7e3c-44ed-a9ac-6aa25decdeaa" } }, "application/json": { @@ -59568,7 +59716,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "fc6076b9-ca6f-4fc7-a7bb-1e3d93b6a90a" + "guid": "20089c6e-7e3c-44ed-a9ac-6aa25decdeaa" } }, "text/json": { @@ -59582,7 +59730,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "fc6076b9-ca6f-4fc7-a7bb-1e3d93b6a90a" + "guid": "20089c6e-7e3c-44ed-a9ac-6aa25decdeaa" } } } @@ -59599,9 +59747,9 @@ "summary": "Invalid File name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a HomePage file to ''.", "value": { - "message": "Cannot update HomePage file with GUID 'd36ecf31-5c56-44ca-8a2d-cd3b9db48a2d'.", + "message": "Cannot update HomePage file with GUID '975a39be-135e-4911-884d-b3674321ac0b'.", "code": "fileUpdate", - "fileGuid": "d36ecf31-5c56-44ca-8a2d-cd3b9db48a2d", + "fileGuid": "975a39be-135e-4911-884d-b3674321ac0b", "folderType": "homePage", "errors": [ { @@ -59623,9 +59771,9 @@ "summary": "Invalid File name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a HomePage file to ''.", "value": { - "message": "Cannot update HomePage file with GUID 'd36ecf31-5c56-44ca-8a2d-cd3b9db48a2d'.", + "message": "Cannot update HomePage file with GUID '975a39be-135e-4911-884d-b3674321ac0b'.", "code": "fileUpdate", - "fileGuid": "d36ecf31-5c56-44ca-8a2d-cd3b9db48a2d", + "fileGuid": "975a39be-135e-4911-884d-b3674321ac0b", "folderType": "homePage", "errors": [ { @@ -59647,9 +59795,9 @@ "summary": "Invalid File name", "description": "This example demonstrates an error response returned for an invalid request that attempted to rename a HomePage file to ''.", "value": { - "message": "Cannot update HomePage file with GUID 'd36ecf31-5c56-44ca-8a2d-cd3b9db48a2d'.", + "message": "Cannot update HomePage file with GUID '975a39be-135e-4911-884d-b3674321ac0b'.", "code": "fileUpdate", - "fileGuid": "d36ecf31-5c56-44ca-8a2d-cd3b9db48a2d", + "fileGuid": "975a39be-135e-4911-884d-b3674321ac0b", "folderType": "homePage", "errors": [ { @@ -59940,7 +60088,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "eb58bc18-12da-4b71-90fd-64c6fc0d3371" + "guid": "494d96ea-66b0-41df-bc17-862c28777265" } }, "application/json": { @@ -59954,7 +60102,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "eb58bc18-12da-4b71-90fd-64c6fc0d3371" + "guid": "494d96ea-66b0-41df-bc17-862c28777265" } }, "text/json": { @@ -59968,7 +60116,7 @@ "dataLength": 12895, "path": "Exporters", "name": "exporter-1.exp", - "guid": "eb58bc18-12da-4b71-90fd-64c6fc0d3371" + "guid": "494d96ea-66b0-41df-bc17-862c28777265" } } } @@ -59983,17 +60131,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID 'fdc4df70-9b1e-44eb-84a2-e72e7cdadc63', but there is no HomePage folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '8a8e2328-365a-433e-88e5-077464ba4d5d', but there is no HomePage folder with that GUID.", "value": { - "message": "Cannot move HomePage file with GUID '2b03c3cf-4735-4d24-afbe-58ca062106db'.", + "message": "Cannot move HomePage file with GUID 'd1d75323-8a64-48e5-bb14-a636085c3513'.", "code": "fileMove", - "fileGuid": "2b03c3cf-4735-4d24-afbe-58ca062106db", + "fileGuid": "d1d75323-8a64-48e5-bb14-a636085c3513", "folderType": "homePage", "errors": [ { - "message": "A HomePage folder with GUID 'fdc4df70-9b1e-44eb-84a2-e72e7cdadc63' does not exist in database MI_Training.", + "message": "A HomePage folder with GUID '8a8e2328-365a-433e-88e5-077464ba4d5d' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "fdc4df70-9b1e-44eb-84a2-e72e7cdadc63", + "folderGuid": "8a8e2328-365a-433e-88e5-077464ba4d5d", "folderType": "homePage", "databaseKey": "MI_Training" } @@ -60009,17 +60157,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID 'fdc4df70-9b1e-44eb-84a2-e72e7cdadc63', but there is no HomePage folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '8a8e2328-365a-433e-88e5-077464ba4d5d', but there is no HomePage folder with that GUID.", "value": { - "message": "Cannot move HomePage file with GUID '2b03c3cf-4735-4d24-afbe-58ca062106db'.", + "message": "Cannot move HomePage file with GUID 'd1d75323-8a64-48e5-bb14-a636085c3513'.", "code": "fileMove", - "fileGuid": "2b03c3cf-4735-4d24-afbe-58ca062106db", + "fileGuid": "d1d75323-8a64-48e5-bb14-a636085c3513", "folderType": "homePage", "errors": [ { - "message": "A HomePage folder with GUID 'fdc4df70-9b1e-44eb-84a2-e72e7cdadc63' does not exist in database MI_Training.", + "message": "A HomePage folder with GUID '8a8e2328-365a-433e-88e5-077464ba4d5d' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "fdc4df70-9b1e-44eb-84a2-e72e7cdadc63", + "folderGuid": "8a8e2328-365a-433e-88e5-077464ba4d5d", "folderType": "homePage", "databaseKey": "MI_Training" } @@ -60035,17 +60183,17 @@ "examples": { "Example 1": { "summary": "New parent folder not found.", - "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID 'fdc4df70-9b1e-44eb-84a2-e72e7cdadc63', but there is no HomePage folder with that GUID.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to move an existing file to a folder with GUID '8a8e2328-365a-433e-88e5-077464ba4d5d', but there is no HomePage folder with that GUID.", "value": { - "message": "Cannot move HomePage file with GUID '2b03c3cf-4735-4d24-afbe-58ca062106db'.", + "message": "Cannot move HomePage file with GUID 'd1d75323-8a64-48e5-bb14-a636085c3513'.", "code": "fileMove", - "fileGuid": "2b03c3cf-4735-4d24-afbe-58ca062106db", + "fileGuid": "d1d75323-8a64-48e5-bb14-a636085c3513", "folderType": "homePage", "errors": [ { - "message": "A HomePage folder with GUID 'fdc4df70-9b1e-44eb-84a2-e72e7cdadc63' does not exist in database MI_Training.", + "message": "A HomePage folder with GUID '8a8e2328-365a-433e-88e5-077464ba4d5d' does not exist in database MI_Training.", "reason": "noSuchNewParent", - "folderGuid": "fdc4df70-9b1e-44eb-84a2-e72e7cdadc63", + "folderGuid": "8a8e2328-365a-433e-88e5-077464ba4d5d", "folderType": "homePage", "databaseKey": "MI_Training" } @@ -60241,10 +60389,10 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "bb9b32ca-fa12-4e2d-b0b6-c8bb6a5ad1ec", + "underlyingEntityGuid": "783f2beb-dd51-49b5-8de8-7b72ad3ea757", "displayNames": {}, "name": "Price", - "guid": "ede345b9-2cfe-4938-ade6-3cfdd3797baf" + "guid": "a04894d1-dd58-4a2c-a048-8317aa470ef5" }, { "itemType": "attribute", @@ -60252,10 +60400,10 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "35e11d42-6531-40f1-a36c-c54c262c6fdf", + "underlyingEntityGuid": "f8ab2f11-b272-4096-b726-21fbaafcd7b0", "displayNames": {}, "name": "Density", - "guid": "0923625c-eb6a-475e-a5cc-b82ee89bcaf5" + "guid": "efb5c9aa-1099-4869-8086-28bdbe061878" } ], "displayNames": { @@ -60274,10 +60422,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "41dcb7bf-e647-449b-a53a-2afbf3868b6e", + "underlyingEntityGuid": "20e78351-a7da-48f8-a4b8-2be4f6f008e4", "displayNames": {}, "name": "Young's modulus", - "guid": "903c3fbc-6b7f-4492-8e28-1af7c90c8fb5" + "guid": "ed3f704c-0043-4ed8-8b61-de5864fd2c86" }, { "itemType": "attribute", @@ -60285,10 +60433,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "a6a23ddc-6f6f-4ced-8366-6cf41d9c3cc7", + "underlyingEntityGuid": "b57de659-3fa9-4488-a38b-468294373e5c", "displayNames": {}, "name": "Tensile strength", - "guid": "05a38cee-315d-402c-985f-dbc28327e71a" + "guid": "43280be3-8f2b-4e82-ad20-4f582dcc87de" }, { "itemType": "attribute", @@ -60296,10 +60444,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "a696c1a1-656f-458e-ae7e-0dbabcbfb984", + "underlyingEntityGuid": "3dbd74c9-56d2-4ac9-b018-3ff173a8e621", "displayNames": {}, "name": "Shape factor", - "guid": "62223033-457c-47c5-8777-ba9fae6cde51" + "guid": "81af3fc2-9c07-4d56-9425-ee1cb816a299" } ], "displayNames": { @@ -60379,7 +60527,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "3c8e923b-8c31-4e40-8008-c428774cc52b" + "guid": "5ffe992e-7abe-46d7-a784-c68587c34a71" } } } @@ -60401,7 +60549,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "3c8e923b-8c31-4e40-8008-c428774cc52b" + "guid": "5ffe992e-7abe-46d7-a784-c68587c34a71" } } } @@ -60423,7 +60571,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "3c8e923b-8c31-4e40-8008-c428774cc52b" + "guid": "5ffe992e-7abe-46d7-a784-c68587c34a71" } } } @@ -60445,7 +60593,7 @@ "description": "This example demonstrates how to create a new layout section with a specified guid value in the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "Additional Properties (Guid)", - "guid": "3c8e923b-8c31-4e40-8008-c428774cc52b" + "guid": "5ffe992e-7abe-46d7-a784-c68587c34a71" } } } @@ -60464,7 +60612,7 @@ "sectionDetailType": "slim", "displayNames": {}, "name": "Additional Properties", - "guid": "91d758a9-12f8-4d45-b26d-c1f530e43fda" + "guid": "8e51612b-6c81-474e-ad0f-c54f3d792c3b" } } } @@ -61117,7 +61265,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "ef1a560f-a3b0-4a38-9d4e-b070a1a1293f" + "guid": "adb0696c-a10f-49a3-876f-2be627fbbca7" } }, "Example 2": { @@ -61132,10 +61280,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "d634c6f3-5a32-43f8-b48a-dccd78b8d4b5", + "underlyingEntityGuid": "b44fa449-0b5a-46a2-a981-0b8d922a6dab", "displayNames": {}, "name": "Form", - "guid": "ed650d9d-1c74-4005-a0dc-0cabda2d1a70" + "guid": "e947e787-4a89-4321-950f-5064102d4b7c" }, { "itemType": "attribute", @@ -61148,38 +61296,38 @@ "attributeType": "longText", "required": true, "readOnly": false, - "underlyingEntityGuid": "457a8c56-38f3-43b9-82b3-87ca7e644769", + "underlyingEntityGuid": "d4b57993-c0b1-4019-bfc1-c953fecce47f", "displayNames": {}, "name": "Sources", - "guid": "9fdc0c97-0c12-4656-b647-bbddc3a31840" + "guid": "3f533c97-1167-4c8e-ab7b-bba13dd3fee6" }, { "itemType": "attribute", "attributeType": "shortText", "required": true, "readOnly": false, - "underlyingEntityGuid": "69a44f74-c285-481e-88d2-c2e801442338", + "underlyingEntityGuid": "e570fb3f-1f4f-457d-9731-19eae06ffbc6", "displayNames": {}, "name": "Notes", - "guid": "883c8ab7-fcef-40ba-9e83-13c0708788dd" + "guid": "c7d01d8b-2589-43cd-b631-09556d11c927" } ], - "underlyingEntityGuid": "891b9f11-97c3-4de6-beec-2f79164fd192", + "underlyingEntityGuid": "fd0a64f2-7d2e-4ded-a68c-2b89c110c6b9", "displayNames": {}, "name": "Chemical resistance", - "guid": "4d864ec4-d756-448b-8f3f-be9104cf7f68" + "guid": "5ffc2178-6095-4074-85f5-a908c5d5e2c3" }, { "itemType": "link", "linkType": "recordLink", - "targetDatabase": "07f89577-7323-482a-b656-85c06c73cbc7", - "targetDatabaseVersion": "99c0840d-df54-430a-82ec-05ebe5d83d1c", - "targetTable": "6ceddd05-9887-4386-a047-b9ae2bd6de2d", + "targetDatabase": "29f535b8-e863-40d8-9518-22980073588a", + "targetDatabaseVersion": "4cf8435d-3af6-4bf8-8785-2d572a4beab3", + "targetTable": "cf9e87f3-61c4-41b5-8eda-0a8c5d54c650", "forwards": true, - "underlyingEntityGuid": "2756c3b7-fe00-4888-a03a-80534e22a90f", + "underlyingEntityGuid": "fe7b22c6-ffb7-4eab-9dc3-706a1ee25a17", "displayNames": {}, "name": "Material Pedigree", - "guid": "91f901ae-e5aa-4132-a704-8856dbaa2470" + "guid": "4cbad9e3-644f-4b78-b7c1-81771bc049e4" }, { "itemType": "attribute", @@ -61190,45 +61338,45 @@ "tabularColumns": [ { "columnType": "linkedAttribute", - "tabularColumnGuid": "546f237b-433f-4f48-b39a-27e6270cdab6", + "tabularColumnGuid": "b89b83de-763c-4220-96c0-b568d555d12c", "name": "Offset Yield Stress", - "guid": "cef3636a-bf9e-4a2d-98a2-a3a0ebae79bf" + "guid": "04f91e11-6e15-4951-9ee4-13afc37547cc" }, { "columnType": "localShortText", - "tabularColumnGuid": "2a79a860-0d48-4938-b6a0-b5ee4e64c80b", + "tabularColumnGuid": "671b17d6-f3bb-43d5-a869-91e60e16553b", "name": "Young's Modulus Notes", - "guid": "5832c282-ff03-442c-9368-9d6225b839ee" + "guid": "1fba6d2f-37a5-40eb-ab7c-f2575ff0d032" } ], - "underlyingEntityGuid": "dc9a8509-5da7-4b51-8867-527eee0f351f", + "underlyingEntityGuid": "aa8d0406-5af7-402e-89c1-26e914a6220d", "displayNames": {}, "name": "Reference Characteristics", - "guid": "c2d0aea6-187c-4ab9-9ec9-7f6a6a5306e6" + "guid": "54106b29-7a25-4960-9b69-2f957dc5f774" }, { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "07f89577-7323-482a-b656-85c06c73cbc7", - "targetDatabaseVersion": "99c0840d-df54-430a-82ec-05ebe5d83d1c", - "targetTable": "5740aded-26db-43e2-98b8-2c6aafe7523f", + "targetDatabase": "29f535b8-e863-40d8-9518-22980073588a", + "targetDatabaseVersion": "4cf8435d-3af6-4bf8-8785-2d572a4beab3", + "targetTable": "c362a600-5c8e-47a4-b2ff-60e62eae7aa6", "forwards": true, "nextLink": { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "07f89577-7323-482a-b656-85c06c73cbc7", - "targetDatabaseVersion": "99c0840d-df54-430a-82ec-05ebe5d83d1c", - "targetTable": "55e3d8c0-3cc0-4a43-ab84-3a2515ab0bcc", + "targetDatabase": "29f535b8-e863-40d8-9518-22980073588a", + "targetDatabaseVersion": "4cf8435d-3af6-4bf8-8785-2d572a4beab3", + "targetTable": "4d4126a6-6f6c-4e2b-ac4b-f91f8c40155c", "forwards": false, - "underlyingEntityGuid": "147f68a9-68fb-4c8c-b034-9d3fed62fe08", + "underlyingEntityGuid": "75ed652e-3ca8-4039-ab83-940203372607", "displayNames": {}, "name": "Pedigree information", - "guid": "2e5cef11-2faf-470d-a563-dffaa8e9717d" + "guid": "bc2296c5-0e8d-4a52-a3e1-8759423aaa4e" }, - "underlyingEntityGuid": "5eddad4a-3ad2-4788-86dd-54dafa844036", + "underlyingEntityGuid": "d4bbe199-61f4-45c9-9d80-f70752ffb701", "displayNames": {}, "name": "To Pedigree from Producers", - "guid": "797d4448-e6da-4e76-b014-9c2fb2acd405" + "guid": "c70a9155-eb34-4247-9e69-ce3c94ed08ea" } ], "displayNames": { @@ -61236,7 +61384,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "29db0f45-8fd2-4ea1-a3a1-dc79dfa9aafa" + "guid": "cb7d461b-c1ff-4a5a-a4b4-0fab3f8cd89c" } } } @@ -61705,7 +61853,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "7c9bedf3-b7eb-4604-9983-1db696bc44df" + "guid": "4e17fe75-b4e2-4115-a076-dead7494f7b1" } }, "Example 4": { @@ -61720,10 +61868,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "f214b290-7c81-42db-ab94-73e77bb06f9d", + "underlyingEntityGuid": "25c77ed4-4d62-4113-9f64-3b5cb0bcb7e6", "displayNames": {}, "name": "Form", - "guid": "0a4c0017-d28e-404d-8a14-c6d2f5fbde4f" + "guid": "12a8592e-f630-4003-ad96-5b579d6f1069" }, { "itemType": "attribute", @@ -61736,38 +61884,38 @@ "attributeType": "longText", "required": true, "readOnly": false, - "underlyingEntityGuid": "e34b5c43-b59a-4385-b362-6a9e263ee0c2", + "underlyingEntityGuid": "f6441179-b09f-476e-96c9-91e2195ae72b", "displayNames": {}, "name": "Sources", - "guid": "77ca79f9-9239-4387-a0c4-be8a15b5c35a" + "guid": "3bfe2e05-8938-403d-8633-5d88287be872" }, { "itemType": "attribute", "attributeType": "shortText", "required": true, "readOnly": false, - "underlyingEntityGuid": "351e47b1-9f40-4a23-aaf9-f9111b190492", + "underlyingEntityGuid": "8f09b1af-868b-4ab6-882f-1c4548ebc3b8", "displayNames": {}, "name": "Notes", - "guid": "f99521c2-cd79-4e29-be29-374f4f47e8b5" + "guid": "f7597125-3a9e-4089-a08f-93b877eb64e9" } ], - "underlyingEntityGuid": "17066926-4923-4924-ba13-d8008ea1476b", + "underlyingEntityGuid": "09b88113-df4c-481c-ab67-91ec5fca010b", "displayNames": {}, "name": "Chemical resistance", - "guid": "df96a9d2-a8d3-4b27-a90d-89c0646651c6" + "guid": "15b1dc52-1fed-40e8-a78d-3c32b48692ef" }, { "itemType": "link", "linkType": "recordLink", - "targetDatabase": "c58af3a9-1699-4d44-9d77-23543bf11ea9", - "targetDatabaseVersion": "0277aed0-d4df-4cd6-8107-987f7f63bce1", - "targetTable": "8524bd86-673c-4042-8340-1d85dc6b9979", + "targetDatabase": "955b15c2-ee09-46dc-9ad5-84d135468415", + "targetDatabaseVersion": "f8886d44-88b2-4afe-b9b1-ccf225dd3584", + "targetTable": "d80bb37f-0ac0-4dbe-8211-ed1070703fda", "forwards": true, - "underlyingEntityGuid": "990d1286-b0fe-4b2a-ab6a-0bb138842c35", + "underlyingEntityGuid": "8a90fad5-b8fa-43bf-a8e4-60efc97a1a82", "displayNames": {}, "name": "Material Pedigree", - "guid": "d6411b9b-a407-4d7a-a9eb-3d7c83ca2916" + "guid": "2d3f6365-4382-4dde-8350-06369d627f3b" }, { "itemType": "attribute", @@ -61778,45 +61926,45 @@ "tabularColumns": [ { "columnType": "linkedAttribute", - "tabularColumnGuid": "03f9f8e1-1340-45ec-a29d-e19ef691dec4", + "tabularColumnGuid": "df752722-870b-48aa-ae33-116b72de6553", "name": "Offset Yield Stress", - "guid": "3eb8adfa-bf9b-4701-8a3d-f85e730eb2f4" + "guid": "2eba8a16-f084-49b2-bdbf-9dcad8e6298c" }, { "columnType": "localShortText", - "tabularColumnGuid": "74881e76-cef4-4097-b586-8cb39e8beea7", + "tabularColumnGuid": "298c5ae8-d861-4798-8bea-1a881115fdca", "name": "Young's Modulus Notes", - "guid": "f57d5be2-553a-4c91-8f65-cfc617bd1e43" + "guid": "4429c166-9fd8-4954-b647-39b6c3da3516" } ], - "underlyingEntityGuid": "99312836-281b-48dc-9ab6-31e84c3ec59e", + "underlyingEntityGuid": "1d169666-274b-4510-a76a-ecd4bee1a8e2", "displayNames": {}, "name": "Reference Characteristics", - "guid": "f5fd01a7-e3c3-4c7d-be5b-553cc03774b4" + "guid": "19768978-5cbd-424f-acf2-773620c48b64" }, { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "c58af3a9-1699-4d44-9d77-23543bf11ea9", - "targetDatabaseVersion": "0277aed0-d4df-4cd6-8107-987f7f63bce1", - "targetTable": "e132743d-1838-4ce3-a5be-4ae556833a2e", + "targetDatabase": "955b15c2-ee09-46dc-9ad5-84d135468415", + "targetDatabaseVersion": "f8886d44-88b2-4afe-b9b1-ccf225dd3584", + "targetTable": "2e1dfbba-4f1b-48a0-b904-55edca939369", "forwards": true, "nextLink": { "itemType": "link", "linkType": "associationChain", - "targetDatabase": "c58af3a9-1699-4d44-9d77-23543bf11ea9", - "targetDatabaseVersion": "0277aed0-d4df-4cd6-8107-987f7f63bce1", - "targetTable": "c3702a26-bbff-431d-b849-43480cf6f32a", + "targetDatabase": "955b15c2-ee09-46dc-9ad5-84d135468415", + "targetDatabaseVersion": "f8886d44-88b2-4afe-b9b1-ccf225dd3584", + "targetTable": "c90e5538-f5d9-4d72-9b86-2ac40df2ac78", "forwards": false, - "underlyingEntityGuid": "be9a1267-51e3-4aa1-8b73-26cb96f0229b", + "underlyingEntityGuid": "78c40cb3-3621-43e4-bf0f-5ffc62907cd3", "displayNames": {}, "name": "Pedigree information", - "guid": "e8317f81-1d27-4a1d-9e55-8889286fe62a" + "guid": "3900fe9c-242f-4847-8188-4e1fc277cefc" }, - "underlyingEntityGuid": "5d668e93-d1f8-4739-b089-b2853aba5fcf", + "underlyingEntityGuid": "79f6df0f-88de-4a8e-8a1b-4fe730cbef74", "displayNames": {}, "name": "To Pedigree from Producers", - "guid": "950e7831-3694-4b36-987c-6d70095d0456" + "guid": "b313d192-7784-4293-b008-d50f2c18318a" } ], "displayNames": { @@ -61824,7 +61972,7 @@ "fr": "Testing Information French Display Name" }, "name": "Testing Information", - "guid": "304e2d19-c699-4e6f-aecc-0e3a7d7a908b" + "guid": "bcc560e6-960e-43e8-967f-f700c9dc1bd0" } } } @@ -62255,9 +62403,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "2c32bb46-9a6f-4db5-8e16-24a0f8524df4", - "sourceTableGuid": "d4e8cda2-bc1f-4011-a8ae-07ebfc2bdad1", - "linkGroupGuid": "017a11ff-f7bf-49b3-9f23-42a530046b3f" + "sourceDatabaseGuid": "3cc921f1-f9ee-4a88-857c-4b1051028f72", + "sourceTableGuid": "9d586b31-a6a6-4757-862a-4c933483a4d1", + "linkGroupGuid": "38e968e7-d8b1-47ba-9425-cc1ac433577d" } }, "Example 8": { @@ -62269,13 +62417,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "ed8d2111-3fbf-4e76-8e56-c102cf4eaaa6", - "tabularAttributeGuid": "30e1da41-f057-4117-b78d-8553036b8eac" + "sourceDatabaseVersionGuid": "587703a5-1a35-4da1-87ce-638fa5f3d475", + "tabularAttributeGuid": "e3053e96-2211-4d46-b58d-0164fce797d5" }, { "forwards": false, - "sourceDatabaseVersionGuid": "d1f2a1d4-b36c-4a9e-b77c-21f0f4341a02", - "tabularAttributeGuid": "fec060f7-dd4b-482d-ac83-0a64247c2309" + "sourceDatabaseVersionGuid": "5731ddb2-921d-4a3d-900d-e3becf2ec190", + "tabularAttributeGuid": "4b65ae7f-16a7-4309-9227-2be3333c84b6" } ] } @@ -62355,9 +62503,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "2c32bb46-9a6f-4db5-8e16-24a0f8524df4", - "sourceTableGuid": "d4e8cda2-bc1f-4011-a8ae-07ebfc2bdad1", - "linkGroupGuid": "017a11ff-f7bf-49b3-9f23-42a530046b3f" + "sourceDatabaseGuid": "3cc921f1-f9ee-4a88-857c-4b1051028f72", + "sourceTableGuid": "9d586b31-a6a6-4757-862a-4c933483a4d1", + "linkGroupGuid": "38e968e7-d8b1-47ba-9425-cc1ac433577d" } }, "Example 8": { @@ -62369,13 +62517,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "ed8d2111-3fbf-4e76-8e56-c102cf4eaaa6", - "tabularAttributeGuid": "30e1da41-f057-4117-b78d-8553036b8eac" + "sourceDatabaseVersionGuid": "587703a5-1a35-4da1-87ce-638fa5f3d475", + "tabularAttributeGuid": "e3053e96-2211-4d46-b58d-0164fce797d5" }, { "forwards": false, - "sourceDatabaseVersionGuid": "d1f2a1d4-b36c-4a9e-b77c-21f0f4341a02", - "tabularAttributeGuid": "fec060f7-dd4b-482d-ac83-0a64247c2309" + "sourceDatabaseVersionGuid": "5731ddb2-921d-4a3d-900d-e3becf2ec190", + "tabularAttributeGuid": "4b65ae7f-16a7-4309-9227-2be3333c84b6" } ] } @@ -62455,9 +62603,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "2c32bb46-9a6f-4db5-8e16-24a0f8524df4", - "sourceTableGuid": "d4e8cda2-bc1f-4011-a8ae-07ebfc2bdad1", - "linkGroupGuid": "017a11ff-f7bf-49b3-9f23-42a530046b3f" + "sourceDatabaseGuid": "3cc921f1-f9ee-4a88-857c-4b1051028f72", + "sourceTableGuid": "9d586b31-a6a6-4757-862a-4c933483a4d1", + "linkGroupGuid": "38e968e7-d8b1-47ba-9425-cc1ac433577d" } }, "Example 8": { @@ -62469,13 +62617,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "ed8d2111-3fbf-4e76-8e56-c102cf4eaaa6", - "tabularAttributeGuid": "30e1da41-f057-4117-b78d-8553036b8eac" + "sourceDatabaseVersionGuid": "587703a5-1a35-4da1-87ce-638fa5f3d475", + "tabularAttributeGuid": "e3053e96-2211-4d46-b58d-0164fce797d5" }, { "forwards": false, - "sourceDatabaseVersionGuid": "d1f2a1d4-b36c-4a9e-b77c-21f0f4341a02", - "tabularAttributeGuid": "fec060f7-dd4b-482d-ac83-0a64247c2309" + "sourceDatabaseVersionGuid": "5731ddb2-921d-4a3d-900d-e3becf2ec190", + "tabularAttributeGuid": "4b65ae7f-16a7-4309-9227-2be3333c84b6" } ] } @@ -62555,9 +62703,9 @@ "description": "This example demonstrates how to add a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "2c32bb46-9a6f-4db5-8e16-24a0f8524df4", - "sourceTableGuid": "d4e8cda2-bc1f-4011-a8ae-07ebfc2bdad1", - "linkGroupGuid": "017a11ff-f7bf-49b3-9f23-42a530046b3f" + "sourceDatabaseGuid": "3cc921f1-f9ee-4a88-857c-4b1051028f72", + "sourceTableGuid": "9d586b31-a6a6-4757-862a-4c933483a4d1", + "linkGroupGuid": "38e968e7-d8b1-47ba-9425-cc1ac433577d" } }, "Example 8": { @@ -62569,13 +62717,13 @@ "associationChainLinks": [ { "forwards": true, - "sourceDatabaseVersionGuid": "ed8d2111-3fbf-4e76-8e56-c102cf4eaaa6", - "tabularAttributeGuid": "30e1da41-f057-4117-b78d-8553036b8eac" + "sourceDatabaseVersionGuid": "587703a5-1a35-4da1-87ce-638fa5f3d475", + "tabularAttributeGuid": "e3053e96-2211-4d46-b58d-0164fce797d5" }, { "forwards": false, - "sourceDatabaseVersionGuid": "d1f2a1d4-b36c-4a9e-b77c-21f0f4341a02", - "tabularAttributeGuid": "fec060f7-dd4b-482d-ac83-0a64247c2309" + "sourceDatabaseVersionGuid": "5731ddb2-921d-4a3d-900d-e3becf2ec190", + "tabularAttributeGuid": "4b65ae7f-16a7-4309-9227-2be3333c84b6" } ] } @@ -62603,7 +62751,7 @@ "readOnly": false, "metaAttributes": null, "tabularColumnGuids": null, - "guid": "fb9fe005-9308-4d36-b3b6-23057b8e611d" + "guid": "0eaadeab-8e60-4d8c-929f-a61f115a5325" } }, "Example 2": { @@ -62623,7 +62771,7 @@ } ], "tabularColumnGuids": null, - "guid": "5fbcfb6a-9bed-44bd-b9a1-f4d6994cdc30" + "guid": "b7058df3-d73e-4687-9ae4-1ff98f2a2595" } }, "Example 3": { @@ -62667,9 +62815,9 @@ "description": "This example demonstrates the response to creating a new cross database link group layout item. It was created by adding a cross database link group to the 'General Properties' layout section (guid = b10170ab-ff56-4828-81b8-c4427674ed2f) of the 'Ceramics' layout (guid = 00000b36-0009-4fff-8fff-dd92ffff0000) from the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "itemType": "crossDatabaseLink", - "sourceDatabaseGuid": "6fb1a598-b760-451a-8a50-598fbe3d1714", - "sourceTableGuid": "68c1d94b-2e18-46a1-881e-fca9d355cf60", - "linkGroupGuid": "9e69f05d-a927-4150-bf1d-4b93fd7e15eb", + "sourceDatabaseGuid": "3177577e-476f-4ef0-9027-4d9afd1b0c9e", + "sourceTableGuid": "4ad76c37-8a43-4b65-9d4e-cc4237004d57", + "linkGroupGuid": "048d0e52-92ff-4843-8f94-0787d79ce6fc", "guid": null } }, @@ -62683,12 +62831,12 @@ { "forwards": true, "sourceDatabaseVersionGuid": "00000000-0000-0000-0000-000000000000", - "tabularAttributeGuid": "aad17c06-c967-4db5-9a53-f76402e37848" + "tabularAttributeGuid": "9d6cd28e-8996-4589-a37d-fd0f027f2e90" }, { "forwards": false, "sourceDatabaseVersionGuid": "00000000-0000-0000-0000-000000000000", - "tabularAttributeGuid": "2bdc9da5-66a0-44ff-ac97-81a90ac2d557" + "tabularAttributeGuid": "6876b689-c799-4434-852e-380f9528bd73" } ], "guid": null @@ -62948,7 +63096,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '5c5df74c-d767-42eb-8d06-ba1d962df648'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '80d8215f-98e4-4ddb-8acd-43775a252291'.", + "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '3a49242c-e400-456c-9c85-6f8113c0744c'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID 'ad69d887-2aaa-4d52-80ae-f4eab3a657bc'.", "value": { "properties": { "name": true, @@ -62957,9 +63105,9 @@ "filter": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "5c5df74c-d767-42eb-8d06-ba1d962df648", + "underlyingEntityGuid": "3a49242c-e400-456c-9c85-6f8113c0744c", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "80d8215f-98e4-4ddb-8acd-43775a252291", + "targetDatabaseVersion": "ad69d887-2aaa-4d52-80ae-f4eab3a657bc", "forwards": false } } @@ -63059,7 +63207,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '5c5df74c-d767-42eb-8d06-ba1d962df648'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '80d8215f-98e4-4ddb-8acd-43775a252291'.", + "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '3a49242c-e400-456c-9c85-6f8113c0744c'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID 'ad69d887-2aaa-4d52-80ae-f4eab3a657bc'.", "value": { "properties": { "name": true, @@ -63068,9 +63216,9 @@ "filter": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "5c5df74c-d767-42eb-8d06-ba1d962df648", + "underlyingEntityGuid": "3a49242c-e400-456c-9c85-6f8113c0744c", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "80d8215f-98e4-4ddb-8acd-43775a252291", + "targetDatabaseVersion": "ad69d887-2aaa-4d52-80ae-f4eab3a657bc", "forwards": false } } @@ -63170,7 +63318,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '5c5df74c-d767-42eb-8d06-ba1d962df648'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '80d8215f-98e4-4ddb-8acd-43775a252291'.", + "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '3a49242c-e400-456c-9c85-6f8113c0744c'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID 'ad69d887-2aaa-4d52-80ae-f4eab3a657bc'.", "value": { "properties": { "name": true, @@ -63179,9 +63327,9 @@ "filter": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "5c5df74c-d767-42eb-8d06-ba1d962df648", + "underlyingEntityGuid": "3a49242c-e400-456c-9c85-6f8113c0744c", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "80d8215f-98e4-4ddb-8acd-43775a252291", + "targetDatabaseVersion": "ad69d887-2aaa-4d52-80ae-f4eab3a657bc", "forwards": false } } @@ -63281,7 +63429,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '5c5df74c-d767-42eb-8d06-ba1d962df648'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '80d8215f-98e4-4ddb-8acd-43775a252291'.", + "description": "Fetch all layout sections that contain a reverse cross database link group with GUID '3a49242c-e400-456c-9c85-6f8113c0744c'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID 'ad69d887-2aaa-4d52-80ae-f4eab3a657bc'.", "value": { "properties": { "name": true, @@ -63290,9 +63438,9 @@ "filter": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "5c5df74c-d767-42eb-8d06-ba1d962df648", + "underlyingEntityGuid": "3a49242c-e400-456c-9c85-6f8113c0744c", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "80d8215f-98e4-4ddb-8acd-43775a252291", + "targetDatabaseVersion": "ad69d887-2aaa-4d52-80ae-f4eab3a657bc", "forwards": false } } @@ -63319,16 +63467,16 @@ { "sectionItems": [ { - "underlyingEntityGuid": "6988c092-c1d4-4041-85f0-de944513f77c", + "underlyingEntityGuid": "a1910e55-5a8a-4fea-aaf5-6bba57b2703e", "itemType": "attribute", "name": "Price", - "guid": "533340e0-a4f9-41b6-82e5-c2a1c3003c67" + "guid": "71d61d48-3b3b-4427-8d0f-aa78bdcdfda1" }, { - "underlyingEntityGuid": "4cd27e08-57a0-4745-8dde-865238d67ef4", + "underlyingEntityGuid": "bc65da5f-1230-4f5f-8c26-fa13f20f3d1a", "itemType": "attribute", "name": "Density", - "guid": "eaefa591-e04c-4127-ad43-a9a6459ec1a7" + "guid": "63c23dd9-4aec-4574-9132-0ca7e906678c" } ], "displayNames": { @@ -63513,7 +63661,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "5d223cdc-d345-47f9-b9c6-ba655aba1c87" + "guid": "2aac490a-3d3c-48b6-ae66-121d5d564055" } }, "Example 3": { @@ -63587,7 +63735,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "5d223cdc-d345-47f9-b9c6-ba655aba1c87" + "guid": "2aac490a-3d3c-48b6-ae66-121d5d564055" } }, "Example 3": { @@ -63661,7 +63809,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "5d223cdc-d345-47f9-b9c6-ba655aba1c87" + "guid": "2aac490a-3d3c-48b6-ae66-121d5d564055" } }, "Example 3": { @@ -63735,7 +63883,7 @@ "description": "This example demonstrates how to create a new layout for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database with a specified guid value. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Composite materials (guid)", - "guid": "5d223cdc-d345-47f9-b9c6-ba655aba1c87" + "guid": "2aac490a-3d3c-48b6-ae66-121d5d564055" } }, "Example 3": { @@ -63806,7 +63954,7 @@ "applicableApplications": [], "displayNames": {}, "name": "Ceramics", - "guid": "1ef5ab53-cafa-4616-8966-3bd18dfc8f9a" + "guid": "af91b659-d9c4-4f88-a0ec-fbec0d30c68e" } } } @@ -63950,10 +64098,10 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "0b4abe61-3a11-4e68-b66f-2418b9e63c02", + "underlyingEntityGuid": "df4439f6-9444-41df-9687-d59a6fe6682c", "displayNames": {}, "name": "Price", - "guid": "9fcd469d-7e1b-4a65-8aa5-5a6e5d91adbd" + "guid": "875b19dd-d4f4-4666-994a-8563cf7a0fe7" }, { "itemType": "attribute", @@ -63961,10 +64109,10 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "ce6a1450-175e-419f-9280-10a619f6f94b", + "underlyingEntityGuid": "ac937dc2-f5f3-4a55-b3ed-a28b00e94b2d", "displayNames": {}, "name": "Density", - "guid": "1eff7518-e26c-41fd-b253-3c21ae4c5458" + "guid": "cf951595-6482-4c81-a863-82591c914ace" } ], "displayNames": { @@ -63983,10 +64131,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "158e2666-7ddd-4b0c-94fd-d666304a0ffa", + "underlyingEntityGuid": "3ae265fe-6d44-4300-a607-c53ccc50f2a5", "displayNames": {}, "name": "Young's modulus", - "guid": "0ff6bd67-93bf-46f2-b7d7-0d18a8ae2dcd" + "guid": "03871f20-78df-49c5-b7ee-f8ad5811c300" }, { "itemType": "attribute", @@ -63994,10 +64142,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "560141ec-ee81-4622-aba1-813ed7522781", + "underlyingEntityGuid": "4c808165-88c5-4d89-bf7c-090a8216bb14", "displayNames": {}, "name": "Tensile strength", - "guid": "ddf2b486-5b8a-4dae-897e-27d1a521bc19" + "guid": "01b05510-675c-41a2-8246-7a378d92def3" }, { "itemType": "attribute", @@ -64005,10 +64153,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "5aa04df9-4916-4a4f-864d-eb839e614ae5", + "underlyingEntityGuid": "6481f71e-04ce-4302-9ddd-b7e62e26365c", "displayNames": {}, "name": "Shape factor", - "guid": "453f39f7-6972-4a55-b585-94985341b0e2" + "guid": "59d90443-e15e-4419-a831-c1283c1e721b" } ], "displayNames": { @@ -64092,7 +64240,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "1957f567-aa36-42f7-a0d8-82a743dcdb42" + "guid": "d26d1576-7131-42a3-b3a5-2178cf9dd918" } }, "Example 2": { @@ -64125,7 +64273,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "1957f567-aa36-42f7-a0d8-82a743dcdb42" + "guid": "d26d1576-7131-42a3-b3a5-2178cf9dd918" } }, "Example 2": { @@ -64158,7 +64306,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "1957f567-aa36-42f7-a0d8-82a743dcdb42" + "guid": "d26d1576-7131-42a3-b3a5-2178cf9dd918" } }, "Example 2": { @@ -64191,7 +64339,7 @@ "An Application" ], "name": "Ceramics (Updated)", - "guid": "1957f567-aa36-42f7-a0d8-82a743dcdb42" + "guid": "d26d1576-7131-42a3-b3a5-2178cf9dd918" } }, "Example 2": { @@ -64224,7 +64372,7 @@ "applicableApplications": [], "displayNames": {}, "name": "Ceramics", - "guid": "05cbc579-4912-4ced-bc6c-0039b2a75d07" + "guid": "81a9f166-6930-47c8-b9ee-c0afa5a8e7b4" } } } @@ -64415,10 +64563,10 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "8090a1ca-8a75-4078-bb16-4f1637ae701d", + "underlyingEntityGuid": "f183802e-1743-4380-954c-2e28a7c09155", "displayNames": {}, "name": "Price", - "guid": "babcaf3d-a36d-440f-bcbd-ced684147ba4" + "guid": "41d0a56e-feb7-411b-9da5-3e9713492cf8" }, { "itemType": "attribute", @@ -64426,10 +64574,10 @@ "required": false, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "5f40d19d-d9a5-46af-9d96-57f5f1a0a4fd", + "underlyingEntityGuid": "f2ab2e8c-bd13-4c07-81cc-f8bdd431806c", "displayNames": {}, "name": "Density", - "guid": "b66639c2-47f0-4484-a49c-d3ab0e5a1717" + "guid": "8360e4e8-51f0-49df-b7b7-7d25546bd64e" } ], "displayNames": { @@ -64448,10 +64596,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "bd90d470-6c43-41db-b1da-081bc4289a2f", + "underlyingEntityGuid": "e9312443-bbbd-4d2d-98af-25d405b8836f", "displayNames": {}, "name": "Young's modulus", - "guid": "6ee5e9ca-5d7d-4856-806d-413c3d1834bf" + "guid": "e58fe19c-e4c6-4268-bf93-414b5747672a" }, { "itemType": "attribute", @@ -64459,10 +64607,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "a724ca78-78ea-4b5b-8d5d-9c8f4c325eaa", + "underlyingEntityGuid": "23f76ecb-ca12-4825-82eb-5e16cd7d223b", "displayNames": {}, "name": "Tensile strength", - "guid": "2868a39d-b2f9-45dd-941b-26947cd557b8" + "guid": "2fe26a67-f7e4-4fcd-accf-9ef62b41db4c" }, { "itemType": "attribute", @@ -64470,10 +64618,10 @@ "required": true, "readOnly": false, "metaAttributes": [], - "underlyingEntityGuid": "f8f13ee2-7ae0-417d-9e0c-678074a7626a", + "underlyingEntityGuid": "a0ad5758-0c8a-4d86-8e7a-f1508bf76f88", "displayNames": {}, "name": "Shape factor", - "guid": "7f971d3f-87a5-48f1-b463-a7931836d4d6" + "guid": "c86f0418-83b7-4912-8d2d-4c1ce7a339f4" } ], "displayNames": { @@ -64758,7 +64906,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layouts that contain a reverse cross database link group with GUID 'dec0a866-d0a1-4ee4-a528-024351c82550'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '15ab5f11-88fe-4c75-83f7-10d0059fae1d'.", + "description": "Fetch all layouts that contain a reverse cross database link group with GUID '65c32131-eb62-42b6-921d-aefb329d9976'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '11aa6255-b7e7-4c08-910b-002a3034911c'.", "value": { "properties": { "displayNames": true, @@ -64769,9 +64917,9 @@ "sections": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "dec0a866-d0a1-4ee4-a528-024351c82550", + "underlyingEntityGuid": "65c32131-eb62-42b6-921d-aefb329d9976", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "15ab5f11-88fe-4c75-83f7-10d0059fae1d", + "targetDatabaseVersion": "11aa6255-b7e7-4c08-910b-002a3034911c", "forwards": false } } @@ -64904,7 +65052,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layouts that contain a reverse cross database link group with GUID 'dec0a866-d0a1-4ee4-a528-024351c82550'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '15ab5f11-88fe-4c75-83f7-10d0059fae1d'.", + "description": "Fetch all layouts that contain a reverse cross database link group with GUID '65c32131-eb62-42b6-921d-aefb329d9976'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '11aa6255-b7e7-4c08-910b-002a3034911c'.", "value": { "properties": { "displayNames": true, @@ -64915,9 +65063,9 @@ "sections": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "dec0a866-d0a1-4ee4-a528-024351c82550", + "underlyingEntityGuid": "65c32131-eb62-42b6-921d-aefb329d9976", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "15ab5f11-88fe-4c75-83f7-10d0059fae1d", + "targetDatabaseVersion": "11aa6255-b7e7-4c08-910b-002a3034911c", "forwards": false } } @@ -65050,7 +65198,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layouts that contain a reverse cross database link group with GUID 'dec0a866-d0a1-4ee4-a528-024351c82550'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '15ab5f11-88fe-4c75-83f7-10d0059fae1d'.", + "description": "Fetch all layouts that contain a reverse cross database link group with GUID '65c32131-eb62-42b6-921d-aefb329d9976'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '11aa6255-b7e7-4c08-910b-002a3034911c'.", "value": { "properties": { "displayNames": true, @@ -65061,9 +65209,9 @@ "sections": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "dec0a866-d0a1-4ee4-a528-024351c82550", + "underlyingEntityGuid": "65c32131-eb62-42b6-921d-aefb329d9976", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "15ab5f11-88fe-4c75-83f7-10d0059fae1d", + "targetDatabaseVersion": "11aa6255-b7e7-4c08-910b-002a3034911c", "forwards": false } } @@ -65196,7 +65344,7 @@ }, "Example 6": { "summary": "Filter by reverse cross database link group", - "description": "Fetch all layouts that contain a reverse cross database link group with GUID 'dec0a866-d0a1-4ee4-a528-024351c82550'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '15ab5f11-88fe-4c75-83f7-10d0059fae1d'.", + "description": "Fetch all layouts that contain a reverse cross database link group with GUID '65c32131-eb62-42b6-921d-aefb329d9976'. When filtering by a reverse cross database link group, the link group itself is in a different database, so specify either the TargetDatabase or TargetDatabaseVersion so that only the expected link group matches. TargetDatabaseVersion will always match at most one database, TargetDatabase could match more than one. TargetDatabaseVersion should not be set for a forward cross database link group, because it is not defined for forward cross database link groups. This example filters on cross database link groups that originate in the database with Version GUID '11aa6255-b7e7-4c08-910b-002a3034911c'.", "value": { "properties": { "displayNames": true, @@ -65207,9 +65355,9 @@ "sections": { "sectionItems": { "itemType": "link", - "underlyingEntityGuid": "dec0a866-d0a1-4ee4-a528-024351c82550", + "underlyingEntityGuid": "65c32131-eb62-42b6-921d-aefb329d9976", "linkType": "crossDatabaseLink", - "targetDatabaseVersion": "15ab5f11-88fe-4c75-83f7-10d0059fae1d", + "targetDatabaseVersion": "11aa6255-b7e7-4c08-910b-002a3034911c", "forwards": false } } @@ -65239,16 +65387,16 @@ { "sectionItems": [ { - "underlyingEntityGuid": "a2f2e53a-8b1b-4d66-86c7-84f714337fc5", + "underlyingEntityGuid": "49337dd6-3a89-46c2-a831-cedd7d40a0e2", "itemType": "attribute", "name": "Price", - "guid": "41274b2c-9aeb-439b-8280-49d1e1db1f9a" + "guid": "1c36c337-60a4-4f97-a078-e65deede9fd9" }, { - "underlyingEntityGuid": "eb1a31f1-36c3-45cd-9680-80f316cbfb0c", + "underlyingEntityGuid": "3409b616-f1ed-48aa-98a1-593d0ad4170a", "itemType": "attribute", "name": "Density", - "guid": "aef262c9-5f1f-45b2-8ab4-81ba5e9489e8" + "guid": "e15d0237-68bb-4af9-9288-a635ed3c3704" } ], "displayNames": { @@ -65489,7 +65637,7 @@ { "type": "discrete", "name": "Red", - "guid": "79f6a3e3-d2b6-435c-8e58-1bb9708f92e2" + "guid": "7686291d-b0ba-4bb6-aac0-8ffcb3b2aae5" }, { "type": "discrete", @@ -65499,7 +65647,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "f663623a-9a8b-48bd-a448-3dbf64b64f48" + "guid": "12417806-34c6-4e31-8275-378f5fe29859" } }, "Example 3": { @@ -65626,7 +65774,7 @@ { "type": "discrete", "name": "Red", - "guid": "79f6a3e3-d2b6-435c-8e58-1bb9708f92e2" + "guid": "7686291d-b0ba-4bb6-aac0-8ffcb3b2aae5" }, { "type": "discrete", @@ -65636,7 +65784,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "f663623a-9a8b-48bd-a448-3dbf64b64f48" + "guid": "12417806-34c6-4e31-8275-378f5fe29859" } }, "Example 3": { @@ -65763,7 +65911,7 @@ { "type": "discrete", "name": "Red", - "guid": "79f6a3e3-d2b6-435c-8e58-1bb9708f92e2" + "guid": "7686291d-b0ba-4bb6-aac0-8ffcb3b2aae5" }, { "type": "discrete", @@ -65773,7 +65921,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "f663623a-9a8b-48bd-a448-3dbf64b64f48" + "guid": "12417806-34c6-4e31-8275-378f5fe29859" } }, "Example 3": { @@ -65900,7 +66048,7 @@ { "type": "discrete", "name": "Red", - "guid": "79f6a3e3-d2b6-435c-8e58-1bb9708f92e2" + "guid": "7686291d-b0ba-4bb6-aac0-8ffcb3b2aae5" }, { "type": "discrete", @@ -65910,7 +66058,7 @@ "type": "discrete", "defaultParameterValueIndex": 1, "name": "Color (guid)", - "guid": "f663623a-9a8b-48bd-a448-3dbf64b64f48" + "guid": "12417806-34c6-4e31-8275-378f5fe29859" } }, "Example 3": { @@ -66081,9 +66229,9 @@ "name": "Outside Temperature", "errors": [ { - "message": "Could not find Unit with GUID 'de76c652-4f89-4e2a-80d8-c9d64ad9b57c'.", + "message": "Could not find Unit with GUID '1c3b5108-e2d2-46d4-9be1-a2a2a78f1bb8'.", "reason": "noSuchUnit", - "guid": "de76c652-4f89-4e2a-80d8-c9d64ad9b57c" + "guid": "1c3b5108-e2d2-46d4-9be1-a2a2a78f1bb8" }, { "message": "Parameter Value is not valid.", @@ -66242,7 +66390,7 @@ "scaleType": "logarithmic", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "f2aaf748-b62a-4b42-95b0-b9116d947b3c" + "guid": "864d156a-e833-4220-988e-aaf74d61e4b8" } }, "Example 2": { @@ -66252,7 +66400,7 @@ "type": "discrete", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "6517b4d5-0506-4701-8ac6-055d894ecc11" + "guid": "5c005481-470d-4256-9966-ea877c7e8f7e" } }, "Example 3": { @@ -66260,7 +66408,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (GUID = '00000005-000a-4fff-8fff-0000ffff0000') from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "aadcbe3e-d9d7-4351-b31d-2d9dd6de825e" + "guid": "8641291b-eb74-48a4-8523-f98ef50e0deb" } }, "Example 4": { @@ -66279,7 +66427,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "df9260bb-1b86-4979-8488-db2144227e30" + "guid": "335bc4dd-b19c-4698-b9d3-c1620e1c449b" } }, "Example 6": { @@ -66344,7 +66492,7 @@ "scaleType": "logarithmic", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "f2aaf748-b62a-4b42-95b0-b9116d947b3c" + "guid": "864d156a-e833-4220-988e-aaf74d61e4b8" } }, "Example 2": { @@ -66354,7 +66502,7 @@ "type": "discrete", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "6517b4d5-0506-4701-8ac6-055d894ecc11" + "guid": "5c005481-470d-4256-9966-ea877c7e8f7e" } }, "Example 3": { @@ -66362,7 +66510,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (GUID = '00000005-000a-4fff-8fff-0000ffff0000') from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "aadcbe3e-d9d7-4351-b31d-2d9dd6de825e" + "guid": "8641291b-eb74-48a4-8523-f98ef50e0deb" } }, "Example 4": { @@ -66381,7 +66529,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "df9260bb-1b86-4979-8488-db2144227e30" + "guid": "335bc4dd-b19c-4698-b9d3-c1620e1c449b" } }, "Example 6": { @@ -66446,7 +66594,7 @@ "scaleType": "logarithmic", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "f2aaf748-b62a-4b42-95b0-b9116d947b3c" + "guid": "864d156a-e833-4220-988e-aaf74d61e4b8" } }, "Example 2": { @@ -66456,7 +66604,7 @@ "type": "discrete", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "6517b4d5-0506-4701-8ac6-055d894ecc11" + "guid": "5c005481-470d-4256-9966-ea877c7e8f7e" } }, "Example 3": { @@ -66464,7 +66612,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (GUID = '00000005-000a-4fff-8fff-0000ffff0000') from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "aadcbe3e-d9d7-4351-b31d-2d9dd6de825e" + "guid": "8641291b-eb74-48a4-8523-f98ef50e0deb" } }, "Example 4": { @@ -66483,7 +66631,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "df9260bb-1b86-4979-8488-db2144227e30" + "guid": "335bc4dd-b19c-4698-b9d3-c1620e1c449b" } }, "Example 6": { @@ -66548,7 +66696,7 @@ "scaleType": "logarithmic", "defaultParameterValueGuid": "173284fb-e557-406f-a7eb-f4e75f1d48a9", "name": "Strain (Updated)", - "guid": "f2aaf748-b62a-4b42-95b0-b9116d947b3c" + "guid": "864d156a-e833-4220-988e-aaf74d61e4b8" } }, "Example 2": { @@ -66558,7 +66706,7 @@ "type": "discrete", "defaultParameterValueGuid": "505b5d32-0a4a-48af-9a7a-90c4caacd35c", "name": "Basis (Updated)", - "guid": "6517b4d5-0506-4701-8ac6-055d894ecc11" + "guid": "5c005481-470d-4256-9966-ea877c7e8f7e" } }, "Example 3": { @@ -66566,7 +66714,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Strain' parameter (GUID = '00000005-000a-4fff-8fff-0000ffff0000') from the MI_Training database. Guid can be updated for both kinds of parameters.", "value": { "type": "numeric", - "guid": "aadcbe3e-d9d7-4351-b31d-2d9dd6de825e" + "guid": "8641291b-eb74-48a4-8523-f98ef50e0deb" } }, "Example 4": { @@ -66585,7 +66733,7 @@ "unit": { "guid": "0000007a-0013-4fff-8fff-0000ffff0000" }, - "guid": "df9260bb-1b86-4979-8488-db2144227e30" + "guid": "335bc4dd-b19c-4698-b9d3-c1620e1c449b" } }, "Example 6": { @@ -66694,9 +66842,9 @@ "parameterGuid": "00000001-000a-4fff-8fff-0000ffff0000", "errors": [ { - "message": "Could not find Unit with GUID 'e2a7cace-cde8-4224-9fd1-5a279c19a174'.", + "message": "Could not find Unit with GUID '32210be0-e967-41ee-8985-7908b4d325fd'.", "reason": "noSuchUnit", - "guid": "e2a7cace-cde8-4224-9fd1-5a279c19a174" + "guid": "32210be0-e967-41ee-8985-7908b4d325fd" } ] } @@ -66710,9 +66858,9 @@ "parameterGuid": "00000004-000a-4fff-8fff-0000ffff0000", "errors": [ { - "message": "Could not find Unit with GUID '845c0a88-f1eb-4fdc-9a49-0525ebb7c543'.", + "message": "Could not find Unit with GUID '52503e1a-f5b5-4f11-a61e-ee1643f9b7b8'.", "reason": "noSuchUnit", - "guid": "845c0a88-f1eb-4fdc-9a49-0525ebb7c543" + "guid": "52503e1a-f5b5-4f11-a61e-ee1643f9b7b8" }, { "message": "Parameter Value is not valid.", @@ -66972,7 +67120,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "ac066459-91ba-486d-b394-1338e1f7d7c1" + "guid": "1ac70c4f-e082-4bf5-82ae-6a83e16bc6ce" } }, "Example 2": { @@ -66981,7 +67129,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "12a7a170-7af7-4d81-8b40-8d93bdb71d9d" + "guid": "afae3e14-863d-4c52-b10c-0c865ceecadc" } }, "Example 3": { @@ -66989,7 +67137,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bda0970e-f05a-4015-ae18-78c29269d0f8" + "guid": "77160d4d-d744-4179-bd5a-0a844beabce3" } } } @@ -67006,7 +67154,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "ac066459-91ba-486d-b394-1338e1f7d7c1" + "guid": "1ac70c4f-e082-4bf5-82ae-6a83e16bc6ce" } }, "Example 2": { @@ -67015,7 +67163,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "12a7a170-7af7-4d81-8b40-8d93bdb71d9d" + "guid": "afae3e14-863d-4c52-b10c-0c865ceecadc" } }, "Example 3": { @@ -67023,7 +67171,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bda0970e-f05a-4015-ae18-78c29269d0f8" + "guid": "77160d4d-d744-4179-bd5a-0a844beabce3" } } } @@ -67040,7 +67188,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "ac066459-91ba-486d-b394-1338e1f7d7c1" + "guid": "1ac70c4f-e082-4bf5-82ae-6a83e16bc6ce" } }, "Example 2": { @@ -67049,7 +67197,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "12a7a170-7af7-4d81-8b40-8d93bdb71d9d" + "guid": "afae3e14-863d-4c52-b10c-0c865ceecadc" } }, "Example 3": { @@ -67057,7 +67205,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bda0970e-f05a-4015-ae18-78c29269d0f8" + "guid": "77160d4d-d744-4179-bd5a-0a844beabce3" } } } @@ -67074,7 +67222,7 @@ "value": 10.0, "type": "numeric", "name": "Strain 0.1 (Updated)", - "guid": "ac066459-91ba-486d-b394-1338e1f7d7c1" + "guid": "1ac70c4f-e082-4bf5-82ae-6a83e16bc6ce" } }, "Example 2": { @@ -67083,7 +67231,7 @@ "value": { "type": "discrete", "name": "Mean (Updated)", - "guid": "12a7a170-7af7-4d81-8b40-8d93bdb71d9d" + "guid": "afae3e14-863d-4c52-b10c-0c865ceecadc" } }, "Example 3": { @@ -67091,7 +67239,7 @@ "description": "This example demonstrates how to update guid of the 'Strain 0.1' numeric parameter value (guid = 173284fb-e557-406f-a7eb-f4e75f1d48a9) from the 'Strain' numeric parameter (guid = 00000005-000a-4fff-8fff-0000ffff0000) from the MI_Training database using a PATCH request.", "value": { "type": "numeric", - "guid": "bda0970e-f05a-4015-ae18-78c29269d0f8" + "guid": "77160d4d-d744-4179-bd5a-0a844beabce3" } } } @@ -67888,7 +68036,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "ca846ecb-1de6-4fe6-a78f-d8bfc523a89d" + "guid": "25db72fa-742f-4aa4-ada5-6706bc03d0ed" } }, "Example 3": { @@ -67899,7 +68047,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "a9fea8d4-aaa2-41b5-bab6-43836ab5ecdf" + "guid": "37d193b0-3e30-450b-ae1c-d2eb4f490452" } } } @@ -67921,7 +68069,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "ca846ecb-1de6-4fe6-a78f-d8bfc523a89d" + "guid": "25db72fa-742f-4aa4-ada5-6706bc03d0ed" } }, "Example 3": { @@ -67932,7 +68080,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "a9fea8d4-aaa2-41b5-bab6-43836ab5ecdf" + "guid": "37d193b0-3e30-450b-ae1c-d2eb4f490452" } } } @@ -67954,7 +68102,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "ca846ecb-1de6-4fe6-a78f-d8bfc523a89d" + "guid": "25db72fa-742f-4aa4-ada5-6706bc03d0ed" } }, "Example 3": { @@ -67965,7 +68113,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "a9fea8d4-aaa2-41b5-bab6-43836ab5ecdf" + "guid": "37d193b0-3e30-450b-ae1c-d2eb4f490452" } } } @@ -67987,7 +68135,7 @@ "description": "This example demonstrates how to create a new profile with a specified guid. Normally, if the guid is not specified, a random new Guid will be generated.", "value": { "name": "MI:Training Processes", - "guid": "ca846ecb-1de6-4fe6-a78f-d8bfc523a89d" + "guid": "25db72fa-742f-4aa4-ada5-6706bc03d0ed" } }, "Example 3": { @@ -67998,7 +68146,7 @@ "homepageUrl": "TrainingProfiles/TrainingProcesses", "groupName": "MI:Training Profiles", "name": "MI:Training Processes", - "guid": "a9fea8d4-aaa2-41b5-bab6-43836ab5ecdf" + "guid": "37d193b0-3e30-450b-ae1c-d2eb4f490452" } } } @@ -68140,7 +68288,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "a3865d43-0b18-4eed-b982-43f1989540e7" + "guid": "0c9b7044-890e-403b-83dd-99e8335a1a26" } }, "Example 2": { @@ -68160,7 +68308,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "9889d6e4-566f-4e52-8815-3435bc43fdfd", + "guid": "a701c8f7-0c58-4f93-ab4b-d27ffb4546d1", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -68176,7 +68324,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "a3865d43-0b18-4eed-b982-43f1989540e7" + "guid": "0c9b7044-890e-403b-83dd-99e8335a1a26" } }, "Example 2": { @@ -68196,7 +68344,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "9889d6e4-566f-4e52-8815-3435bc43fdfd", + "guid": "a701c8f7-0c58-4f93-ab4b-d27ffb4546d1", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -68212,7 +68360,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "a3865d43-0b18-4eed-b982-43f1989540e7" + "guid": "0c9b7044-890e-403b-83dd-99e8335a1a26" } }, "Example 2": { @@ -68232,7 +68380,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "9889d6e4-566f-4e52-8815-3435bc43fdfd", + "guid": "a701c8f7-0c58-4f93-ab4b-d27ffb4546d1", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -68248,7 +68396,7 @@ "summary": "Update a guid", "description": "This example demonstrates how to update the 'Guid' property of the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "a3865d43-0b18-4eed-b982-43f1989540e7" + "guid": "0c9b7044-890e-403b-83dd-99e8335a1a26" } }, "Example 2": { @@ -68268,7 +68416,7 @@ "81bb4607-e2a3-4c78-81fc-a18a09979c72", "a7cb2018-8410-42fd-ac6a-8bc1b441ba6e" ], - "guid": "9889d6e4-566f-4e52-8815-3435bc43fdfd", + "guid": "a701c8f7-0c58-4f93-ab4b-d27ffb4546d1", "groupName": "MI:Training Profiles (Updated)", "name": "MI:Training Metals" } @@ -68450,7 +68598,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "831e76d5-f37a-4606-9f10-a4e298d6d4a8" + "guid": "23d991f4-7bdd-44da-97ca-72e736e22d33" } }, "Example 3": { @@ -68461,7 +68609,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "19e5f2c2-13c2-4f2f-a86c-2fc8efbd9232" + "guid": "287a168c-fb39-4465-b38b-5b09bcf129ce" } } } @@ -68485,7 +68633,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "831e76d5-f37a-4606-9f10-a4e298d6d4a8" + "guid": "23d991f4-7bdd-44da-97ca-72e736e22d33" } }, "Example 3": { @@ -68496,7 +68644,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "19e5f2c2-13c2-4f2f-a86c-2fc8efbd9232" + "guid": "287a168c-fb39-4465-b38b-5b09bcf129ce" } } } @@ -68520,7 +68668,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "831e76d5-f37a-4606-9f10-a4e298d6d4a8" + "guid": "23d991f4-7bdd-44da-97ca-72e736e22d33" } }, "Example 3": { @@ -68531,7 +68679,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "19e5f2c2-13c2-4f2f-a86c-2fc8efbd9232" + "guid": "287a168c-fb39-4465-b38b-5b09bcf129ce" } } } @@ -68555,7 +68703,7 @@ "value": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", - "guid": "831e76d5-f37a-4606-9f10-a4e298d6d4a8" + "guid": "23d991f4-7bdd-44da-97ca-72e736e22d33" } }, "Example 3": { @@ -68566,7 +68714,7 @@ "tableGuid": "bc666ac6-8ac6-482b-9a16-502e6ab3730e", "subsetGuid": "c2a6b6d0-540c-4927-b861-840644fc3968", "layoutGuid": "f8379ae4-a8a8-4329-b9b5-cd0b2d285fd0", - "guid": "19e5f2c2-13c2-4f2f-a86c-2fc8efbd9232" + "guid": "287a168c-fb39-4465-b38b-5b09bcf129ce" } } } @@ -68703,7 +68851,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "662585a0-ce06-4e53-803e-df120582404d" + "guid": "f8a288f1-9922-4466-98c0-ce91be2c95b9" } }, "Example 2": { @@ -68718,7 +68866,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "59e32995-67ef-4bfe-ade3-34ddb6847957" + "guid": "f0ee062d-6e5e-403a-ba12-162448c602aa" } } } @@ -68734,7 +68882,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "662585a0-ce06-4e53-803e-df120582404d" + "guid": "f8a288f1-9922-4466-98c0-ce91be2c95b9" } }, "Example 2": { @@ -68749,7 +68897,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "59e32995-67ef-4bfe-ade3-34ddb6847957" + "guid": "f0ee062d-6e5e-403a-ba12-162448c602aa" } } } @@ -68765,7 +68913,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "662585a0-ce06-4e53-803e-df120582404d" + "guid": "f8a288f1-9922-4466-98c0-ce91be2c95b9" } }, "Example 2": { @@ -68780,7 +68928,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "59e32995-67ef-4bfe-ade3-34ddb6847957" + "guid": "f0ee062d-6e5e-403a-ba12-162448c602aa" } } } @@ -68796,7 +68944,7 @@ "value": { "subsetGuid": "00000b36-0010-4fff-8fff-dd92ffff0000", "layoutGuid": "00000b36-0009-4fff-8fff-dd92ffff0000", - "guid": "662585a0-ce06-4e53-803e-df120582404d" + "guid": "f8a288f1-9922-4466-98c0-ce91be2c95b9" } }, "Example 2": { @@ -68811,7 +68959,7 @@ "summary": "Just guid", "description": "This example shows how to update the 'Guid' property of the 'MaterialUniverse' profile table (guid = a7cb2018-8410-42fd-ac6a-8bc1b441ba6e) from the 'MI:Training Metals' profile (guid = f76e3ce8-608a-42da-8d99-f0009dac966f).", "value": { - "guid": "59e32995-67ef-4bfe-ade3-34ddb6847957" + "guid": "f0ee062d-6e5e-403a-ba12-162448c602aa" } } } @@ -69568,8 +69716,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "267521e6-3c61-4232-bb98-cee20c69921a", - "tableGuid": "753f29bd-f31c-4e0d-8bd4-56ae83ec5011" + "databaseGuid": "2c09834a-03dd-4b48-9f40-125f06a8f319", + "tableGuid": "d69ca2e0-9ef6-44b0-baca-b5b07a89fb01" } }, "identity": 1, @@ -69577,7 +69725,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "MI Training Exercise for Import - Second Training Database And Table", - "guid": "6e8a8a96-bc33-4688-9f55-ef9b831cb603" + "guid": "a6c6e362-3ad1-4035-96fa-acd908294ee2" } ] } @@ -69650,7 +69798,7 @@ "includeIndirectLinks": true, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "f89ed7a0-2191-498f-ad06-11ddbd31eef4" + "guid": "69416571-34ee-487f-a696-b86cd64a1596" } }, "Example 3": { @@ -69659,7 +69807,7 @@ "value": { "type": "crossDatabase", "linkTarget": { - "tableGuid": "91fddc39-a8d1-499f-8d83-b04ad24d8e70" + "tableGuid": "0b035499-dd8f-41dd-b33c-6baaed36e461" }, "includeIndirectLinks": false, "reverseName": "Cross database link to Material Universe", @@ -69672,13 +69820,13 @@ "value": { "type": "crossDatabase", "linkTarget": { - "databaseGuid": "94415eb0-9ea9-49aa-925c-429305b7631d", - "tableGuid": "794995ef-85ec-4bc5-82d8-54b48dd84936" + "databaseGuid": "e303c77d-c25d-47c7-96b5-ad92d5b12683", + "tableGuid": "0345d5ff-49a6-43e0-a0de-811806584fdf" }, "includeIndirectLinks": true, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "390047a7-5d10-4d1d-8195-f9da08e1e4c6" + "guid": "cbb469c6-2a3b-40a0-b96f-3069997e65c3" } }, "Example 5": { @@ -69723,7 +69871,7 @@ ], "reverseName": "Material Universe smart link", "name": "Process Universe smart link", - "guid": "685b8c98-0efa-4cd5-a45b-8091a5407248" + "guid": "16ab741c-7f6e-4030-b009-dbf624c220e7" } } } @@ -69757,7 +69905,7 @@ "includeIndirectLinks": true, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "f89ed7a0-2191-498f-ad06-11ddbd31eef4" + "guid": "69416571-34ee-487f-a696-b86cd64a1596" } }, "Example 3": { @@ -69766,7 +69914,7 @@ "value": { "type": "crossDatabase", "linkTarget": { - "tableGuid": "91fddc39-a8d1-499f-8d83-b04ad24d8e70" + "tableGuid": "0b035499-dd8f-41dd-b33c-6baaed36e461" }, "includeIndirectLinks": false, "reverseName": "Cross database link to Material Universe", @@ -69779,13 +69927,13 @@ "value": { "type": "crossDatabase", "linkTarget": { - "databaseGuid": "94415eb0-9ea9-49aa-925c-429305b7631d", - "tableGuid": "794995ef-85ec-4bc5-82d8-54b48dd84936" + "databaseGuid": "e303c77d-c25d-47c7-96b5-ad92d5b12683", + "tableGuid": "0345d5ff-49a6-43e0-a0de-811806584fdf" }, "includeIndirectLinks": true, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "390047a7-5d10-4d1d-8195-f9da08e1e4c6" + "guid": "cbb469c6-2a3b-40a0-b96f-3069997e65c3" } }, "Example 5": { @@ -69830,7 +69978,7 @@ ], "reverseName": "Material Universe smart link", "name": "Process Universe smart link", - "guid": "685b8c98-0efa-4cd5-a45b-8091a5407248" + "guid": "16ab741c-7f6e-4030-b009-dbf624c220e7" } } } @@ -69864,7 +70012,7 @@ "includeIndirectLinks": true, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "f89ed7a0-2191-498f-ad06-11ddbd31eef4" + "guid": "69416571-34ee-487f-a696-b86cd64a1596" } }, "Example 3": { @@ -69873,7 +70021,7 @@ "value": { "type": "crossDatabase", "linkTarget": { - "tableGuid": "91fddc39-a8d1-499f-8d83-b04ad24d8e70" + "tableGuid": "0b035499-dd8f-41dd-b33c-6baaed36e461" }, "includeIndirectLinks": false, "reverseName": "Cross database link to Material Universe", @@ -69886,13 +70034,13 @@ "value": { "type": "crossDatabase", "linkTarget": { - "databaseGuid": "94415eb0-9ea9-49aa-925c-429305b7631d", - "tableGuid": "794995ef-85ec-4bc5-82d8-54b48dd84936" + "databaseGuid": "e303c77d-c25d-47c7-96b5-ad92d5b12683", + "tableGuid": "0345d5ff-49a6-43e0-a0de-811806584fdf" }, "includeIndirectLinks": true, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "390047a7-5d10-4d1d-8195-f9da08e1e4c6" + "guid": "cbb469c6-2a3b-40a0-b96f-3069997e65c3" } }, "Example 5": { @@ -69937,7 +70085,7 @@ ], "reverseName": "Material Universe smart link", "name": "Process Universe smart link", - "guid": "685b8c98-0efa-4cd5-a45b-8091a5407248" + "guid": "16ab741c-7f6e-4030-b009-dbf624c220e7" } } } @@ -69971,7 +70119,7 @@ "includeIndirectLinks": true, "reverseName": "Material Universe static link", "name": "Process Universe static link", - "guid": "f89ed7a0-2191-498f-ad06-11ddbd31eef4" + "guid": "69416571-34ee-487f-a696-b86cd64a1596" } }, "Example 3": { @@ -69980,7 +70128,7 @@ "value": { "type": "crossDatabase", "linkTarget": { - "tableGuid": "91fddc39-a8d1-499f-8d83-b04ad24d8e70" + "tableGuid": "0b035499-dd8f-41dd-b33c-6baaed36e461" }, "includeIndirectLinks": false, "reverseName": "Cross database link to Material Universe", @@ -69993,13 +70141,13 @@ "value": { "type": "crossDatabase", "linkTarget": { - "databaseGuid": "94415eb0-9ea9-49aa-925c-429305b7631d", - "tableGuid": "794995ef-85ec-4bc5-82d8-54b48dd84936" + "databaseGuid": "e303c77d-c25d-47c7-96b5-ad92d5b12683", + "tableGuid": "0345d5ff-49a6-43e0-a0de-811806584fdf" }, "includeIndirectLinks": true, "reverseName": "Cross database link to MI Training - Material Universe", "name": "Cross database link from MI Training - Material Universe", - "guid": "390047a7-5d10-4d1d-8195-f9da08e1e4c6" + "guid": "cbb469c6-2a3b-40a0-b96f-3069997e65c3" } }, "Example 5": { @@ -70044,7 +70192,7 @@ ], "reverseName": "Material Universe smart link", "name": "Process Universe smart link", - "guid": "685b8c98-0efa-4cd5-a45b-8091a5407248" + "guid": "16ab741c-7f6e-4030-b009-dbf624c220e7" } } } @@ -70099,8 +70247,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "66cb2e44-13f8-423b-a0b3-159188a92f28", - "tableGuid": "ce7777da-c490-48b5-b61c-91cfd4a2da54" + "databaseGuid": "c27536da-d5db-4704-adea-79770f53aa49", + "tableGuid": "b6140514-4c42-4439-9311-5df211c4027d" } }, "identity": 1, @@ -70108,7 +70256,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "0c941b07-8f48-431a-ab28-50424612a126" + "guid": "b3f69606-6bb0-4a2c-bc47-d9dfdba5dda4" } }, "Example 6": { @@ -70209,11 +70357,11 @@ "reason": "smartAttributes", "errors": [ { - "message": "Could not find Attribute with GUID '83b6de15-a482-4e2b-969e-150762c85bd6' in Table with GUID '0000dd92-0011-4fff-8fff-0000ffff0000' in database 'MI_TRAINING'.", + "message": "Could not find Attribute with GUID '15156f1f-f174-4fde-9ef8-691417011ce2' in Table with GUID '0000dd92-0011-4fff-8fff-0000ffff0000' in database 'MI_TRAINING'.", "reason": "noSuchAttribute", "databaseKey": "MI_TRAINING", "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000", - "attributeGuid": "83b6de15-a482-4e2b-969e-150762c85bd6" + "attributeGuid": "15156f1f-f174-4fde-9ef8-691417011ce2" }, { "message": "Smart Record Link Group source and target Attributes cannot contain duplicates. Attribute with GUID '0000000b-0001-4fff-8fff-dd92ffff0000' has already been specified in Table with GUID '0000dd92-0011-4fff-8fff-0000ffff0000'. ", @@ -70373,8 +70521,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "5b4485b1-77ff-47fd-9a44-ec39a05990d2", - "tableGuid": "e1e1b673-72d2-4f82-815d-f9161b845d11" + "databaseGuid": "af140d5c-74d1-423e-905a-73ff1584b01b", + "tableGuid": "9508f0bd-c115-4ee3-b3cc-42260f0b5abd" } }, "identity": 1, @@ -70382,7 +70530,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "01aeeb65-1055-42cd-a1be-0f817c3e1a8d" + "guid": "a7b430a9-b77c-40a8-9c8b-d9c083ef446f" } }, "Example 3": { @@ -70557,7 +70705,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "d112b36c-bfac-4f5a-91b5-d569b3507e5e" + "guid": "3f1574a8-7367-425d-b0cc-1068d5190f42" } }, "Example 2": { @@ -70577,7 +70725,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "5aefa0b5-d120-4d3e-91f0-e9a8be6edcab" + "guid": "f87c2f05-9c21-4bec-9b3a-dda49dd6c0a4" } }, "Example 4": { @@ -70588,7 +70736,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "41e39ca5-a19e-482b-8b26-e7c914cacab2" + "guid": "e29108f4-ca0f-4b06-8adc-4a1f9ee05aca" } }, "Example 5": { @@ -70610,7 +70758,7 @@ "type": "smart", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "6e952ecb-ee32-4e0a-901d-e7e7dd0c5822" + "guid": "eaa20931-dbb9-46ca-a2f7-6af4a2bb1ef2" } } } @@ -70625,7 +70773,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "d112b36c-bfac-4f5a-91b5-d569b3507e5e" + "guid": "3f1574a8-7367-425d-b0cc-1068d5190f42" } }, "Example 2": { @@ -70645,7 +70793,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "5aefa0b5-d120-4d3e-91f0-e9a8be6edcab" + "guid": "f87c2f05-9c21-4bec-9b3a-dda49dd6c0a4" } }, "Example 4": { @@ -70656,7 +70804,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "41e39ca5-a19e-482b-8b26-e7c914cacab2" + "guid": "e29108f4-ca0f-4b06-8adc-4a1f9ee05aca" } }, "Example 5": { @@ -70678,7 +70826,7 @@ "type": "smart", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "6e952ecb-ee32-4e0a-901d-e7e7dd0c5822" + "guid": "eaa20931-dbb9-46ca-a2f7-6af4a2bb1ef2" } } } @@ -70693,7 +70841,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "d112b36c-bfac-4f5a-91b5-d569b3507e5e" + "guid": "3f1574a8-7367-425d-b0cc-1068d5190f42" } }, "Example 2": { @@ -70713,7 +70861,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "5aefa0b5-d120-4d3e-91f0-e9a8be6edcab" + "guid": "f87c2f05-9c21-4bec-9b3a-dda49dd6c0a4" } }, "Example 4": { @@ -70724,7 +70872,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "41e39ca5-a19e-482b-8b26-e7c914cacab2" + "guid": "e29108f4-ca0f-4b06-8adc-4a1f9ee05aca" } }, "Example 5": { @@ -70746,7 +70894,7 @@ "type": "smart", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "6e952ecb-ee32-4e0a-901d-e7e7dd0c5822" + "guid": "eaa20931-dbb9-46ca-a2f7-6af4a2bb1ef2" } } } @@ -70761,7 +70909,7 @@ "description": "This example demonstrates how to update the 'Guid' property of the 'Fatigue Test Data' static record link group (GUID = '485da78d-d094-4edb-a5a9-077fe1bc02f2') from the 'Fatigue Statistical Data' table (GUID = 'c9954321-b4d4-4443-949e-f9b161e2c8fb') from the MI_Training database.", "value": { "type": "static", - "guid": "d112b36c-bfac-4f5a-91b5-d569b3507e5e" + "guid": "3f1574a8-7367-425d-b0cc-1068d5190f42" } }, "Example 2": { @@ -70781,7 +70929,7 @@ "type": "static", "reverseName": "Fatigue Statistical Data (updated)", "name": "Fatigue Test Data (updated)", - "guid": "5aefa0b5-d120-4d3e-91f0-e9a8be6edcab" + "guid": "f87c2f05-9c21-4bec-9b3a-dda49dd6c0a4" } }, "Example 4": { @@ -70792,7 +70940,7 @@ "type": "crossDatabase", "reverseName": "Link To MI Training - Material Universe (Updated)", "name": "Link From MI Training - Material Universe (Updated)", - "guid": "41e39ca5-a19e-482b-8b26-e7c914cacab2" + "guid": "e29108f4-ca0f-4b06-8adc-4a1f9ee05aca" } }, "Example 5": { @@ -70814,7 +70962,7 @@ "type": "smart", "reverseName": "Further panel information (Updated)", "name": "Tensile test data (Updated)", - "guid": "6e952ecb-ee32-4e0a-901d-e7e7dd0c5822" + "guid": "eaa20931-dbb9-46ca-a2f7-6af4a2bb1ef2" } } } @@ -70869,8 +71017,8 @@ "tableGuid": "0000dd92-0011-4fff-8fff-0000ffff0000" }, "linkTarget": { - "databaseGuid": "bf477b36-4080-46a2-a5ab-c1eb0e8044a9", - "tableGuid": "05b44f9c-7192-40e8-bfb3-95d9c6873006" + "databaseGuid": "c675731e-28a5-4b20-8d38-d5b3ad5d0b1a", + "tableGuid": "70e5840e-e9fe-4b3e-8aaf-5ebca0163064" } }, "identity": 1, @@ -70878,7 +71026,7 @@ "reverseDisplayNames": {}, "displayNames": {}, "name": "Different database - different table", - "guid": "ff95ef41-26e6-4017-b15d-a0519d91fce1" + "guid": "4bbc1c0e-ef71-405c-9e63-7f2e460ec57f" } }, "Example 12": { @@ -70979,11 +71127,11 @@ "reason": "smartAttributes", "errors": [ { - "message": "Could not find Attribute with GUID '831c948b-1dd9-4145-8f4b-1ce04c12f44d' in Table with GUID '7db2ff8e-54ed-45d6-b522-e03c8be405b3' in database 'MI_TRAINING'.", + "message": "Could not find Attribute with GUID 'b103d39f-c851-43da-a6b1-46381cbf4953' in Table with GUID '7db2ff8e-54ed-45d6-b522-e03c8be405b3' in database 'MI_TRAINING'.", "reason": "noSuchAttribute", "databaseKey": "MI_TRAINING", "tableGuid": "7db2ff8e-54ed-45d6-b522-e03c8be405b3", - "attributeGuid": "831c948b-1dd9-4145-8f4b-1ce04c12f44d" + "attributeGuid": "b103d39f-c851-43da-a6b1-46381cbf4953" }, { "message": "Smart Record Link Group source and target Attributes cannot contain duplicates. Attribute with GUID '6e50a7a8-a759-44c9-b151-215a07949c1f' has already been specified in Table with GUID '7db2ff8e-54ed-45d6-b522-e03c8be405b3'. ", @@ -71102,7 +71250,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "e3bfb51c-c630-4d7f-b1b2-81c3c3bd08d1" + "guid": "4a34a86a-c153-46e2-9bb2-7cc8f8445cc1" } } } @@ -71126,7 +71274,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "e3bfb51c-c630-4d7f-b1b2-81c3c3bd08d1" + "guid": "4a34a86a-c153-46e2-9bb2-7cc8f8445cc1" } } } @@ -71150,7 +71298,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "e3bfb51c-c630-4d7f-b1b2-81c3c3bd08d1" + "guid": "4a34a86a-c153-46e2-9bb2-7cc8f8445cc1" } } } @@ -71174,7 +71322,7 @@ "value": { "value": "https://grantadesign.com/industry/support/granta-mi/{a:My Granta web folder}", "name": "Links to GRANTA MI support on the ANSYS Granta website", - "guid": "e3bfb51c-c630-4d7f-b1b2-81c3c3bd08d1" + "guid": "4a34a86a-c153-46e2-9bb2-7cc8f8445cc1" } } } @@ -71303,7 +71451,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "9767472e-9de6-463a-a5fb-51bb2ad9c45a" + "guid": "d44ddf82-886c-4083-af7a-c120d64affc7" } }, "Example 2": { @@ -71333,7 +71481,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "9767472e-9de6-463a-a5fb-51bb2ad9c45a" + "guid": "d44ddf82-886c-4083-af7a-c120d64affc7" } }, "Example 2": { @@ -71363,7 +71511,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "9767472e-9de6-463a-a5fb-51bb2ad9c45a" + "guid": "d44ddf82-886c-4083-af7a-c120d64affc7" } }, "Example 2": { @@ -71393,7 +71541,7 @@ "value": { "value": "New value for replacement string", "name": "New name for replacement string", - "guid": "9767472e-9de6-463a-a5fb-51bb2ad9c45a" + "guid": "d44ddf82-886c-4083-af7a-c120d64affc7" } }, "Example 2": { @@ -72060,6 +72208,80 @@ "application/json": { "schema": { "$ref": "#/components/schemas/GsaStandardNamesInfo" + }, + "example": { + "standardNames": [ + { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "0000013c-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000b5e2-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + }, + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Density", + "guid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd" + }, + { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Tensile strength", + "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "0° tension strength - normalized", + "guid": "5ec32efe-85d0-4ed2-8036-a8dea3f2127d" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Tensile strength", + "guid": "a5a22baa-2245-4fb5-b0c9-2ddb48b5ffc8" + } + ] } } } @@ -72129,9 +72351,12 @@ "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { - "mappedRecordLinkGroups": [ + "mappedStaticRecordLinkGroups": [ { - "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + "staticRecordLinkGroup": { + "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + }, + "isReverse": false } ], "name": "Unification" @@ -72143,7 +72368,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "45ff489e-48bc-470c-892e-dff2399a77c6" + "guid": "39009213-c4bd-48a2-b73a-047693cc6b01" } ], "name": "Unification" @@ -72210,9 +72435,12 @@ "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { - "mappedRecordLinkGroups": [ + "mappedStaticRecordLinkGroups": [ { - "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + "staticRecordLinkGroup": { + "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + }, + "isReverse": false } ], "name": "Unification" @@ -72224,7 +72452,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "45ff489e-48bc-470c-892e-dff2399a77c6" + "guid": "39009213-c4bd-48a2-b73a-047693cc6b01" } ], "name": "Unification" @@ -72291,9 +72519,12 @@ "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { - "mappedRecordLinkGroups": [ + "mappedStaticRecordLinkGroups": [ { - "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + "staticRecordLinkGroup": { + "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + }, + "isReverse": false } ], "name": "Unification" @@ -72305,7 +72536,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "45ff489e-48bc-470c-892e-dff2399a77c6" + "guid": "39009213-c4bd-48a2-b73a-047693cc6b01" } ], "name": "Unification" @@ -72372,9 +72603,12 @@ "summary": "Standard name for record link groups", "description": "This example demonstrates how to create a new standard name which maps to a record link group from the MI_Training database.", "value": { - "mappedRecordLinkGroups": [ + "mappedStaticRecordLinkGroups": [ { - "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + "staticRecordLinkGroup": { + "guid": "9337df8e-c22b-4aaf-a9fc-6930c69c94cb" + }, + "isReverse": false } ], "name": "Unification" @@ -72386,7 +72620,7 @@ "value": { "mappedCrossDatabaseRecordLinkGroups": [ { - "guid": "45ff489e-48bc-470c-892e-dff2399a77c6" + "guid": "39009213-c4bd-48a2-b73a-047693cc6b01" } ], "name": "Unification" @@ -72423,6 +72657,86 @@ "application/json": { "schema": { "$ref": "#/components/schemas/GsaStandardName" + }, + "examples": { + "Example 3": { + "summary": "'Density' Standard Name", + "description": "Example response for the 'Density' Standard Name in the ' 'MI Training database'.", + "value": { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "0000013c-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000b5e2-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + }, + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Density", + "guid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd" + } + }, + "Example 4": { + "summary": "'Tensile strength' Standard Name", + "description": "Example response for the 'Tensile strength' Standard Name in the ' 'MI Training database'.", + "value": { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Tensile strength", + "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "0° tension strength - normalized", + "guid": "5ec32efe-85d0-4ed2-8036-a8dea3f2127d" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Tensile strength", + "guid": "a5a22baa-2245-4fb5-b0c9-2ddb48b5ffc8" + } + } } } } @@ -72475,10 +72789,10 @@ "name": "NewStandardName", "errors": [ { - "message": "The following Attribute GUIDs did not resolve: [286d2523-11e6-4aa4-bb51-0957644c5719]", + "message": "The following Attribute GUIDs did not resolve: [ef6d1fa1-ee64-4531-9a00-bd571e33d962]", "reason": "unresolvedAttributeGuids", "unresolvedGuids": [ - "286d2523-11e6-4aa4-bb51-0957644c5719" + "ef6d1fa1-ee64-4531-9a00-bd571e33d962" ] } ] @@ -72541,6 +72855,86 @@ "application/json": { "schema": { "$ref": "#/components/schemas/GsaStandardName" + }, + "examples": { + "Example 1": { + "summary": "'Density' Standard Name", + "description": "Example response for the 'Density' Standard Name in the ' 'MI Training database'.", + "value": { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "0000013c-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000b5e2-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + }, + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Density", + "guid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd" + } + }, + "Example 2": { + "summary": "'Tensile strength' Standard Name", + "description": "Example response for the 'Tensile strength' Standard Name in the ' 'MI Training database'.", + "value": { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Tensile strength", + "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "0° tension strength - normalized", + "guid": "5ec32efe-85d0-4ed2-8036-a8dea3f2127d" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Tensile strength", + "guid": "a5a22baa-2245-4fb5-b0c9-2ddb48b5ffc8" + } + } } } } @@ -72605,7 +72999,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "da3bc121-2bac-4a7a-bd52-7811c20f9255" + "guid": "f6958c32-cad9-45db-85a9-b94245eaddfa" } }, "Example 3": { @@ -72655,7 +73049,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "da3bc121-2bac-4a7a-bd52-7811c20f9255" + "guid": "f6958c32-cad9-45db-85a9-b94245eaddfa" } }, "Example 3": { @@ -72705,7 +73099,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "da3bc121-2bac-4a7a-bd52-7811c20f9255" + "guid": "f6958c32-cad9-45db-85a9-b94245eaddfa" } }, "Example 3": { @@ -72755,7 +73149,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of the 'Density' standard name (guid = 5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd) from the MI_Training database.", "value": { - "guid": "da3bc121-2bac-4a7a-bd52-7811c20f9255" + "guid": "f6958c32-cad9-45db-85a9-b94245eaddfa" } }, "Example 3": { @@ -72798,6 +73192,86 @@ "application/json": { "schema": { "$ref": "#/components/schemas/GsaStandardName" + }, + "examples": { + "Example 7": { + "summary": "'Density' Standard Name", + "description": "Example response for the 'Density' Standard Name in the ' 'MI Training database'.", + "value": { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "0000013c-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000b5e2-0011-4fff-8fff-0000ffff0000" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + }, + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "Density", + "guid": "00000003-0001-4fff-8fff-b5e2ffff0000" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Density", + "guid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd" + } + }, + "Example 8": { + "summary": "'Tensile strength' Standard Name", + "description": "Example response for the 'Tensile strength' Standard Name in the ' 'MI Training database'.", + "value": { + "mappedAttributes": [ + { + "type": "range", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "0000dd92-0011-4fff-8fff-0000ffff0000" + }, + "name": "Tensile strength", + "guid": "000000e3-0001-4fff-8fff-dd92ffff0000" + }, + { + "type": "point", + "isHiddenFromSearchCriteria": false, + "isProtected": false, + "table": { + "guid": "2a77f51b-ac53-4179-bc72-1eb6c378d9ef" + }, + "name": "0° tension strength - normalized", + "guid": "5ec32efe-85d0-4ed2-8036-a8dea3f2127d" + } + ], + "databaseKey": "MI_Training", + "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", + "databaseVersionGuid": "feead34a-cc0e-4070-bbc0-647654a25407", + "isCustom": true, + "name": "Tensile strength", + "guid": "a5a22baa-2245-4fb5-b0c9-2ddb48b5ffc8" + } + } } } } @@ -72814,9 +73288,9 @@ "summary": "Standard name already exists", "description": "A standard name with the same name already exists in the database.", "value": { - "message": "Cannot update Standard Name with GUID 'e96c412f-af8a-4924-bd68-67f05dbcc468'.", + "message": "Cannot update Standard Name with GUID 'e69f62b5-0b53-406a-9e09-b0971c0aa73e'.", "code": "standardNameUpdate", - "standardNameGuid": "e96c412f-af8a-4924-bd68-67f05dbcc468", + "standardNameGuid": "e69f62b5-0b53-406a-9e09-b0971c0aa73e", "errors": [ { "message": "A Standard Name with name 'Density' already exists", @@ -72830,9 +73304,9 @@ "summary": "Duplicate mapped attribute GUIDs", "description": "The mapped attributes contain duplicate GUIDs.", "value": { - "message": "Cannot update Standard Name with GUID '07876881-d3a9-45a7-b650-9f1607fb3534'.", + "message": "Cannot update Standard Name with GUID '3d0ff3b8-55dd-4807-830a-3fcfb609f564'.", "code": "standardNameUpdate", - "standardNameGuid": "07876881-d3a9-45a7-b650-9f1607fb3534", + "standardNameGuid": "3d0ff3b8-55dd-4807-830a-3fcfb609f564", "errors": [ { "message": "Duplicated Attribute GUIDs present", @@ -72850,10 +73324,10 @@ "standardNameGuid": "5f5b89f7-da4e-4ae2-8c65-485e3c1a98fd", "errors": [ { - "message": "The following Attribute GUIDs did not resolve: [727fa00f-59bb-423e-b989-5b0d9b31cf36]", + "message": "The following Attribute GUIDs did not resolve: [5343cac7-d42a-4840-ad6d-5d3907331eeb]", "reason": "unresolvedAttributeGuids", "unresolvedGuids": [ - "727fa00f-59bb-423e-b989-5b0d9b31cf36" + "5343cac7-d42a-4840-ad6d-5d3907331eeb" ] } ] @@ -73131,7 +73605,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "2054cf1a-0f74-44d0-bf40-9a7f1fe33818" + "guid": "1545c4d6-d6bb-4d85-8121-4acf3fa7f5e9" } }, "Example 3": { @@ -73163,7 +73637,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "2054cf1a-0f74-44d0-bf40-9a7f1fe33818" + "guid": "1545c4d6-d6bb-4d85-8121-4acf3fa7f5e9" } }, "Example 3": { @@ -73195,7 +73669,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "2054cf1a-0f74-44d0-bf40-9a7f1fe33818" + "guid": "1545c4d6-d6bb-4d85-8121-4acf3fa7f5e9" } }, "Example 3": { @@ -73227,7 +73701,7 @@ "description": "This example demonstrates how to create a new subset with a specified guid value for the 'MaterialUniverse' table (guid = 0000dd92-0011-4fff-8fff-0000ffff0000) from the MI_Training database. Normally, if the guid is not specified, a random new Guid will be generated. ", "value": { "name": "Alloys (guid)", - "guid": "2054cf1a-0f74-44d0-bf40-9a7f1fe33818" + "guid": "1545c4d6-d6bb-4d85-8121-4acf3fa7f5e9" } }, "Example 3": { @@ -73426,7 +73900,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "8ebe5ad1-75b3-4bbf-a6ea-75777db0fa70" + "guid": "d8a5bb46-be8f-44ea-9f73-28197fbf4c20" } }, "Example 2": { @@ -73467,7 +73941,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "8ebe5ad1-75b3-4bbf-a6ea-75777db0fa70" + "guid": "d8a5bb46-be8f-44ea-9f73-28197fbf4c20" } }, "Example 2": { @@ -73508,7 +73982,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "8ebe5ad1-75b3-4bbf-a6ea-75777db0fa70" + "guid": "d8a5bb46-be8f-44ea-9f73-28197fbf4c20" } }, "Example 2": { @@ -73549,7 +74023,7 @@ "guid": "0000b135-0009-4fff-8fff-dd92ffff0000" }, "name": "Ceramics (Updated)", - "guid": "8ebe5ad1-75b3-4bbf-a6ea-75777db0fa70" + "guid": "d8a5bb46-be8f-44ea-9f73-28197fbf4c20" } }, "Example 2": { @@ -74076,7 +74550,7 @@ "isHiddenFromSearch": false, "shouldShowVersionControlSignatures": false, "name": "Coatings (Guid)", - "guid": "7cc9d018-ea38-4ea9-a233-280d23c27325" + "guid": "3e65d5c5-c976-451f-9146-97c4cb442c89" } }, "Example 3": { @@ -74163,7 +74637,7 @@ "isHiddenFromSearch": false, "shouldShowVersionControlSignatures": false, "name": "Coatings (Guid)", - "guid": "7cc9d018-ea38-4ea9-a233-280d23c27325" + "guid": "3e65d5c5-c976-451f-9146-97c4cb442c89" } }, "Example 3": { @@ -74250,7 +74724,7 @@ "isHiddenFromSearch": false, "shouldShowVersionControlSignatures": false, "name": "Coatings (Guid)", - "guid": "7cc9d018-ea38-4ea9-a233-280d23c27325" + "guid": "3e65d5c5-c976-451f-9146-97c4cb442c89" } }, "Example 3": { @@ -74337,7 +74811,7 @@ "isHiddenFromSearch": false, "shouldShowVersionControlSignatures": false, "name": "Coatings (Guid)", - "guid": "7cc9d018-ea38-4ea9-a233-280d23c27325" + "guid": "3e65d5c5-c976-451f-9146-97c4cb442c89" } }, "Example 3": { @@ -74661,7 +75135,7 @@ ], "shouldShowVersionControlSignatures": true, "name": "MaterialUniverse (Updated)", - "guid": "c494c4c2-faf7-485a-8c81-f264262a734f" + "guid": "af6c6597-bf43-4727-bd79-70ed2e75c3dd" } }, "Example 2": { @@ -74783,7 +75257,7 @@ ], "shouldShowVersionControlSignatures": true, "name": "MaterialUniverse (Updated)", - "guid": "c494c4c2-faf7-485a-8c81-f264262a734f" + "guid": "af6c6597-bf43-4727-bd79-70ed2e75c3dd" } }, "Example 2": { @@ -74905,7 +75379,7 @@ ], "shouldShowVersionControlSignatures": true, "name": "MaterialUniverse (Updated)", - "guid": "c494c4c2-faf7-485a-8c81-f264262a734f" + "guid": "af6c6597-bf43-4727-bd79-70ed2e75c3dd" } }, "Example 2": { @@ -75027,7 +75501,7 @@ ], "shouldShowVersionControlSignatures": true, "name": "MaterialUniverse (Updated)", - "guid": "c494c4c2-faf7-485a-8c81-f264262a734f" + "guid": "af6c6597-bf43-4727-bd79-70ed2e75c3dd" } }, "Example 2": { @@ -75626,9 +76100,9 @@ "reverseDisplayNames": {}, "linkInfo": { "linkSource": { - "databaseGuid": "2a265ed9-377c-4eed-bf8f-869dd84a3d6c", - "databaseVersionGuid": "81e07382-5f46-419b-8602-b739f1ff8dac", - "tableGuid": "d78bed61-25ba-4a9e-87a4-45d7f82e34e5" + "databaseGuid": "0e654892-b784-437f-82fa-108abaf2a49c", + "databaseVersionGuid": "c2590bc3-f613-4e2e-ba5f-244c2bdeda77", + "tableGuid": "0083368d-e7de-408f-bdf2-f79b540ed0de" }, "linkTarget": { "databaseGuid": "43a43640-4919-428a-bac9-16efbc4ce6ed", @@ -75638,7 +76112,7 @@ }, "displayNames": {}, "name": "Cross database link group : Second Training Database And Table - MI Training MaterialUniverse", - "guid": "1f76ebfa-bea1-4bfc-b4ec-2091f1d71dd4" + "guid": "1f34891b-eb67-44a2-96ef-0297f4d0a970" }, { "type": "tabularAttribute", @@ -76505,30 +76979,30 @@ "examples": { "Example 21": { "summary": "Permission category not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID '40ac46e6-6403-4a18-b66a-f491d2a68e80', but the permission category does not exist.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission category with GUID 'd577aae3-a133-409a-8d46-12f44e5282fd', but the permission category does not exist.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission category with GUID '40ac46e6-6403-4a18-b66a-f491d2a68e80' does not exist.", + "message": "The permission category with GUID 'd577aae3-a133-409a-8d46-12f44e5282fd' does not exist.", "reason": "noSuchCategory", - "categoryGuid": "40ac46e6-6403-4a18-b66a-f491d2a68e80" + "categoryGuid": "d577aae3-a133-409a-8d46-12f44e5282fd" } ] } }, "Example 22": { "summary": "Permission not found", - "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID '36d1a571-f928-4976-879a-bb2e39a20615' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", + "description": "This example demonstrates an error response returned for an invalid request that attempted to update access controls for a permission with GUID 'ea9a1dc1-078f-4bc5-b56b-14ada572d8c8' in the 'Geo' permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e', but the permission does not exist in that category.", "value": { "message": "Cannot update access control for permission categories.", "code": "permissionCategoriesAccessControlUpdate", "errors": [ { - "message": "The permission with GUID '36d1a571-f928-4976-879a-bb2e39a20615' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", + "message": "The permission with GUID 'ea9a1dc1-078f-4bc5-b56b-14ada572d8c8' in permission category with GUID 'aceedc4e-bd29-44bc-8956-7e1d98468c7e' does not exist.", "reason": "noSuchPermission", - "permissionGuid": "36d1a571-f928-4976-879a-bb2e39a20615", + "permissionGuid": "ea9a1dc1-078f-4bc5-b56b-14ada572d8c8", "categoryGuid": "aceedc4e-bd29-44bc-8956-7e1d98468c7e" } ] @@ -77290,7 +77764,7 @@ "symbol": "newu", "equation": "", "name": "new unit", - "guid": "edeca497-3ee8-4d10-ad51-bf62df2dbb5c" + "guid": "9b4c5477-8130-431d-8a5f-9be929f52541" } }, "Example 2": { @@ -77300,7 +77774,7 @@ "symbol": "newue", "equation": "0.01*[m]", "name": "new unit with equation", - "guid": "bc11afdf-6ca7-4255-8490-e75c6c4a2854" + "guid": "664f7d4c-9404-4e82-a844-366c2f7e3706" } } } @@ -77317,7 +77791,7 @@ "symbol": "newu", "equation": "", "name": "new unit", - "guid": "edeca497-3ee8-4d10-ad51-bf62df2dbb5c" + "guid": "9b4c5477-8130-431d-8a5f-9be929f52541" } }, "Example 2": { @@ -77327,7 +77801,7 @@ "symbol": "newue", "equation": "0.01*[m]", "name": "new unit with equation", - "guid": "bc11afdf-6ca7-4255-8490-e75c6c4a2854" + "guid": "664f7d4c-9404-4e82-a844-366c2f7e3706" } } } @@ -77344,7 +77818,7 @@ "symbol": "newu", "equation": "", "name": "new unit", - "guid": "edeca497-3ee8-4d10-ad51-bf62df2dbb5c" + "guid": "9b4c5477-8130-431d-8a5f-9be929f52541" } }, "Example 2": { @@ -77354,7 +77828,7 @@ "symbol": "newue", "equation": "0.01*[m]", "name": "new unit with equation", - "guid": "bc11afdf-6ca7-4255-8490-e75c6c4a2854" + "guid": "664f7d4c-9404-4e82-a844-366c2f7e3706" } } } @@ -77371,7 +77845,7 @@ "symbol": "newu", "equation": "", "name": "new unit", - "guid": "edeca497-3ee8-4d10-ad51-bf62df2dbb5c" + "guid": "9b4c5477-8130-431d-8a5f-9be929f52541" } }, "Example 2": { @@ -77381,7 +77855,7 @@ "symbol": "newue", "equation": "0.01*[m]", "name": "new unit with equation", - "guid": "bc11afdf-6ca7-4255-8490-e75c6c4a2854" + "guid": "664f7d4c-9404-4e82-a844-366c2f7e3706" } } } @@ -77626,7 +78100,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of a unit.", "value": { - "guid": "da17c91e-1f46-4291-8dc6-94dc444f8ab7" + "guid": "9c192795-61d8-4e8b-b027-9d5b0e060a5d" } }, "Example 4": { @@ -77670,7 +78144,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of a unit.", "value": { - "guid": "da17c91e-1f46-4291-8dc6-94dc444f8ab7" + "guid": "9c192795-61d8-4e8b-b027-9d5b0e060a5d" } }, "Example 4": { @@ -77714,7 +78188,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of a unit.", "value": { - "guid": "da17c91e-1f46-4291-8dc6-94dc444f8ab7" + "guid": "9c192795-61d8-4e8b-b027-9d5b0e060a5d" } }, "Example 4": { @@ -77758,7 +78232,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' property of a unit.", "value": { - "guid": "da17c91e-1f46-4291-8dc6-94dc444f8ab7" + "guid": "9c192795-61d8-4e8b-b027-9d5b0e060a5d" } }, "Example 4": { @@ -78363,7 +78837,7 @@ "description": "This example demonstrates how to create a new unit system with a specified guid value. Unit mappings will default to each unit being mapped to itself.", "value": { "name": "Hawaiian common", - "guid": "90fb0dfe-97d4-4d5f-a60c-1ac9d9689a78" + "guid": "fd186521-180d-4834-8da4-d767dd2a3e25" } }, "Example 3": { @@ -78410,7 +78884,7 @@ "description": "This example demonstrates how to create a new unit system with a specified guid value. Unit mappings will default to each unit being mapped to itself.", "value": { "name": "Hawaiian common", - "guid": "90fb0dfe-97d4-4d5f-a60c-1ac9d9689a78" + "guid": "fd186521-180d-4834-8da4-d767dd2a3e25" } }, "Example 3": { @@ -78457,7 +78931,7 @@ "description": "This example demonstrates how to create a new unit system with a specified guid value. Unit mappings will default to each unit being mapped to itself.", "value": { "name": "Hawaiian common", - "guid": "90fb0dfe-97d4-4d5f-a60c-1ac9d9689a78" + "guid": "fd186521-180d-4834-8da4-d767dd2a3e25" } }, "Example 3": { @@ -78504,7 +78978,7 @@ "description": "This example demonstrates how to create a new unit system with a specified guid value. Unit mappings will default to each unit being mapped to itself.", "value": { "name": "Hawaiian common", - "guid": "90fb0dfe-97d4-4d5f-a60c-1ac9d9689a78" + "guid": "fd186521-180d-4834-8da4-d767dd2a3e25" } }, "Example 3": { @@ -78644,7 +79118,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "a9f66307-19f0-4fff-80c2-f2ccb86a6887" + "guid": "de09509e-2f54-4419-b01b-3cf2f02baf41" } }, "Example 2": { @@ -78658,7 +79132,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "62b33c58-6d0a-4928-99e4-8e404323ec6e" + "guid": "975dfe22-ebc5-4c0c-8a73-b2c0c09d180a" } } } @@ -78673,7 +79147,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "a9f66307-19f0-4fff-80c2-f2ccb86a6887" + "guid": "de09509e-2f54-4419-b01b-3cf2f02baf41" } }, "Example 2": { @@ -78687,7 +79161,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "62b33c58-6d0a-4928-99e4-8e404323ec6e" + "guid": "975dfe22-ebc5-4c0c-8a73-b2c0c09d180a" } } } @@ -78702,7 +79176,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "a9f66307-19f0-4fff-80c2-f2ccb86a6887" + "guid": "de09509e-2f54-4419-b01b-3cf2f02baf41" } }, "Example 2": { @@ -78716,7 +79190,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "62b33c58-6d0a-4928-99e4-8e404323ec6e" + "guid": "975dfe22-ebc5-4c0c-8a73-b2c0c09d180a" } } } @@ -78731,7 +79205,7 @@ "description": "This example demonstrates how to update all properties of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { "name": "UK Imperial (Updated)", - "guid": "a9f66307-19f0-4fff-80c2-f2ccb86a6887" + "guid": "de09509e-2f54-4419-b01b-3cf2f02baf41" } }, "Example 2": { @@ -78745,7 +79219,7 @@ "summary": "Update guid", "description": "This example demonstrates how to update the 'Guid' of the 'UK Imperial' unit system (guid = 00000007-0014-4fff-8fff-0000ffff0000) from the MI_Training database.", "value": { - "guid": "62b33c58-6d0a-4928-99e4-8e404323ec6e" + "guid": "975dfe22-ebc5-4c0c-8a73-b2c0c09d180a" } } } @@ -79392,8 +79866,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "2995844c-9118-4649-8714-3a7a9da92687", - "ccc00002-aaa2-4d30-9776-a4961b86c966" + "4e486c03-e801-4cea-ad5e-a8233647c6b1", + "be984e1d-bc97-4e0f-b233-e57e9faee95a" ], "type": "recordListMember" }, @@ -80223,8 +80697,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "2995844c-9118-4649-8714-3a7a9da92687", - "ccc00002-aaa2-4d30-9776-a4961b86c966" + "4e486c03-e801-4cea-ad5e-a8233647c6b1", + "be984e1d-bc97-4e0f-b233-e57e9faee95a" ], "type": "recordListMember" }, @@ -81054,8 +81528,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "2995844c-9118-4649-8714-3a7a9da92687", - "ccc00002-aaa2-4d30-9776-a4961b86c966" + "4e486c03-e801-4cea-ad5e-a8233647c6b1", + "be984e1d-bc97-4e0f-b233-e57e9faee95a" ], "type": "recordListMember" }, @@ -81885,8 +82359,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "2995844c-9118-4649-8714-3a7a9da92687", - "ccc00002-aaa2-4d30-9776-a4961b86c966" + "4e486c03-e801-4cea-ad5e-a8233647c6b1", + "be984e1d-bc97-4e0f-b233-e57e9faee95a" ], "type": "recordListMember" }, @@ -82799,8 +83273,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "bcce0197-aec1-43c0-911a-d8e9826248cc", - "823a96a3-f373-4444-b799-2c3a977b5ad8" + "3674e2da-bb67-4fa3-b226-900b2c17da80", + "98da4287-60f0-4bc1-aa5e-fb15efeaf70d" ], "type": "recordListMember" }, @@ -83630,8 +84104,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "bcce0197-aec1-43c0-911a-d8e9826248cc", - "823a96a3-f373-4444-b799-2c3a977b5ad8" + "3674e2da-bb67-4fa3-b226-900b2c17da80", + "98da4287-60f0-4bc1-aa5e-fb15efeaf70d" ], "type": "recordListMember" }, @@ -84461,8 +84935,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "bcce0197-aec1-43c0-911a-d8e9826248cc", - "823a96a3-f373-4444-b799-2c3a977b5ad8" + "3674e2da-bb67-4fa3-b226-900b2c17da80", + "98da4287-60f0-4bc1-aa5e-fb15efeaf70d" ], "type": "recordListMember" }, @@ -85292,8 +85766,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "bcce0197-aec1-43c0-911a-d8e9826248cc", - "823a96a3-f373-4444-b799-2c3a977b5ad8" + "3674e2da-bb67-4fa3-b226-900b2c17da80", + "98da4287-60f0-4bc1-aa5e-fb15efeaf70d" ], "type": "recordListMember" }, @@ -86195,8 +86669,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "6a5b3a79-f2f1-4d14-ab6f-29c5fa11474f", - "f2c886d2-27f5-414d-8974-ceb42b231edd" + "e90825b7-18d5-4d40-b419-3b694d9fafe9", + "03e7d15c-5df5-4f5d-81e3-6b18db319cf7" ], "type": "recordListMember" }, @@ -87114,8 +87588,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "6a5b3a79-f2f1-4d14-ab6f-29c5fa11474f", - "f2c886d2-27f5-414d-8974-ceb42b231edd" + "e90825b7-18d5-4d40-b419-3b694d9fafe9", + "03e7d15c-5df5-4f5d-81e3-6b18db319cf7" ], "type": "recordListMember" }, @@ -88033,8 +88507,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "6a5b3a79-f2f1-4d14-ab6f-29c5fa11474f", - "f2c886d2-27f5-414d-8974-ceb42b231edd" + "e90825b7-18d5-4d40-b419-3b694d9fafe9", + "03e7d15c-5df5-4f5d-81e3-6b18db319cf7" ], "type": "recordListMember" }, @@ -88952,8 +89426,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "6a5b3a79-f2f1-4d14-ab6f-29c5fa11474f", - "f2c886d2-27f5-414d-8974-ceb42b231edd" + "e90825b7-18d5-4d40-b419-3b694d9fafe9", + "03e7d15c-5df5-4f5d-81e3-6b18db319cf7" ], "type": "recordListMember" }, @@ -89916,8 +90390,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "b190e46b-b6ff-4964-8558-d7436297a1df", - "f9d2cb8c-48da-4104-8b73-1c967a5c7c9c" + "f98419cf-2518-485a-b9cc-c17a88a6735d", + "db61ff7a-f9a2-4d57-8618-9841ca650be6" ], "type": "recordListMember" }, @@ -90747,8 +91221,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "b190e46b-b6ff-4964-8558-d7436297a1df", - "f9d2cb8c-48da-4104-8b73-1c967a5c7c9c" + "f98419cf-2518-485a-b9cc-c17a88a6735d", + "db61ff7a-f9a2-4d57-8618-9841ca650be6" ], "type": "recordListMember" }, @@ -91578,8 +92052,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "b190e46b-b6ff-4964-8558-d7436297a1df", - "f9d2cb8c-48da-4104-8b73-1c967a5c7c9c" + "f98419cf-2518-485a-b9cc-c17a88a6735d", + "db61ff7a-f9a2-4d57-8618-9841ca650be6" ], "type": "recordListMember" }, @@ -92409,8 +92883,8 @@ "value": { "criterion": { "recordListIdentifiers": [ - "b190e46b-b6ff-4964-8558-d7436297a1df", - "f9d2cb8c-48da-4104-8b73-1c967a5c7c9c" + "f98419cf-2518-485a-b9cc-c17a88a6735d", + "db61ff7a-f9a2-4d57-8618-9841ca650be6" ], "type": "recordListMember" }, @@ -98525,10 +98999,10 @@ }, "nullable": true }, - "mappedRecordLinkGroups": { + "mappedStaticRecordLinkGroups": { "type": "array", "items": { - "$ref": "#/components/schemas/GsaSlimEntity" + "$ref": "#/components/schemas/GsaCreateStaticRecordLinkGroupMapping" }, "nullable": true }, @@ -98588,6 +99062,22 @@ "x-discriminator-value": "static", "x-discriminator-name": "type" }, + "GsaCreateStaticRecordLinkGroupMapping": { + "required": [ + "isReverse", + "staticRecordLinkGroup" + ], + "type": "object", + "properties": { + "staticRecordLinkGroup": { + "$ref": "#/components/schemas/GsaSlimEntity" + }, + "isReverse": { + "type": "boolean" + } + }, + "additionalProperties": false + }, "GsaCreateSubset": { "required": [ "name" @@ -121596,7 +122086,7 @@ "mappedAttributes", "mappedCrossDatabaseRecordLinkGroups", "mappedParameters", - "mappedRecordLinkGroups", + "mappedStaticRecordLinkGroups", "name" ], "type": "object", @@ -121613,10 +122103,10 @@ "$ref": "#/components/schemas/GsaSlimNamedEntity" } }, - "mappedRecordLinkGroups": { + "mappedStaticRecordLinkGroups": { "type": "array", "items": { - "$ref": "#/components/schemas/GsaSlimNamedEntity" + "$ref": "#/components/schemas/GsaStaticRecordLinkGroupMapping" } }, "mappedCrossDatabaseRecordLinkGroups": { @@ -121762,7 +122252,7 @@ } }, "additionalProperties": false, - "description": "\r\n\r\nThis is one of: \r\n * [GsaStandardNameAlreadyExistsErrorDetail](#model-GsaStandardNameAlreadyExistsErrorDetail)\r\n * [GsaDuplicateMappedAttributeGuidsErrorDetail](#model-GsaDuplicateMappedAttributeGuidsErrorDetail)\r\n * [GsaDuplicateMappedParameterGuidsErrorDetail](#model-GsaDuplicateMappedParameterGuidsErrorDetail)\r\n * [GsaDuplicateMappedRecordLinkGroupGuidsErrorDetail](#model-GsaDuplicateMappedRecordLinkGroupGuidsErrorDetail)\r\n * [GsaDuplicateMappedCrossDatabaseRecordLinkGroupGuidsErrorDetail](#model-GsaDuplicateMappedCrossDatabaseRecordLinkGroupGuidsErrorDetail)\r\n * [GsaUnresolvedAttributeGuidsErrorDetail](#model-GsaUnresolvedAttributeGuidsErrorDetail)\r\n * [GsaUnresolvedParameterGuidsErrorDetail](#model-GsaUnresolvedParameterGuidsErrorDetail)\r\n * [GsaUnresolvedRecordLinkGroupGuidsErrorDetail](#model-GsaUnresolvedRecordLinkGroupGuidsErrorDetail)\r\n * [GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail](#model-GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail)\r\n * [GsaNonCustomStandardNameCannotBeChangedErrorDetail](#model-GsaNonCustomStandardNameCannotBeChangedErrorDetail)", + "description": "\r\n\r\nThis is one of: \r\n * [GsaStandardNameAlreadyExistsErrorDetail](#model-GsaStandardNameAlreadyExistsErrorDetail)\r\n * [GsaDuplicateMappedAttributeGuidsErrorDetail](#model-GsaDuplicateMappedAttributeGuidsErrorDetail)\r\n * [GsaDuplicateMappedParameterGuidsErrorDetail](#model-GsaDuplicateMappedParameterGuidsErrorDetail)\r\n * [GsaDuplicateMappedRecordLinkGroupGuidsErrorDetail](#model-GsaDuplicateMappedRecordLinkGroupGuidsErrorDetail)\r\n * [GsaDuplicateMappedCrossDatabaseRecordLinkGroupGuidsErrorDetail](#model-GsaDuplicateMappedCrossDatabaseRecordLinkGroupGuidsErrorDetail)\r\n * [GsaUnresolvedAttributeGuidsErrorDetail](#model-GsaUnresolvedAttributeGuidsErrorDetail)\r\n * [GsaUnresolvedParameterGuidsErrorDetail](#model-GsaUnresolvedParameterGuidsErrorDetail)\r\n * [GsaUnresolvedRecordLinkGroupGuidsErrorDetail](#model-GsaUnresolvedRecordLinkGroupGuidsErrorDetail)\r\n * [GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail](#model-GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail)\r\n * [GsaNonCustomStandardNameCannotBeChangedErrorDetail](#model-GsaNonCustomStandardNameCannotBeChangedErrorDetail)\r\n * [GsaUnresolvedReverseRecordLinkGroupsErrorDetail](#model-GsaUnresolvedReverseRecordLinkGroupsErrorDetail)", "discriminator": { "propertyName": "reason", "mapping": { @@ -121775,7 +122265,8 @@ "unresolvedParameterGuids": "#/components/schemas/GsaUnresolvedParameterGuidsErrorDetail", "unresolvedRecordLinkGroupGuids": "#/components/schemas/GsaUnresolvedRecordLinkGroupGuidsErrorDetail", "unresolvedCrossDatabaseRecordLinkGroupGuids": "#/components/schemas/GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail", - "nonCustomStandardNameCannotBeChanged": "#/components/schemas/GsaNonCustomStandardNameCannotBeChangedErrorDetail" + "nonCustomStandardNameCannotBeChanged": "#/components/schemas/GsaNonCustomStandardNameCannotBeChangedErrorDetail", + "unresolvedReverseRecordLinkGroups": "#/components/schemas/GsaUnresolvedReverseRecordLinkGroupsErrorDetail" } } }, @@ -121790,10 +122281,11 @@ "unresolvedParameterGuids", "unresolvedRecordLinkGroupGuids", "unresolvedCrossDatabaseRecordLinkGroupGuids", - "nonCustomStandardNameCannotBeChanged" + "nonCustomStandardNameCannotBeChanged", + "unresolvedReverseRecordLinkGroups" ], "type": "string", - "description": "

Possible values:

\r\n
    \r\n
  • standardNameAlreadyExists: A standard name with this name already exists.
  • \r\n
  • duplicateMappedAttributeGuids: Duplicated attribute GUIDs present.
  • \r\n
  • duplicateMappedParameterGuids: Duplicated parameter GUIDs present.
  • \r\n
  • duplicateMappedRecordLinkGroupGuids: Duplicated record link group GUIDs present.
  • \r\n
  • duplicateMappedCrossDatabaseRecordLinkGroupGuids: Duplicated cross-database record link group GUIDs present.
  • \r\n
  • unresolvedAttributeGuids: Attribute GUIDs did not resolve.
  • \r\n
  • unresolvedParameterGuids: Parameter GUIDs did not resolve.
  • \r\n
  • unresolvedRecordLinkGroupGuids: Record link group GUIDs did not resolve.
  • \r\n
  • unresolvedCrossDatabaseRecordLinkGroupGuids: Cross-database record link group GUIDs did not resolve.
  • \r\n
  • nonCustomStandardNameCannotBeChanged: The name of a 'non-custom' standard name cannot be changed.
  • \r\n
\r\n" + "description": "

Possible values:

\r\n
    \r\n
  • standardNameAlreadyExists: A standard name with this name already exists.
  • \r\n
  • duplicateMappedAttributeGuids: Duplicated attribute GUIDs present.
  • \r\n
  • duplicateMappedParameterGuids: Duplicated parameter GUIDs present.
  • \r\n
  • duplicateMappedRecordLinkGroupGuids: Duplicated record link group GUIDs present.
  • \r\n
  • duplicateMappedCrossDatabaseRecordLinkGroupGuids: Duplicated cross-database record link group GUIDs present.
  • \r\n
  • unresolvedAttributeGuids: Attribute GUIDs did not resolve.
  • \r\n
  • unresolvedParameterGuids: Parameter GUIDs did not resolve.
  • \r\n
  • unresolvedRecordLinkGroupGuids: Record link group GUIDs did not resolve.
  • \r\n
  • unresolvedCrossDatabaseRecordLinkGroupGuids: Cross-database record link group GUIDs did not resolve.
  • \r\n
  • nonCustomStandardNameCannotBeChanged: The name of a 'non-custom' standard name cannot be changed.
  • \r\n
  • unresolvedReverseRecordLinkGroups: Reverse record link group mappings were specified for record link groups that do not have a reverse link group.
  • \r\n
\r\n" }, "GsaStandardNameUpdateException": { "type": "object", @@ -121870,6 +122362,22 @@ "x-discriminator-value": "static", "x-discriminator-name": "type" }, + "GsaStaticRecordLinkGroupMapping": { + "required": [ + "isReverse", + "staticRecordLinkGroup" + ], + "type": "object", + "properties": { + "staticRecordLinkGroup": { + "$ref": "#/components/schemas/GsaSlimRecordLinkGroup" + }, + "isReverse": { + "type": "boolean" + } + }, + "additionalProperties": false + }, "GsaStaticRecordLinkResult": { "type": "object", "allOf": [ @@ -124404,6 +124912,33 @@ "x-discriminator-value": "unresolvedRecordLinkGroupGuids", "x-discriminator-name": "reason" }, + "GsaUnresolvedReverseRecordLinkGroupsErrorDetail": { + "type": "object", + "allOf": [ + { + "$ref": "#/components/schemas/GsaStandardNameErrorDetail" + }, + { + "required": [ + "recordLinkGroupGuidsWithNoReverseLinkGroup" + ], + "type": "object", + "properties": { + "recordLinkGroupGuidsWithNoReverseLinkGroup": { + "type": "array", + "items": { + "type": "string", + "format": "uuid" + } + } + } + } + ], + "additionalProperties": false, + "description": "\r\n\r\nThis extends: [GsaStandardNameErrorDetail](#model-GsaStandardNameErrorDetail)\r\n\r\nThe value of discriminator property ('reason') must be equal to 'unresolvedReverseRecordLinkGroups'", + "x-discriminator-value": "unresolvedReverseRecordLinkGroups", + "x-discriminator-name": "reason" + }, "GsaUnresolvedTargetAttribute": { "type": "object", "allOf": [ @@ -126585,7 +127120,7 @@ "mappedRecordLinkGroups": { "type": "array", "items": { - "$ref": "#/components/schemas/GsaSlimEntity" + "$ref": "#/components/schemas/GsaUpdateStaticRecordLinkGroupMapping" }, "nullable": true }, @@ -126626,6 +127161,22 @@ "x-discriminator-value": "static", "x-discriminator-name": "type" }, + "GsaUpdateStaticRecordLinkGroupMapping": { + "required": [ + "isReverse", + "staticRecordLinkGroup" + ], + "type": "object", + "properties": { + "staticRecordLinkGroup": { + "$ref": "#/components/schemas/GsaSlimEntity" + }, + "isReverse": { + "type": "boolean" + } + }, + "additionalProperties": false + }, "GsaUpdateSubset": { "type": "object", "properties": {