Maintenance Announcement Template Offerings
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/maintenance-announcement-template-offerings/ |
List Maintenance Announcement Template Offerings |
| GET | /api/maintenance-announcement-template-offerings/{uuid}/ |
Retrieve |
| POST | /api/maintenance-announcement-template-offerings/ |
Create |
| PUT | /api/maintenance-announcement-template-offerings/{uuid}/ |
Update |
| PATCH | /api/maintenance-announcement-template-offerings/{uuid}/ |
Partial Update |
| DELETE | /api/maintenance-announcement-template-offerings/{uuid}/ |
Delete |
List Maintenance Announcement Template Offerings
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
maintenance_announcement_template_offerings_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
impact_level |
integer | |
maintenance_template_uuid |
string (uuid) | |
o |
array | Ordering |
offering_uuid |
string (uuid) | |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
service_provider_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
maintenance_template |
string (uri) | |
offering |
string (uri) | |
offering_name |
string | |
offering_uuid |
string (uuid) | |
impact_level |
any | Expected impact on this offering |
impact_description |
string | Specific description of how this offering will be affected |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
maintenance_template |
string (uri) | |
offering |
string (uri) | |
offering_name |
string | |
offering_uuid |
string (uuid) | |
impact_level |
any | Expected impact on this offering |
impact_description |
string | Specific description of how this offering will be affected |
Create
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
MaintenanceAnnouncementOfferingTemplateRequest - API Source:
maintenance_announcement_template_offerings_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required | Description |
|---|---|---|---|
maintenance_template |
string (uri) | ✓ | |
offering |
string (uri) | ✓ | |
impact_level |
any | Expected impact on this offering | |
impact_description |
string | Specific description of how this offering will be affected |
201 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
maintenance_template |
string (uri) | |
offering |
string (uri) | |
offering_name |
string | |
offering_uuid |
string (uuid) | |
impact_level |
any | Expected impact on this offering |
impact_description |
string | Specific description of how this offering will be affected |
Update
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
MaintenanceAnnouncementOfferingTemplateRequest - API Source:
maintenance_announcement_template_offerings_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
maintenance_template |
string (uri) | ✓ | |
offering |
string (uri) | ✓ | |
impact_level |
any | Expected impact on this offering | |
impact_description |
string | Specific description of how this offering will be affected |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
maintenance_template |
string (uri) | |
offering |
string (uri) | |
offering_name |
string | |
offering_uuid |
string (uuid) | |
impact_level |
any | Expected impact on this offering |
impact_description |
string | Specific description of how this offering will be affected |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required | Description |
|---|---|---|---|
maintenance_template |
string (uri) | ||
offering |
string (uri) | ||
impact_level |
any | Expected impact on this offering | |
impact_description |
string | Specific description of how this offering will be affected |
200 -
| Field | Type | Description |
|---|---|---|
url |
string (uri) | |
uuid |
string (uuid) | |
maintenance_template |
string (uri) | |
offering |
string (uri) | |
offering_name |
string | |
offering_uuid |
string (uuid) | |
impact_level |
any | Expected impact on this offering |
impact_description |
string | Specific description of how this offering will be affected |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body