Unable to set NetATC Global intent on newly deployed cluster

Jimmy Dansbo 0 Reputation points
2023-04-19T18:21:47.4633333+00:00

When I try to add a GlobalClusterOverride netintent it fails. Running the following commands: $ClusterOverrides=New-NetIntentGlobalClusterOverrides Add-NetIntent -GlobalClusterOverrides $ClusterOverrides Gives the followint output. -- FAILED: Global Intent request failed to be submitted. : ExceptionDetails: : Value cannot be null. Parameter name: values

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,928 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 38,016 Reputation points Microsoft Employee Moderator
    2023-04-24T16:45:04.8266667+00:00

    @Jimmy Dansbo

    I see you are trying to follow the documentation here. I believe the issue is that you are using $ClusterOverrides when according to the documentation it should be $clusterOverride. You should be able to check the properties as show in the documentation: cluster-override[1]

    Please check to see if that resolves your issue. If not let me know and we can work with you further to investigate.


    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.