scsAsId services
get:
Summary: read all service resources for a given SCS/AS
Tags:
- Service Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of SCS/AS
Required/Optional: true
Schema:
Type: string
Responses:
'200' OK (successful query of service creation resource)
Content:
Application/JSON:
Schema:
Type: array
items:
Reference: '#/components/schemas/ServiceCreation'
minItems: 0
Description: The service resource for the SCS/AS in the request URI is returned.
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'406': Reference 'TS29122_CommonData.yaml#/components/responses/406'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'
Method: Post
Summary: creates a new service creation resource for a given SCS/AS
Tags:
- Service Operation
Parameters:
- name: scsAsId
In: path
Description: Identifier of SCS/AS
Required/Optional: true
Schema:
Type: string
Request Body:
Description: representation of the service to be created in the SCEF
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/ServiceCreation'
Responses:
'201' successful creation of a service
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/ServiceCreation'
Headers:
Location:
Description: 'Contains the URI of the newly created resource'
Required/Optional: true
Schema:
Type: string
'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29122_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29122_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29122_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'
default: Reference 'TS29122_CommonData.yaml#/components/responses/default'