From 11143e446ed7b394e4f15fe7447cf19d4f4ed1f8 Mon Sep 17 00:00:00 2001 From: sodd Date: Wed, 20 Jun 2018 14:52:42 +0200 Subject: [PATCH] fix services and servicegroups creation --- nsxvapi.raml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/nsxvapi.raml b/nsxvapi.raml index 7e758e2..02935f5 100644 --- a/nsxvapi.raml +++ b/nsxvapi.raml @@ -2226,6 +2226,13 @@ securitySchemes: description: | Create a Service on a Specific Scope ------ + uriParameters: + scopeId: + required: true + displayName: scopeId + description: | + For scopeMoref use "globalroot-0" for non-universal IP sets and use + "universalroot-0" for universal IP sets. post: displayName: servicesAppsScopeCreate # existing reorg/dupfix servicesScopeCreate description: | @@ -2303,7 +2310,7 @@ securitySchemes: Working with Service Groups Grouping Objects ============ - /scope/{scopeId}: + /{scopeId}: displayName: serviceGroups description: | Working with Service Groups on a Specific Scope @@ -2328,6 +2335,18 @@ securitySchemes: schema: serviceGroupsCreate + /scope/{scopeId}: + displayName: serviceGroupsScope + description: | + Working with Service Groups on a Specific Scope + ------- + uriParameters: + scopeId: + required: true + displayName: scopeId + description: | + The scopeId can be "globalroot-0", "universalroot-0" or datacenterId + in upgrade use cases get: displayName: serviceGroupsRead description: |