Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.38 KB

winServices_getAll.rst

File metadata and controls

60 lines (43 loc) · 1.38 KB

winServices_getAll

.. function:: GET /distributions/{id}/profiles/{prid}/services

Summary

  • Method: GET
  • Response Code: 200 / 304
  • Response Formats: application/xml application/json
  • Since: UForge 3.7.fp3

Retrieves a list of windows service.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/distributions/{id}/profiles/{prid}/services" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"
.. seealso::

         * :ref:`appliance-object`
         * :ref:`applianceOSProfileApplications-getAll`
         * :ref:`applianceOSProfileServices-getAll`
         * :ref:`distribprofile-object`
         * :ref:`distribution-object`
         * :ref:`osTemplatePkgs-get`
         * :ref:`osTemplate-create`
         * :ref:`osTemplate-delete`
         * :ref:`osTemplate-get`
         * :ref:`osTemplate-getAll`
         * :ref:`osTemplate-update`
         * :ref:`winApplications-get`
         * :ref:`winApplications-getAll`
         * :ref:`winServices-get`
         * :ref:`windowsprofile-object`