Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion nsxvapi.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand All @@ -2328,6 +2335,18 @@ securitySchemes:
<inheritanceAllowed></inheritanceAllowed>
</applicationGroup>
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: |
Expand Down