Description
The resource for an individual service returns information, such as the extensions used to publish the service and the service's portal item ID, for a video service.
Request parameters
| Parameter | Description |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Response properties
| Property | Details |
|---|---|
| If any extensions were used to publish the service, they will be listed as part of the |
| If the chosen video service includes a description, it will be output as a string in the |
| The name of the selected video service. |
| The type of service. For ArcGIS Video Server, this will always appear as |
| The |
Example usage
The following is a sample request URL used to access the services resource:
https://organization.example.com/<context>/admin/services/sample_service.VideoServer?f=jsonJSON Response example
{
"extensions": [],
"description": "sample description",
"serviceName": "sample_service",
"type": "VideoServer",
"portalProperties": {"portalItems": [{
"itemID": "d5c699ab772942499f013fa871eef8d0",
"type": "VideoServer"
}]}
}