Get Service details

get

/apiplatform/management/v1/services/{serviceId}

Returns the details of the {serviceId} service. The response also contains HATEOAS links to related operations.

Users requesting this resource must be assigned the API Manager, Gateway Manager, or Service Manager role and must be issued the Manage Service or View All Details grants for the specified service.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Collection Format: csv
    Pass optional fields, separated by commas, in this parameter to return them in the response. See the operation's description for a list of field values.
Back to Top

Response

Supported Media Types

200 Response

The service's definition.
Body ()
Root Schema : GetServiceResponse
Match All
Show Source
Nested Schema : ResourceLinksProperties
Type: object
Show Source
Nested Schema : Service
Match All
Show Source
Nested Schema : ServiceId
Type: object
Show Source
Nested Schema : ServiceIdentity
Type: object
Show Source
Nested Schema : ServiceDef
Type: object
Show Source
Nested Schema : ServiceState
Type: object
Show Source
Nested Schema : ServiceMetadata
Type: object
Show Source
Nested Schema : implementation
Type: object
The service's configuration.
Show Source
Nested Schema : specification
Type: object
The service's configuration.
Show Source
Nested Schema : wsdl
Type: object
The WSDL specification configuration
Show Source

403 Response

Forbidden.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source

500 Response

Unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Nested Schema : errorDetails
Type: array
additional errors
Show Source
Back to Top

Examples

The following example shows how to retrieve the details of the service by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL

curl -i -X GET 
-H "Authorization: Bearer access_token"
https://example.com/apiplatform/management/v1/services/{serviceId}

where {serviceId} is the unique Id of the service. To retrieve the available services, see Get Services.

Example of Response Headers

The following shows an example of the response headers.

HTTP/1.1 200 OK
Server: Oracle-Traffic-Director/12.2.1.0.0
Date:  Mon, 18 Dec 2017 07:24:25 GMT
Content-Length:  3530
Content-Type:  application/json
X-oracle-dms-ecid:  f102c33f-1c5b-4409-806d-03bf5706c492-00018fc1
X-oracle-dms-rid:  0
Via: 1.1 otd_opc
Proxy-agent: Oracle-Traffic-Director/12.2.1.0.0

Example of Response Body

The following shows an example of the response body of the service type HTTP.

{
    "createdAt": "2018-01-23T20:01:18-0800",
    "updatedBy": "apicsadmin",
    "createdBy": "apicsadmin",
    "implementation": {
        "executions": {
            "request": [
                "1"
            ],
            "response": [
                "2"
            ]
        },
        "policies": [
            {
                "id": "1",
                "type": "o:BackendRequest",
                "version": "1.0",
                "config": {
                    "endpoints": [
                        {
                            "useProxy": false,
                            "url": "http://www.google.com"
                        }
                    ]
                }
            },
            {
                "id": "2",
                "type": "o:BackendResponse",
                "version": "1.0",
                "config": {}
            }
        ]
    },
    "name": "xyx",
    "links": [
        {
            "templated": "true",
            "method": "GET",
            "rel": "self",
            "href": "http://example.com:443/apiplatform/management/v1/services/102"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "canonical",
            "href": "http://example.com:443/apiplatform/management/v1/services/102"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "preview",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/preview"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "history",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/history"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "edit",
            "href": "http://example.com:443/apiplatform/management/v1/services/102"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "rename",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/identity"
        },
        {
            "templated": "true",
            "method": "DELETE",
            "rel": "delete",
            "href": "http://example.com:443/apiplatform/management/v1/services/102"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "activate",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/state"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "inactivate",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/state"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "references",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/references"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "references.serviceaccounts",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/references/serviceaccounts"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "grants",
            "href": "http://example.com:443/apiplatform/management/v1/services/102/grants"
        }
    ],
    "state": "ACTIVE",
    "id": "102",
    "type": "HTTP",
    "updatedAt": "2018-01-23T20:01:18-0800",
    "artifacts": []
}

The following shows an example of the response body of the service type SOAP.

{
    "updatedBy": "apicsadmin",
    "implementation": {
        "executions": {
            "request": [
                "1"
            ],
            "response": [
                "2"
            ]
        },
        "policies": [
            {
                "id": "1",
                "type": "o:BackendRequest",
                "version": "1.0",
                "config": {
                    "endpoints": [
                        {
                            "name": "RandServicePort",
                            "useProxy": false,
                            "url": "http://example.com:443/jetty/soapServices/Rand"
                        }
                    ]
                }
            },
            {
                "id": "2",
                "type": "o:BackendResponse",
                "version": "1.0",
                "config": {}
            }
        ]
    },
    "specification": {
        "wsdl": {
            "artifact": "mywsdl2.zip",
            "root": "wsdl0.wsdl",
            "binding": "{http://soap.services.test.apiplatform.oracle.com/}RandServicePortBinding"
        },
        "type": "WSDL"
    },
    "type": "SOAP",
    "version": "1",
    "createdAt": "2018-01-22T18:40:56-0800",
    "createdBy": "apicsadmin",
    "name": "test",
    "links": [
        {
            "templated": "true",
            "method": "GET",
            "rel": "self",
            "href": "http://example.com:443/apiplatform/management/v1/services/100"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "canonical",
            "href": "http://example.com:443/apiplatform/management/v1/services/100"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "preview",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/preview"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "history",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/history"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "edit",
            "href": "http://example.com:443/apiplatform/management/v1/services/100"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "rename",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/identity"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "activate",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/state"
        },
        {
            "templated": "true",
            "method": "PUT",
            "rel": "inactivate",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/state"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "references",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/references"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "references.serviceaccounts",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/references/serviceaccounts"
        },
        {
            "templated": "true",
            "method": "GET",
            "rel": "grants",
            "href": "http://example.com:443/apiplatform/management/v1/services/100/grants"
        }
    ],
    "state": "ACTIVE",
    "id": "100",
    "updatedAt": "2018-01-26T09:02:35-0800",
    "artifacts": [
        {
            "content-type": "application/octet-stream",
            "pathname": "mywsdl2.zip"
        }
    ]
}
Back to Top