aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-03-19 15:08:22 -0400
committerKAPIL SINGAL <ks220y@att.com>2021-03-29 14:31:39 +0000
commit11687d2f164326e65b2d038563bc9dcda5e42acc (patch)
tree5f44c0934e3997b09bd0edd00409dbbfae3ad20d /docs
parent53341bfd9e0ed5511ae5246cecc6a840e0dd1136 (diff)
Fixing DockerFile to avoid IOException
chown on /opt isn't enough as files/directory permissions needs change so that onap user can access to execute Even if chown onap:onap was done, it was failing to create/run script due to permission issues Adding noCache to docker-maven-plugin so that it won't pick cached layers Issue-ID: CCSDK-3224 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Idf56465eff6fa42b523bccfca56f84e93496a8d2
Diffstat (limited to 'docs')
-rw-r--r--docs/api-reference/media/cds-bp-processor-api-swagger.json125
1 files changed, 79 insertions, 46 deletions
diff --git a/docs/api-reference/media/cds-bp-processor-api-swagger.json b/docs/api-reference/media/cds-bp-processor-api-swagger.json
index b7ba2eac5..e8ea932a5 100644
--- a/docs/api-reference/media/cds-bp-processor-api-swagger.json
+++ b/docs/api-reference/media/cds-bp-processor-api-swagger.json
@@ -765,6 +765,39 @@
}
}
}
+ },
+ "delete" : {
+ "tags" : [ "Resource configuration" ],
+ "summary" : "Delete a resource configuration snapshot identified by resourceId, resourceType, status.",
+ "description" : "Delete a resource configuration snapshot, identified by its resourceId and resourceType, and optionally its status, either RUNNING or CANDIDATE.",
+ "operationId" : "ResourceConfigSnapshotController_deleteWithResourceIdAndResourceType_DELETE.org.onap.ccsdk.cds.blueprintsprocessor.configs.api",
+ "parameters" : [ {
+ "name" : "resourceType",
+ "in" : "path",
+ "description" : "Resource Type associated with the resolution.",
+ "required" : true,
+ "type" : "string"
+ }, {
+ "name" : "resourceId",
+ "in" : "path",
+ "description" : "Resource Id associated with the resolution.",
+ "required" : true,
+ "type" : "string"
+ }, {
+ "name" : "status",
+ "in" : "path",
+ "description" : "Status of the snapshot being deleted.",
+ "required" : true,
+ "type" : "string"
+ } ],
+ "responses" : {
+ "200" : {
+ "description" : "successful operation",
+ "schema" : {
+ "type" : "object"
+ }
+ }
+ }
}
},
"/api/v1/dictionary" : {
@@ -1579,6 +1612,9 @@
"JsonNode" : {
"type" : "object",
"properties" : {
+ "floatingPointNumber" : {
+ "type" : "boolean"
+ },
"valueNode" : {
"type" : "boolean"
},
@@ -1588,59 +1624,56 @@
"missingNode" : {
"type" : "boolean"
},
- "array" : {
+ "pojo" : {
"type" : "boolean"
},
- "object" : {
+ "integralNumber" : {
"type" : "boolean"
},
- "nodeType" : {
- "type" : "string",
- "enum" : [ "ARRAY", "BINARY", "BOOLEAN", "MISSING", "NULL", "NUMBER", "OBJECT", "POJO", "STRING" ]
- },
- "pojo" : {
+ "textual" : {
"type" : "boolean"
},
- "number" : {
+ "binary" : {
"type" : "boolean"
},
- "integralNumber" : {
+ "object" : {
"type" : "boolean"
},
- "floatingPointNumber" : {
+ "array" : {
"type" : "boolean"
},
- "short" : {
+ "null" : {
"type" : "boolean"
},
- "int" : {
+ "short" : {
"type" : "boolean"
},
- "long" : {
- "type" : "boolean"
+ "nodeType" : {
+ "type" : "string",
+ "enum" : [ "ARRAY", "BINARY", "BOOLEAN", "MISSING", "NULL", "NUMBER", "OBJECT", "POJO", "STRING" ]
},
"float" : {
"type" : "boolean"
},
- "double" : {
+ "number" : {
"type" : "boolean"
},
- "bigDecimal" : {
+ "boolean" : {
"type" : "boolean"
},
- "bigInteger" : {
+ "int" : {
"type" : "boolean"
},
- "textual" : {
+ "double" : {
"type" : "boolean"
},
- "boolean" : {
+ "long" : {
"type" : "boolean"
},
- "null" : {
+ "bigDecimal" : {
"type" : "boolean"
},
- "binary" : {
+ "bigInteger" : {
"type" : "boolean"
}
}
@@ -1798,23 +1831,19 @@
"Page" : {
"type" : "object",
"properties" : {
- "totalPages" : {
- "type" : "integer",
- "format" : "int32"
- },
"totalElements" : {
"type" : "integer",
"format" : "int64"
},
- "number" : {
+ "totalPages" : {
"type" : "integer",
"format" : "int32"
},
- "size" : {
+ "number" : {
"type" : "integer",
"format" : "int32"
},
- "numberOfElements" : {
+ "size" : {
"type" : "integer",
"format" : "int32"
},
@@ -1827,15 +1856,19 @@
"sort" : {
"$ref" : "#/definitions/Sort"
},
- "first" : {
- "type" : "boolean"
+ "numberOfElements" : {
+ "type" : "integer",
+ "format" : "int32"
},
- "last" : {
+ "first" : {
"type" : "boolean"
},
"pageable" : {
"$ref" : "#/definitions/Pageable"
},
+ "last" : {
+ "type" : "boolean"
+ },
"empty" : {
"type" : "boolean"
}
@@ -1844,23 +1877,19 @@
"PageBlueprintModelSearch" : {
"type" : "object",
"properties" : {
- "totalPages" : {
- "type" : "integer",
- "format" : "int32"
- },
"totalElements" : {
"type" : "integer",
"format" : "int64"
},
- "number" : {
+ "totalPages" : {
"type" : "integer",
"format" : "int32"
},
- "size" : {
+ "number" : {
"type" : "integer",
"format" : "int32"
},
- "numberOfElements" : {
+ "size" : {
"type" : "integer",
"format" : "int32"
},
@@ -1873,15 +1902,19 @@
"sort" : {
"$ref" : "#/definitions/Sort"
},
- "first" : {
- "type" : "boolean"
+ "numberOfElements" : {
+ "type" : "integer",
+ "format" : "int32"
},
- "last" : {
+ "first" : {
"type" : "boolean"
},
"pageable" : {
"$ref" : "#/definitions/Pageable"
},
+ "last" : {
+ "type" : "boolean"
+ },
"empty" : {
"type" : "boolean"
}
@@ -1893,13 +1926,13 @@
"paged" : {
"type" : "boolean"
},
- "unpaged" : {
- "type" : "boolean"
- },
"pageNumber" : {
"type" : "integer",
"format" : "int32"
},
+ "unpaged" : {
+ "type" : "boolean"
+ },
"pageSize" : {
"type" : "integer",
"format" : "int32"
@@ -2173,10 +2206,10 @@
"Sort" : {
"type" : "object",
"properties" : {
- "sorted" : {
+ "unsorted" : {
"type" : "boolean"
},
- "unsorted" : {
+ "sorted" : {
"type" : "boolean"
},
"empty" : {