{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/960a628c-2f33-3367-a4ec-faca586888c5","info":{"title":"Service Health Historical Data APIs","description":"APIs for requesting historical data recorded by the Crosswork Service Health application.","termsOfService":"terms-of-service","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.1.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/ServiceHealth/sh_application_overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/aa/aaapp/v1/"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Security token for authorizing requests for these APIs.","name":"Authorization","in":"header"}}},"spec":{"description":"Service Graph","type":"object","properties":{"subserviceDependencies":{"description":"Subservice dependencies","type":"array","items":{"type":"object","description":"Subservice SG node","properties":{"id":{"description":"subservice-id UUID","type":"string"},"subServiceClass":{"description":"SubserviceClass Name","type":"string"},"namespace":{"description":"Namespace","type":"string"},"description":{"description":"Description","type":"string"},"staticId":{"description":"The combination of subServiceClass, namespace and config","type":"string"},"config":{"type":"object","properties":{"args":{"description":"List of arguments passed to this subservice.","type":"array","items":{"type":"object","description":"Subservice Config Arg","properties":{"param":{"type":"object","description":"HP Element Parameter","properties":{"name":{"type":"string","description":"The name of this parameter. Examples: DEVICE, IFNAME, IFENTRY, VPN."},"description":{"type":"string","description":"Description"},"type":{"type":"string","description":"ParamType allows HPMgr to interpret the nature of the argument values passed while instantiating HP Elements like Rule, Subservice, etc.","default":"PARAM_TYPE_NON_LIST","enum":["PARAM_TYPE_NON_LIST","PARAM_TYPE_LIST"],"$$ref":"#/components/schemas/HPElemParamType"}},"$$ref":"#/components/schemas/HPElemParam"},"values":{"description":"Given argument could be a list of values like [Tor-A, Tor-B] for given key-name 'Devices'","type":"array","items":{"type":"string"}}},"$$ref":"#/components/schemas/SubserviceConfigArg"}}},"description":"The Subservice Configuration.","$$ref":"#/components/schemas/SubserviceConfig"},"dynamicSS":{"description":"Flag indicating that the given subservice is dynamic.","type":"boolean"},"subDeps":{"description":"Hard Dependencies: List of subservice-ids which are of string type.","type":"array","items":{"type":"string"}},"softSubDeps":{"description":"Soft Dependencies: List of subservice-ids which are of string type.","type":"array","items":{"type":"string"}},"dynamicSubDeps":{"description":"List of hard and soft dynamic subservice dependencies. These lists can change dynamically independent of the rest of the Service Graph.","type":"array","items":{"type":"string"}},"dynamicSoftSubDeps":{"description":"Dynamic soft sub-dependencies","type":"array","items":{"type":"string"}}},"$$ref":"#/components/schemas/SubserviceSGNode"}},"softRootSubserviceNodes":{"description":"List of Subservice-ids that have a soft relationship with the service node.","type":"array","items":{"type":"string"}}},"$$ref":"#/components/schemas/ServiceGraph","title":"ServiceGraph"}}