-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
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
nsxt_policy_ods_pre_defined_runbook data source #1014
base: master
Are you sure you want to change the base?
Conversation
/test-all |
799f793
to
d9f00b8
Compare
connector := getPolicyConnector(m) | ||
client := sha.NewPreDefinedRunbooksClient(connector) | ||
|
||
objID := d.Get("id").(string) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't the search API work here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I tried - it doesn't seem to work
d9f00b8
to
3fd5d5d
Compare
3fd5d5d
to
bf3e801
Compare
# nsxt_policy_ods_pre_defined_runbook | ||
|
||
This data source provides information about policy ODS pre-defined runbook configured on NSX. | ||
This data source is applicable to NSX Policy Manager and VMC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't seen this on VMC - are you sure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's a mistake
b2237c7
to
8a7382e
Compare
/test-all |
1 similar comment
/test-all |
8a7382e
to
2b6cbf3
Compare
/test-all |
2b6cbf3
to
03aad86
Compare
/test-all |
1 similar comment
/test-all |
bc27cbb
to
5df3aa7
Compare
/test-all |
5df3aa7
to
73c83aa
Compare
/test-all |
2 similar comments
/test-all |
/test-all |
73c83aa
to
580ba2d
Compare
/test-all |
580ba2d
to
08470a1
Compare
/test-all |
08470a1
to
9d7b9e7
Compare
9d7b9e7
to
0135a64
Compare
/test-all |
5a82d5a
to
a1f3f62
Compare
Implement nsxt_policy_ods_pre_defined_runbook for ODS runbook framework. Signed-off-by: Kobi Samoray <[email protected]>
a1f3f62
to
957e988
Compare
Implement nsxt_policy_ods_pre_defined_runbook for ODS runbook framework.