{
"opencollection": "1.0.0",
"info": {
"name": "Openpath API Documentation auth orgs/maintenanceWindowDefinition API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "orgs/maintenanceWindowDefinition",
"type": "folder"
},
"items": [
{
"info": {
"name": "List all maintenance windows",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/maintenanceWindowDefinition",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "offset",
"value": "",
"type": "query"
},
{
"name": "sort",
"value": "",
"type": "query"
},
{
"name": "order",
"value": "",
"type": "query"
},
{
"name": "q",
"value": "",
"type": "query"
},
{
"name": "filter",
"value": "",
"type": "query"
},
{
"name": "preFilter",
"value": "",
"type": "query"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o:w,o:r,s-o:w,s-o:r,o-basic:w,o-basic:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r
__Endpoint name__: listOrgMaintenanceWindowDefinition"
},
{
"info": {
"name": "Create a maintenance window for an organization",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/orgs/:orgId/maintenanceWindowDefinition",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o:w,s-o:w,o-basic:w,o{params.orgId}-hw:w
__Endpoint name__: createOrgMaintenanceWindowDefinition"
},
{
"info": {
"name": "Describe a maintenance window",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/orgs/:orgId/maintenanceWindowDefinition/:maintenanceWindowDefinitionId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "maintenanceWindowDefinitionId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o:w,o:r,s-o:w,s-o:r,o-basic:w,o-basic:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r
__Endpoint name__: describeOrgMaintenanceWindowDefinition"
},
{
"info": {
"name": "Delete an organization's maintenance window",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/orgs/:orgId/maintenanceWindowDefinition/:maintenanceWindowDefinitionId",
"params": [
{
"name": "orgId",
"value": "",
"type": "path"
},
{
"name": "maintenanceWindowDefinitionId",
"value": "",
"type": "path"
}
]
},
"docs": "__JWT is required for this endpoint with at least one of the following scopes__: o:w,s-o:w,o-basic:w,o{params.orgId}-hw:w
__Endpoint name__: deleteOrgMaintenanceWindowDefinition"
}
]
}
],
"bundled": true
}