Get deployment descriptor for a published object

get/models/{publishId}/deploymentDescriptor

Returns the deployment descriptor for the object (model, decision, or rule set) that was published to a container.

Request Samples

1

Response Samples

1{
2 "createdBy": "sasdemo",
3 "creationTimeStamp": "2022-01-25T19:23:50.2118Z",
4 "modifiedBy": "sasdemo",
5 "modifiedTimeStamp": "2022-01-25T19:26:05.290428Z",
6 "name": "Logistic_Regression_0125",
7 "links": [
8 {
9 "method": "GET",
10 "rel": "up",
11 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f",
12 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f",
13 "type": "application/vnd.sas.models.publishing.publish"
14 },
15 {
16 "method": "GET",
17 "rel": "self",
18 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor",
19 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor",
20 "type": "application/json"
21 },
22 {
23 "method": "GET",
24 "rel": "getDeploymentDescriptor",
25 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/deployment.yaml",
26 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/deployment.yaml",
27 "type": "text/plain"
28 },
29 {
30 "method": "GET",
31 "rel": "getDeploymentDescriptor",
32 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/hpa.yaml",
33 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/hpa.yaml",
34 "type": "text/plain"
35 },
36 {
37 "method": "GET",
38 "rel": "getDeploymentDescriptor",
39 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/ingress.yaml",
40 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/ingress.yaml",
41 "type": "text/plain"
42 },
43 {
44 "method": "GET",
45 "rel": "getDeploymentDescriptor",
46 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/kustomization.yaml",
47 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/kustomization.yaml",
48 "type": "text/plain"
49 },
50 {
51 "method": "GET",
52 "rel": "getDeploymentDescriptor",
53 "href": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/service.yaml",
54 "uri": "/modelPublish/models/2dd3621d-d073-4bf4-8a07-fb2e4336102f/deploymentDescriptor/service.yaml",
55 "type": "text/plain"
56 }
57 ]
58}

Path Parameters

NameTypeRequiredDescription
publishId
string
true

The identifier of the published object.

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The media type of the resource.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

The deployment descriptor for the published object could not be found.

Schema