nOps · JSON Structure

Nops Nops Map Migration Resource Structure

Type: object Properties: 4
CostsFinOps

MapMigrationResource is a JSON Structure definition published by nOps, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id resource_type resource_id project_id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MapMigrationResource",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "resource_type": {
      "type": "string"
    },
    "resource_id": {
      "type": "string"
    },
    "project_id": {
      "type": "integer"
    }
  }
}