1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. CreateServiceRequest

CreateServiceRequest

    Request for creating a new service with an optional list of items to populate the service with after creation.

    Properties

    • ownerType string required
      the service owner type
    • ownerName string required
      the service owner name
    • name string required
      the name of the service
    • description string required
      an optional description of the service
    • items array[AddServiceItem] required
      an optional list of items to add during service creation
    • type string required
      the type of the item to add
    • name string required
      the name (including any namespacing) of the item
    • properties array[ServiceProperty] required
      an optional list of properties to set on the service
    • key string required
      the name of the property
    • value string required
      the value of the property
    • type string required
      the type of the property
    • order integer required
      the position of the property