You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the GetServiceProfileByUuid method for a specific service profile UUID (e.g., "59732d52-32d4-421e-9b86-6b5219720d2d"), the response is nil, and the following error message is returned: no value given for required property description.
FYI the serviceProfile have a description : "description": "<p>This profile is used to connect to the Equinix Solution Validation Center in CH. Please contact the Solution Validation Center team with any questions (gsa-svc@equinix.com).</p>"
This issue also affects the GetServiceProfiles method. When one of the service profiles in the list is affected by this, the entire list is returned as nil.
When calling the
GetServiceProfileByUuid
method for a specific service profile UUID (e.g., "59732d52-32d4-421e-9b86-6b5219720d2d"), the response is nil, and the following error message is returned:no value given for required property description
.FYI the serviceProfile have a description :
"description": "<p>This profile is used to connect to the Equinix Solution Validation Center in CH. Please contact the Solution Validation Center team with any questions (gsa-svc@equinix.com).</p>"
This issue also affects the
GetServiceProfiles
method. When one of the service profiles in the list is affected by this, the entire list is returned as nil.Here’s a code snippet that reproduces the issue:
The text was updated successfully, but these errors were encountered: