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
fromstackit.iaas.api.default_apiimportDefaultApifromstackit.core.configurationimportConfiguration# Create a new API client, that uses default authentication and configurationconfig=Configuration(
service_account_key_path=sa_cred_path,
region="eu01",
)
client=DefaultApi(config)
print(client.list_project_nics(
project_id=project_id,
))
fails with
name
Value error, must validate the regular expression /^[A-Za-z0-9]+((-|_|\s|\.)[A-Za-z0-9]+)*$/ [type=value_error, input_value='', input_type=str]```
and this happens when nic name is empty - which is default for system nics like dhcp server and meta data server
regards
Marzl
The text was updated successfully, but these errors were encountered:
Hi
simple example:
fails with
The text was updated successfully, but these errors were encountered: