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
Exception: Invalid inputs given to generate an instance of 'MoBaseMo'. The input data was invalid for the allOf schema 'MoBaseMo' in the composed schema 'AssetDeviceClaim'. Error=Cannot deserialize input data due to invalid discriminator value. The OpenAPI document has no mapping for discriminator property 'ClassId'='' at path: ['received_data', 'permission_resources', 0]
The claim and resource reservation are successful though, so I'm not sure why the error occurs and what is wrong with the required MoBaseMo
The text was updated successfully, but these errors were encountered:
We are observing this issue as ClassID attribute in PermissionResources was empty in response sent by backend, empty ClassId is not a valid discriminator because of which SDK throws error as you have mentioned.
We have raised ticket with backend team to resolve this. We will keep you updated on progress from backend team.
When doing a target claim as described in the example issue at CiscoDevNet/intersight-python-utils#51 the following error is seen:
Exception: Invalid inputs given to generate an instance of 'MoBaseMo'. The input data was invalid for the allOf schema 'MoBaseMo' in the composed schema 'AssetDeviceClaim'. Error=Cannot deserialize input data due to invalid discriminator value. The OpenAPI document has no mapping for discriminator property 'ClassId'='' at path: ['received_data', 'permission_resources', 0]
The claim and resource reservation are successful though, so I'm not sure why the error occurs and what is wrong with the required MoBaseMo
The text was updated successfully, but these errors were encountered: