We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updateSecurityGroupInterface api returns success for invalid securityGroup Id.
updateSecurityGroupInterface api should report an error message indicating the cause.
updateSecurityGroupInterface api is returns success for invalid securityGroup Id and updates as is.
OSC_IP/sample/mgr/ism/devices/{deviceId}/securityGroupInterfaces/{SGI_ID}
Request Body: { "name":"SGI-3334", "tag":"testing", "policies":[{"id":1,"domain":{"id":1}}], "device":{"id":100}, "securityGroup":{"id":222} -> Invalid SecurityGroup ID }
No new security group gets created.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
updateSecurityGroupInterface api returns success for invalid securityGroup Id.
Expected Behavior
updateSecurityGroupInterface api should report an error message indicating the cause.
Actual Behavior
updateSecurityGroupInterface api is returns success for invalid securityGroup Id and updates as is.
Steps to Reproduce
OSC_IP/sample/mgr/ism/devices/{deviceId}/securityGroupInterfaces/{SGI_ID}
Request Body:
{
"name":"SGI-3334",
"tag":"testing",
"policies":[{"id":1,"domain":{"id":1}}],
"device":{"id":100},
"securityGroup":{"id":222} -> Invalid SecurityGroup ID
}
Additional Information
No new security group gets created.
Environment
Status
The text was updated successfully, but these errors were encountered: