My Workspace - Delete Folder From MyWorkspace
Hiermee verwijdert u de map in mijn werkruimte.
DELETE http://<Servername>/OperationsManager/myWorkspace/folder
Aanvraagbody
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Vereist | Type | Description |
---|---|---|---|
path | True |
string |
Bestandspad |
componentId |
string |
Onderdeel-id |
|
mpId |
string |
MP-id |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
object |
OK. Map succesvol verwijderen uit myworkspace. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
MyWorkspace_DeleteFolderFromMyWorkspace_MaximumSet_Gen
Voorbeeldaanvraag
DELETE http://<Servername>/OperationsManager/myWorkspace/folder
{
"path": "test",
"mpId": null,
"componentId": null
}
Voorbeeldrespons
[
"true"
]
Definities
FolderRequest
Name | Type | Description |
---|---|---|
componentId |
string |
Onderdeel-id |
mpId |
string |
MP-id |
path |
string |
Bestandspad |