Get Full Neo4j Path for a Service
get
/api/SLM/Services/readPathFromServiceID
Gets the full path in Neo4j for the service specified by ServiceID.
Request
Query Parameters
-
ServiceID(required): string
The SLM service ID.Example:
2de8190b-4bd8-4a2a-91ec-03e9fdae83e0
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : SuccessfulGetOperation
Type:
Show Source
object-
message: string
The response message.Example:
Loaded 1 entries -
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Nested Schema : type
Type:
Show Source
object-
data: array
data
The full path in Neo4j for the specified service.
Nested Schema : items
Type:
Show Source
object-
Path: string
The path from the root nodeExample:
//Root/
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown -
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
arrayThe list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type:
object