[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create Policy Draft
DescriptionCreate a new manual draft if the specified draft id does not correspond to an existing draft. Update the manual draft otherwise. Auto draft can not be updated.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/drafts/{draft-id}
Path Parameters
Path Parameters
string
draft-id
Required
Request Body
Request Body
PolicyDraft
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlinePolicyDraft1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
PolicyDraft
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlinePolicyDraft1
Errors
404
Not Found
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-PutDraft -draftId -policyDraft $policyDraft
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/drafts/{draft-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-policy-draft
x-vmw-nsx-module: PolicyDraft
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
On This Page
Infrastructure Operations
post
delete
get
post
patch