@@ -20,8 +20,7 @@ Full CRUD is available on service catalogs.
20
20
21
21
- [ Editing Service Catalogs] ( #editing-service-catalogs )
22
22
23
- - [ Assigning/Unassigning Service Templates from Service
24
- Catalogs] ( #assigning-service-template )
23
+ - [ Assigning Service Templates] ( #assigning-service-templates )
25
24
26
25
- [ Ordering Services] ( #ordering-services )
27
26
@@ -122,7 +121,7 @@ the *assign* and *unassign* actions as follows:
122
121
}
123
122
```
124
123
125
- #### Ordering Services Service Templates
124
+ #### Ordering Services
126
125
127
126
Ordering services is done by triggering an * order* action on service
128
127
templates in a service catalog as follows:
@@ -330,7 +329,7 @@ Multiple service templates can also be deleted in bulk as follows:
330
329
}
331
330
```
332
331
333
- ### Services ===
332
+ ### Services
334
333
335
334
Accessing services is via the ** services** collection as follows:
336
335
@@ -344,7 +343,7 @@ or addressing an individual Service via the **services** resource:
344
343
/api/services/:id
345
344
```
346
345
347
- #### Creating Services ====
346
+ #### Creating Services
348
347
349
348
In general, services are created once ordered from service catalogs.
350
349
@@ -373,7 +372,7 @@ an existing service.
373
372
Please refer to the [ Resource Attributes] ( ../appendices/resource_attributes.html#services ) page for a
374
373
list of available attributes when creating Services.
375
374
376
- #### Service Actions ====
375
+ #### Service Actions
377
376
378
377
Once services are ordered from a catalog, they can be:
379
378
@@ -385,23 +384,21 @@ Once services are ordered from a catalog, they can be:
385
384
386
385
- [ Reconfigured] ( #service-reconfiguring )
387
386
388
- - [ Started] ( #service-started )
387
+ - [ Started] ( #starting-services )
389
388
390
- - [ Stopped] ( #service-stopped )
389
+ - [ Stopped] ( #stopping-services )
391
390
392
- - [ Suspended] ( #service-suspended )
391
+ - [ Suspended] ( #suspending-services )
393
392
394
- - [ Deleted] ( #service- deleting )
393
+ - [ Deleted] ( #deleting-services )
395
394
396
395
Additional Service actions include:
397
396
398
- - [ Adding and Removing Resources from
399
- Services] ( #service-add-remove-resources )
397
+ - [ Adding and Removing Resources from Services] ( #adding-and-removing-resources-from-services )
400
398
401
- - [ Adding Provider VMs to Services] ( #service-add- provider-vms )
399
+ - [ Adding Provider VMs to Services] ( #adding- provider-vms-to-services )
402
400
403
- - [ Requesting a Chargeback Report for a
404
- Service] ( #service-queue-chargeback-report )
401
+ - [ Requesting a Chargeback Report for a Service] ( #requesting-a-chargeback-report-for-a-service )
405
402
406
403
Other than service creates and edits, service actions return the action
407
404
response as in the following example:
@@ -702,18 +699,15 @@ Or via the delete action for deleting multiple services:
702
699
}
703
700
```
704
701
705
- ### Service Requests ===
702
+ ### Service Requests
706
703
707
704
- [Querying Service Requests](#querying-service-requests)
708
705
709
- - [Approving or Denying Service
710
- Requests](#approving-denying-service-requests)
706
+ - [Approving or Denying ServiceRequests](#approving-or-denying-service-requests)
711
707
712
- - [Adding Approvers to Service
713
- Requests](#adding-approvers-service-requests)
708
+ - [Adding Approvers to Service Requests](#adding-approvers-to-service-requests)
714
709
715
- - [Removing Approvers to Service
716
- Requests](#removing-approvers-service-requests)
710
+ - [Removing Approvers to Service Requests](#removing-approvers-to-service-requests)
717
711
718
712
- [Editing Request Tasks](#editing-request-tasks)
719
713
0 commit comments